From sw@gegenunendlich.de  Sat Jan  8 18:16:19 2005
Return-Path: <sw@gegenunendlich.de>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id A3A8616A4CE; Sat,  8 Jan 2005 18:16:19 +0000 (GMT)
Received: from mail.onlinefix.de (mail2-out.titan-networks.de [217.140.72.1])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id F2F3B43D31; Sat,  8 Jan 2005 18:16:17 +0000 (GMT)
	(envelope-from sw@gegenunendlich.de)
Received: from kyuzo.dunkelkammer.void ([217.140.77.242])
	(authenticated bits=0)
	by mail.onlinefix.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j08IGF3Z019007
	(version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO);
	Sat, 8 Jan 2005 19:16:16 +0100
Received: by kyuzo.dunkelkammer.void (Postfix, from userid 1002)
	id 7DD7F3CAE; Sat,  8 Jan 2005 19:16:14 +0100 (CET)
Message-Id: <20050108181614.7DD7F3CAE@kyuzo.dunkelkammer.void>
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: [PATCH] graphics/libtheora: update to 1.0.a4
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         75961
>Category:       ports
>Synopsis:       [PATCH] graphics/libtheora: update to 1.0.a4
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    kwm
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jan 08 18:20:23 GMT 2005
>Closed-Date:    Thu Jan 13 19:05:34 GMT 2005
>Last-Modified:  Thu Jan 13 19:05:34 GMT 2005
>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:
Responsible-Changed-From-To: freebsd-ports-bugs->kwm 
Responsible-Changed-By: kwm 
Responsible-Changed-When: Sat Jan 8 18:21:46 GMT 2005 
Responsible-Changed-Why:  
grab, all mine. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=75961 
State-Changed-From-To: open->closed 
State-Changed-By: kwm 
State-Changed-When: Thu Jan 13 19:04:47 GMT 2005 
State-Changed-Why:  
Committed, Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=75961 
>Unformatted:
