- Update to 1.0alpha5
- Take maintainership PR: 95863 Submitted by: maintainer
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user