diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2006-05-07 02:56:52 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2006-05-07 02:56:52 +0000 |
commit | bf02dd77135eab1f1ae5077d473a4c9be48ffc13 (patch) | |
tree | 38f7c1f042c9c654cc93b723773986d3b8b2269b /multimedia/libtheora | |
parent | 9d9e2bdc6acf25dd7c5e405e3e855c4e47f04e91 (diff) |
Notes
Diffstat (limited to 'multimedia/libtheora')
-rw-r--r-- | multimedia/libtheora/Makefile | 12 | ||||
-rw-r--r-- | multimedia/libtheora/distinfo | 6 | ||||
-rw-r--r-- | multimedia/libtheora/files/patch-Makefile.in | 8 | ||||
-rw-r--r-- | multimedia/libtheora/pkg-plist | 2 |
4 files changed, 12 insertions, 16 deletions
diff --git a/multimedia/libtheora/Makefile b/multimedia/libtheora/Makefile index 6f145103be34..e9e01a88f1ad 100644 --- a/multimedia/libtheora/Makefile +++ b/multimedia/libtheora/Makefile @@ -6,20 +6,16 @@ # PORTNAME= libtheora -PORTVERSION= 1.0.a4 -PORTREVISION= 1 +DISTVERSION= 1.0alpha5 CATEGORIES= multimedia -MASTER_SITES= http://downloads.xiph.org/releases/theora/ -DISTNAME= ${PORTNAME}-${PORTVERSION:S/.a4/alpha4/} +MASTER_SITES= http://downloads.xiph.org/releases/theora/ \ + http://distfiles.master.finkmirrors.net/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= rainer.alves@gmail.com COMMENT= Theora video codec for the Ogg multimedia streaming system LIB_DEPENDS= vorbis.3:${PORTSDIR}/audio/libvorbis -WRKSRC= ${WRKDIR}/${DISTNAME} - -USE_REINPLACE= yes USE_BZIP2= yes INSTALLS_SHLIB= yes GNU_CONFIGURE= yes diff --git a/multimedia/libtheora/distinfo b/multimedia/libtheora/distinfo index 014454892198..e988295215d6 100644 --- a/multimedia/libtheora/distinfo +++ b/multimedia/libtheora/distinfo @@ -1,3 +1,3 @@ -MD5 (libtheora-1.0alpha4.tar.bz2) = a71ac42ec0f848da327930841a80ff2b -SHA256 (libtheora-1.0alpha4.tar.bz2) = de718c71de7d5209f870592483ecda7394fbf2bc9c102c7a0dd595c53abc2ce5 -SIZE (libtheora-1.0alpha4.tar.bz2) = 1755132 +MD5 (libtheora-1.0alpha5.tar.bz2) = 41940562932a8b7bf795d79e4190b21a +SHA256 (libtheora-1.0alpha5.tar.bz2) = d219151452677ace53998f7401d106fd615aa607575740cc26442d7b8622d2f2 +SIZE (libtheora-1.0alpha5.tar.bz2) = 1765512 diff --git a/multimedia/libtheora/files/patch-Makefile.in b/multimedia/libtheora/files/patch-Makefile.in index 529fdae393a1..42a47be43195 100644 --- a/multimedia/libtheora/files/patch-Makefile.in +++ b/multimedia/libtheora/files/patch-Makefile.in @@ -1,10 +1,10 @@ ---- Makefile.in.orig Wed Dec 15 21:06:17 2004 -+++ Makefile.in Thu Jan 13 18:51:47 2005 -@@ -206,11 +206,11 @@ +--- 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@ AUTOMAKE_OPTIONS = foreign 1.6 dist-zip dist-bzip2 --SUBDIRS = lib include doc examples debian +-SUBDIRS = lib include doc examples debian tests +SUBDIRS = lib include debian EXTRA_DIST = COPYING autogen.sh win32 libtheora.spec libtheora.spec.in \ theora-uninstalled.pc.in diff --git a/multimedia/libtheora/pkg-plist b/multimedia/libtheora/pkg-plist index 69d9314974ea..44a00b399cca 100644 --- a/multimedia/libtheora/pkg-plist +++ b/multimedia/libtheora/pkg-plist @@ -2,6 +2,6 @@ include/theora/theora.h lib/libtheora.a lib/libtheora.la lib/libtheora.so -lib/libtheora.so.1 +lib/libtheora.so.2 libdata/pkgconfig/theora.pc @dirrm include/theora |