diff options
author | mnag <mnag@FreeBSD.org> | 2006-05-07 10:56:52 +0800 |
---|---|---|
committer | mnag <mnag@FreeBSD.org> | 2006-05-07 10:56:52 +0800 |
commit | b6cf8a9699d0397e6750737f567e9d1d1fa0f230 (patch) | |
tree | 51cf73a3c476b2891b047e8a323b051a3bd80ce0 /multimedia | |
parent | 4b7ecc10416d925b53b98a9f209bb03cb45dceea (diff) | |
download | freebsd-ports-gnome-b6cf8a9699d0397e6750737f567e9d1d1fa0f230.tar.gz freebsd-ports-gnome-b6cf8a9699d0397e6750737f567e9d1d1fa0f230.tar.zst freebsd-ports-gnome-b6cf8a9699d0397e6750737f567e9d1d1fa0f230.zip |
- Update to 1.0alpha5
- Take maintainership
PR: 95863
Submitted by: maintainer
Diffstat (limited to 'multimedia')
-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 |