diff options
-rw-r--r-- | multimedia/libtheora/Makefile | 2 | ||||
-rw-r--r-- | multimedia/libtheora/distinfo | 6 | ||||
-rw-r--r-- | multimedia/libtheora/files/patch-Makefile.in | 24 |
3 files changed, 18 insertions, 14 deletions
diff --git a/multimedia/libtheora/Makefile b/multimedia/libtheora/Makefile index e9e01a88f1ad..c87509fb1b2f 100644 --- a/multimedia/libtheora/Makefile +++ b/multimedia/libtheora/Makefile @@ -6,7 +6,7 @@ # PORTNAME= libtheora -DISTVERSION= 1.0alpha5 +DISTVERSION= 1.0alpha6 CATEGORIES= multimedia MASTER_SITES= http://downloads.xiph.org/releases/theora/ \ http://distfiles.master.finkmirrors.net/ diff --git a/multimedia/libtheora/distinfo b/multimedia/libtheora/distinfo index e988295215d6..a45662a03b6b 100644 --- a/multimedia/libtheora/distinfo +++ b/multimedia/libtheora/distinfo @@ -1,3 +1,3 @@ -MD5 (libtheora-1.0alpha5.tar.bz2) = 41940562932a8b7bf795d79e4190b21a -SHA256 (libtheora-1.0alpha5.tar.bz2) = d219151452677ace53998f7401d106fd615aa607575740cc26442d7b8622d2f2 -SIZE (libtheora-1.0alpha5.tar.bz2) = 1765512 +MD5 (libtheora-1.0alpha6.tar.bz2) = ff8d0c112fdab66930acf42c423d2536 +SHA256 (libtheora-1.0alpha6.tar.bz2) = 4e6044cb24d2cdb42e5d9402c709644886e8761f7b166781469ffda44240da92 +SIZE (libtheora-1.0alpha6.tar.bz2) = 1559318 diff --git a/multimedia/libtheora/files/patch-Makefile.in b/multimedia/libtheora/files/patch-Makefile.in index 42a47be43195..33f66cbc60a5 100644 --- a/multimedia/libtheora/files/patch-Makefile.in +++ b/multimedia/libtheora/files/patch-Makefile.in @@ -1,16 +1,20 @@ ---- Makefile.in.orig Sat Aug 20 16:30:42 2005 -+++ Makefile.in Sun Apr 16 06:07:12 2006 -@@ -224,11 +224,11 @@ - target_os = @target_os@ - target_vendor = @target_vendor@ +--- Makefile.in.orig Tue May 30 19:47:12 2006 ++++ Makefile.in Thu Jun 15 15:39:27 2006 +@@ -120,7 +120,7 @@ + AUTOMAKE_OPTIONS = foreign 1.6 dist-zip dist-bzip2 --SUBDIRS = lib include doc examples debian tests -+SUBDIRS = lib include debian - EXTRA_DIST = COPYING autogen.sh win32 libtheora.spec libtheora.spec.in \ + +-SUBDIRS = lib include doc examples tests m4 ++SUBDIRS = lib include m4 + + # we include the whole debian/ dir in EXTRA_DIST because there's a problem + # with autotools and HFS+ MacOSX file systems that caused debian/Makefile.am +@@ -133,7 +133,7 @@ theora-uninstalled.pc.in + -pkgconfigdir = $(libdir)/pkgconfig +pkgconfigdir = $(prefix)/libdata/pkgconfig pkgconfig_DATA = theora.pc - all: config.h - $(MAKE) $(AM_MAKEFLAGS) all-recursive + subdir = . + ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |