View | Details | Raw Unified | Return to bug 95863
Collapse All | Expand All

(-)multimedia/libtheora/Makefile (-6 / +5 lines)
Lines 6-25 Link Here
6
#
6
#
7
7
8
PORTNAME=	libtheora
8
PORTNAME=	libtheora
9
PORTVERSION=	1.0.a4
9
PORTVERSION=	1.0.a5
10
PORTREVISION=	1
11
CATEGORIES=	multimedia
10
CATEGORIES=	multimedia
12
MASTER_SITES=	http://downloads.xiph.org/releases/theora/
11
MASTER_SITES=	http://downloads.xiph.org/releases/theora/ \
13
DISTNAME=	${PORTNAME}-${PORTVERSION:S/.a4/alpha4/}
12
		http://distfiles.master.finkmirrors.net/
13
DISTNAME=	${PORTNAME}-${PORTVERSION:S/.a5/alpha5/}
14
14
15
MAINTAINER=	ports@FreeBSD.org
15
MAINTAINER=	rainer.alves@gmail.com
16
COMMENT=	Theora video codec for the Ogg multimedia streaming system
16
COMMENT=	Theora video codec for the Ogg multimedia streaming system
17
17
18
LIB_DEPENDS=	vorbis.3:${PORTSDIR}/audio/libvorbis
18
LIB_DEPENDS=	vorbis.3:${PORTSDIR}/audio/libvorbis
19
19
20
WRKSRC=		${WRKDIR}/${DISTNAME}
20
WRKSRC=		${WRKDIR}/${DISTNAME}
21
21
22
USE_REINPLACE=	yes
23
USE_BZIP2=	yes
22
USE_BZIP2=	yes
24
INSTALLS_SHLIB=	yes
23
INSTALLS_SHLIB=	yes
25
GNU_CONFIGURE=	yes
24
GNU_CONFIGURE=	yes
(-)multimedia/libtheora/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (libtheora-1.0alpha4.tar.bz2) = a71ac42ec0f848da327930841a80ff2b
1
MD5 (libtheora-1.0alpha5.tar.bz2) = 41940562932a8b7bf795d79e4190b21a
2
SHA256 (libtheora-1.0alpha4.tar.bz2) = de718c71de7d5209f870592483ecda7394fbf2bc9c102c7a0dd595c53abc2ce5
2
SHA256 (libtheora-1.0alpha5.tar.bz2) = d219151452677ace53998f7401d106fd615aa607575740cc26442d7b8622d2f2
3
SIZE (libtheora-1.0alpha4.tar.bz2) = 1755132
3
SIZE (libtheora-1.0alpha5.tar.bz2) = 1765512
(-)multimedia/libtheora/files/patch-Makefile.in (-4 / +4 lines)
Lines 1-10 Link Here
1
--- Makefile.in.orig	Wed Dec 15 21:06:17 2004
1
--- Makefile.in.orig	Sat Aug 20 16:30:42 2005
2
+++ Makefile.in	Thu Jan 13 18:51:47 2005
2
+++ Makefile.in	Sun Apr 16 06:07:12 2006
3
@@ -206,11 +206,11 @@
3
@@ -224,11 +224,11 @@
4
 target_os = @target_os@
4
 target_os = @target_os@
5
 target_vendor = @target_vendor@
5
 target_vendor = @target_vendor@
6
 AUTOMAKE_OPTIONS = foreign 1.6 dist-zip dist-bzip2
6
 AUTOMAKE_OPTIONS = foreign 1.6 dist-zip dist-bzip2
7
-SUBDIRS = lib include doc examples debian
7
-SUBDIRS = lib include doc examples debian tests
8
+SUBDIRS = lib include debian
8
+SUBDIRS = lib include debian
9
 EXTRA_DIST = COPYING autogen.sh win32 libtheora.spec libtheora.spec.in \
9
 EXTRA_DIST = COPYING autogen.sh win32 libtheora.spec libtheora.spec.in \
10
 	theora-uninstalled.pc.in
10
 	theora-uninstalled.pc.in
(-)multimedia/libtheora/pkg-plist (-1 / +1 lines)
Lines 2-7 Link Here
2
lib/libtheora.a
2
lib/libtheora.a
3
lib/libtheora.la
3
lib/libtheora.la
4
lib/libtheora.so
4
lib/libtheora.so
5
lib/libtheora.so.1
5
lib/libtheora.so.2
6
libdata/pkgconfig/theora.pc
6
libdata/pkgconfig/theora.pc
7
@dirrm include/theora
7
@dirrm include/theora

Return to bug 95863