Skip site navigation (1)Skip section navigation (2)
Date:      Sat,  8 Jan 2005 19:16:14 +0100 (CET)
From:      Stefan Walter <sw@gegenunendlich.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        kwm@FreeBSD.org
Subject:   ports/75961: [PATCH] graphics/libtheora: update to 1.0.a4
Message-ID:  <20050108181614.7DD7F3CAE@kyuzo.dunkelkammer.void>
Resent-Message-ID: <200501081820.j08IKNJd098127@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         75961
>Category:       ports
>Synopsis:       [PATCH] graphics/libtheora: update to 1.0.a4
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jan 08 18:20:23 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Stefan Walter
>Release:        FreeBSD 5.3-STABLE i386
>Organization:
Infinity Approximation Task Force
>Environment:
System: FreeBSD kyuzo.dunkelkammer.void 5.3-STABLE FreeBSD 5.3-STABLE #0: Sat Dec 18 22:12:32 CET 2004
>Description:
- Update to 1.0.a4

Port maintainer (kwm@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
>Fix:

--- libtheora-1.0.a4.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/graphics/libtheora.old/Makefile /usr/ports/graphics/libtheora/Makefile
--- /usr/ports/graphics/libtheora.old/Makefile	Sat Jan  8 18:40:27 2005
+++ /usr/ports/graphics/libtheora/Makefile	Sat Jan  8 18:54:16 2005
@@ -6,10 +6,10 @@
 #
 
 PORTNAME=	libtheora
-PORTVERSION=	1.0.a3
+PORTVERSION=	1.0.a4
 CATEGORIES=	graphics
-MASTER_SITES=	http://www.theora.org/files/
-DISTNAME=	${PORTNAME}-${PORTVERSION:S/.a3/alpha3/}
+MASTER_SITES=	http://downloads.xiph.org/releases/theora/
+DISTNAME=	${PORTNAME}-${PORTVERSION:S/.a4/alpha4/}
 
 MAINTAINER=	kwm@FreeBSD.org
 COMMENT=	Theora video codec for the Ogg multimedia streaming system
@@ -18,6 +18,7 @@
 
 WRKSRC=		${WRKDIR}/${DISTNAME}
 
+USE_BZIP2=	yes
 USE_REINPLACE=	yes
 USE_LIBTOOL_VER=13
 INSTALLS_SHLIB=	yes
@@ -38,7 +39,7 @@
 		${WRKSRC}/examples/Makefile.in
 
 do-install:
-	for i in ${WRKSRC}/lib/.libs/libtheora.so.0		\
+	for i in ${WRKSRC}/lib/.libs/libtheora.so.1		\
 			${WRKSRC}/lib/.libs/libtheora.so	\
 			${WRKSRC}/lib/.libs/libtheora.a ; do	\
 		${INSTALL_DATA} $$i ${PREFIX}/lib ;		\
diff -ruN --exclude=CVS /usr/ports/graphics/libtheora.old/distinfo /usr/ports/graphics/libtheora/distinfo
--- /usr/ports/graphics/libtheora.old/distinfo	Sat Jan  8 18:40:27 2005
+++ /usr/ports/graphics/libtheora/distinfo	Sat Jan  8 18:44:09 2005
@@ -1,2 +1,2 @@
-MD5 (libtheora-1.0alpha3.tar.gz) = eab566a0c7fdc21da1ce503edfa43bb4
-SIZE (libtheora-1.0alpha3.tar.gz) = 1015002
+MD5 (libtheora-1.0alpha4.tar.bz2) = a71ac42ec0f848da327930841a80ff2b
+SIZE (libtheora-1.0alpha4.tar.bz2) = 1755132
diff -ruN --exclude=CVS /usr/ports/graphics/libtheora.old/files/patch-Makefile.in /usr/ports/graphics/libtheora/files/patch-Makefile.in
--- /usr/ports/graphics/libtheora.old/files/patch-Makefile.in	Sat Jan  8 18:40:27 2005
+++ /usr/ports/graphics/libtheora/files/patch-Makefile.in	Sat Jan  8 18:48:13 2005
@@ -1,11 +1,11 @@
---- Makefile.in.orig	Sat Mar 20 06:43:22 2004
-+++ Makefile.in	Tue Mar 23 00:28:57 2004
-@@ -148,7 +148,7 @@
- 
- AUTOMAKE_OPTIONS = foreign dist-zip
- 
+--- Makefile.in.orig	Sat Jan  8 18:46:56 2005
++++ Makefile.in	Sat Jan  8 18:47:11 2005
+@@ -206,7 +206,7 @@
+ 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 debian
+ EXTRA_DIST = COPYING autogen.sh win32 libtheora.spec libtheora.spec.in \
+ 	theora-uninstalled.pc.in
  
- EXTRA_DIST = COPYING autogen.sh win32
- subdir = .
diff -ruN --exclude=CVS /usr/ports/graphics/libtheora.old/pkg-plist /usr/ports/graphics/libtheora/pkg-plist
--- /usr/ports/graphics/libtheora.old/pkg-plist	Sat Jan  8 18:40:27 2005
+++ /usr/ports/graphics/libtheora/pkg-plist	Sat Jan  8 18:56:01 2005
@@ -1,5 +1,5 @@
 include/theora/theora.h
 lib/libtheora.a
 lib/libtheora.so
-lib/libtheora.so.0
+lib/libtheora.so.1
 @dirrm include/theora
--- libtheora-1.0.a4.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050108181614.7DD7F3CAE>