From daac87e969add3f2cfadeb8929b757bb57974d2f Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Mon, 20 Jul 2009 01:05:39 +0200 Subject: [PATCH] update to libtheora-1.1alpha2 --- packages/multimedia/libtheora/build | 6 +++-- ...theora-1.0beta3-undef-nonweak-symbols.diff | 24 ------------------- packages/multimedia/libtheora/url | 2 +- 3 files changed, 5 insertions(+), 27 deletions(-) delete mode 100644 packages/multimedia/libtheora/patches/libtheora-1.0beta3-undef-nonweak-symbols.diff diff --git a/packages/multimedia/libtheora/build b/packages/multimedia/libtheora/build index b5bdaefa46..aa113d535e 100755 --- a/packages/multimedia/libtheora/build +++ b/packages/multimedia/libtheora/build @@ -25,6 +25,8 @@ cd $PKG_BUILD --with-vorbis-includes=$SYSROOT_PREFIX/usr/include \ # --with-sdl-prefix=$SYSROOT_PREFIX/usr -make +make -C lib -$MAKEINSTALL +make DESTDIR=$SYSROOT_PREFIX/usr -C lib install +make DESTDIR=$SYSROOT_PREFIX/usr -C include install +make DESTDIR=$SYSROOT_PREFIX/usr install-pkgconfigDATA diff --git a/packages/multimedia/libtheora/patches/libtheora-1.0beta3-undef-nonweak-symbols.diff b/packages/multimedia/libtheora/patches/libtheora-1.0beta3-undef-nonweak-symbols.diff deleted file mode 100644 index 8929ad7d5e..0000000000 --- a/packages/multimedia/libtheora/patches/libtheora-1.0beta3-undef-nonweak-symbols.diff +++ /dev/null @@ -1,24 +0,0 @@ -diff -up libtheora-1.0/lib/Makefile.am.orig libtheora-1.0/lib/Makefile.am ---- libtheora-1.0/lib/Makefile.am.orig 2008-10-24 06:07:31.000000000 +0200 -+++ libtheora-1.0/lib/Makefile.am 2008-12-16 21:06:12.000000000 +0100 -@@ -144,6 +144,7 @@ libtheoraenc_la_SOURCES = \ - libtheoraenc_la_LDFLAGS = \ - -version-info @THENC_LIB_CURRENT@:@THENC_LIB_REVISION@:@THENC_LIB_AGE@ \ - @THEORAENC_LDFLAGS@ $(OGG_LIBS) -+libtheoraenc_la_LIBADD = libtheoradec.la - - libtheora_la_SOURCES = \ - $(decoder_arch_sources) \ -diff -up libtheora-1.0/lib/Makefile.in.orig libtheora-1.0/lib/Makefile.in ---- libtheora-1.0/lib/Makefile.in.orig 2008-10-29 11:36:47.000000000 +0100 -+++ libtheora-1.0/lib/Makefile.in 2008-12-16 21:06:08.000000000 +0100 -@@ -116,7 +116,8 @@ am__libtheoradec_la_SOURCES_DIST = dec/x - Version_script-dec - am_libtheoradec_la_OBJECTS = $(am__objects_2) $(am__objects_3) - libtheoradec_la_OBJECTS = $(am_libtheoradec_la_OBJECTS) --libtheoraenc_la_LIBADD = -+libtheoraenc_la_LIBADD = libtheoradec.la -+libtheoraenc_la_DEPENDENCIES = libtheoradec.la - am__libtheoraenc_la_SOURCES_DIST = $(enc_arch_dir)/dct_decode_mmx.c \ - $(enc_arch_dir)/dsp_mmx.c $(enc_arch_dir)/dsp_mmxext.c \ - $(enc_arch_dir)/recon_mmx.c $(enc_arch_dir)/idct_mmx.c \ diff --git a/packages/multimedia/libtheora/url b/packages/multimedia/libtheora/url index e75ece949a..29db8b99d9 100644 --- a/packages/multimedia/libtheora/url +++ b/packages/multimedia/libtheora/url @@ -1 +1 @@ -http://downloads.xiph.org/releases/theora/libtheora-1.0.tar.gz +http://downloads.xiph.org/releases/theora/libtheora-1.1alpha2.tar.gz \ No newline at end of file