Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-2-2
Commits
dc523333
Commit
dc523333
authored
Sep 28, 2009
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Contrib: Theora 1.1.0 is out
parent
d75f4cfa
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
48 deletions
+1
-48
extras/contrib/src/Makefile
extras/contrib/src/Makefile
+0
-6
extras/contrib/src/Patches/theora-doc.patch
extras/contrib/src/Patches/theora-doc.patch
+0
-41
extras/contrib/src/packages.mak
extras/contrib/src/packages.mak
+1
-1
No files found.
extras/contrib/src/Makefile
View file @
dc523333
...
@@ -761,14 +761,8 @@ else
...
@@ -761,14 +761,8 @@ else
endif
endif
endif
endif
patch
-p0
< Patches/libtheora-includes.patch
patch
-p0
< Patches/libtheora-includes.patch
ifdef
HAVE_WIN32
patch
-p0
< Patches/theora-doc.patch
endif
THEORACONF
=
--disable-sdltest
--disable-oggtest
--disable-vorbistest
--disable-examples
THEORACONF
=
--disable-sdltest
--disable-oggtest
--disable-vorbistest
--disable-examples
ifdef
HAVE_WIN32
THEORACONF
+=
--disable-docs
endif
ifdef
HAVE_DARWIN_64
ifdef
HAVE_DARWIN_64
THEORACONF
+=
--disable-asm
THEORACONF
+=
--disable-asm
...
...
extras/contrib/src/Patches/theora-doc.patch
deleted
100644 → 0
View file @
d75f4cfa
--- libtheora/configure.ac 2008-04-16 22:25:55.000000000 +0200
+++ libtheora.new/configure.ac 2008-10-07 10:06:22.000000000 +0200
@@ -351,6 +351,12 @@
AC_ARG_ENABLE(examples,
[ ac_enable_examples=$enableval ], [ ac_enable_examples=yes] )
AM_CONDITIONAL(THEORA_ENABLE_EXAMPLES, [test "x${ac_enable_examples}" != xno])
+ac_enable_docs=yes
+AC_ARG_ENABLE(docs,
+ [ --disable-docs disable docs ],
+ [ ac_enable_docs=$enableval ], [ac_enable_docs=yes ] )
+AM_CONDITIONAL(THEORA_ENABLE_DOCS, [test "x${ac_enable_docs}" != xno])
+
dnl --------------------------------------------------
dnl Check for headers
dnl --------------------------------------------------
@@ -410,7 +416,7 @@
AS_AC_EXPAND(INCLUDEDIR, ${includedir})
AS_AC_EXPAND(BINDIR, ${bindir})
AS_AC_EXPAND(DOCDIR, ${datadir}/doc)
-if test $HAVE_DOXYGEN = "false"; then
+if test $HAVE_DOXYGEN = "false" -o "x${ac_enable_docs}" = xno; then
doc_build="no"
else
doc_build="yes"
--- libtheora/Makefile.am.orig 2008-10-07 10:01:12.000000000 +0200
+++ libtheora/Makefile.am 2008-10-07 10:00:36.000000000 +0200
@@ -8,7 +8,13 @@
else
EXAMPLES_DIR =
endif
-SUBDIRS = lib include doc tests m4 $(EXAMPLES_DIR)
+if THEORA_ENABLE_DOCS
+DOC_DIR = doc
+else
+DOC_DIR =
+endif
+
+SUBDIRS = lib include ${DOC_DIR} tests m4 $(EXAMPLES_DIR)
# we include the whole debian/ dir in EXTRA_DIST because there's a problem
extras/contrib/src/packages.mak
View file @
dc523333
...
@@ -72,7 +72,7 @@ OGG_CVSROOT=:pserver:anoncvs@xiph.org:/usr/local/cvsroot
...
@@ -72,7 +72,7 @@ OGG_CVSROOT=:pserver:anoncvs@xiph.org:/usr/local/cvsroot
VORBIS_VERSION
=
1.2.3
VORBIS_VERSION
=
1.2.3
VORBIS_URL
=
http://downloads.xiph.org/releases/vorbis/libvorbis-
$(VORBIS_VERSION)
.tar.gz
VORBIS_URL
=
http://downloads.xiph.org/releases/vorbis/libvorbis-
$(VORBIS_VERSION)
.tar.gz
#VORBIS_URL=$(VIDEOLAN)/testing/contrib/libvorbis-$(VORBIS_VERSION).tar.gz
#VORBIS_URL=$(VIDEOLAN)/testing/contrib/libvorbis-$(VORBIS_VERSION).tar.gz
THEORA_VERSION
=
1.1
beta3
THEORA_VERSION
=
1.1
.0
THEORA_URL
=
http://downloads.xiph.org/releases/theora/libtheora-
$(THEORA_VERSION)
.tar.bz2
THEORA_URL
=
http://downloads.xiph.org/releases/theora/libtheora-
$(THEORA_VERSION)
.tar.bz2
#THEORA_URL=$(VIDEOLAN)/testing/contrib/libtheora-$(THEORA_VERSION).tar.bz2
#THEORA_URL=$(VIDEOLAN)/testing/contrib/libtheora-$(THEORA_VERSION).tar.bz2
FLAC_VERSION
=
1.2.1
FLAC_VERSION
=
1.2.1
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment