[Midnightbsd-cvs] mports: multimedia/libtheora: update to alpha 8

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Fri Nov 23 19:33:48 EST 2007


Log Message:
-----------
update to alpha 8

Modified Files:
--------------
    mports/multimedia/libtheora:
        Makefile (r1.3 -> r1.4)
        distinfo (r1.1 -> r1.2)
        pkg-plist (r1.1 -> r1.2)
    mports/multimedia/libtheora/files:
        patch-Makefile.in (r1.1 -> r1.2)

-------------- next part --------------
Index: pkg-plist
===================================================================
RCS file: /home/cvs/mports/multimedia/libtheora/pkg-plist,v
retrieving revision 1.1
retrieving revision 1.2
diff -L multimedia/libtheora/pkg-plist -L multimedia/libtheora/pkg-plist -u -r1.1 -r1.2
--- multimedia/libtheora/pkg-plist
+++ multimedia/libtheora/pkg-plist
@@ -1,7 +1,9 @@
+include/theora/codec.h
 include/theora/theora.h
+include/theora/theoradec.h
 lib/libtheora.a
 lib/libtheora.la
 lib/libtheora.so
-lib/libtheora.so.2
+lib/libtheora.so.0
 libdata/pkgconfig/theora.pc
 @dirrm include/theora
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/multimedia/libtheora/Makefile,v
retrieving revision 1.3
retrieving revision 1.4
diff -L multimedia/libtheora/Makefile -L multimedia/libtheora/Makefile -u -r1.3 -r1.4
--- multimedia/libtheora/Makefile
+++ multimedia/libtheora/Makefile
@@ -7,8 +7,7 @@
 #
 
 PORTNAME=	libtheora
-DISTVERSION=	1.0alpha6
-PORTREVISION=	1
+DISTVERSION=	1.0alpha8
 CATEGORIES=	multimedia
 MASTER_SITES=	http://downloads.xiph.org/releases/theora/ \
 		http://distfiles.master.finkmirrors.net/
@@ -22,20 +21,16 @@
 USE_BZIP2=	yes
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
+USE_AUTOTOOLS=	libtool:15
+USE_GNOME=	ltverhack
 CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include " \
 		LDFLAGS="-L${LOCALBASE}/lib" \
 		LIBS="${PTHEAD_LIBS}"
-CONFIGURE_ARGS=	--disable-sdltest \
-		--enable-shared
+CONFIGURE_ARGS+=	--disable-sdltest \
+		--enable-shared \
+		--disable-examples
 
 post-patch:
-	@${REINPLACE_CMD} -e 's|sdl-config|sdl11-config|g; \
-		s|-O2||g' ${WRKSRC}/configure
-	@${REINPLACE_CMD} -e 's|SDL/SDL.h|SDL11/SDL.h|g; \
-		s|machine/soundcard.h|sys/soundcard.h|g' \
-		${WRKSRC}/examples/player_example.c
-	@${REINPLACE_CMD} -e 's|-pthread|${PTHREAD_LIBS}|g' \
-		${WRKSRC}/examples/Makefile.in
 	@${REINPLACE_CMD} -e 's|doc||g' ${WRKSRC}/Makefile.in
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /home/cvs/mports/multimedia/libtheora/distinfo,v
retrieving revision 1.1
retrieving revision 1.2
diff -L multimedia/libtheora/distinfo -L multimedia/libtheora/distinfo -u -r1.1 -r1.2
--- multimedia/libtheora/distinfo
+++ multimedia/libtheora/distinfo
@@ -1,3 +1,3 @@
-MD5 (libtheora-1.0alpha6.tar.bz2) = ff8d0c112fdab66930acf42c423d2536
-SHA256 (libtheora-1.0alpha6.tar.bz2) = 4e6044cb24d2cdb42e5d9402c709644886e8761f7b166781469ffda44240da92
-SIZE (libtheora-1.0alpha6.tar.bz2) = 1559318
+MD5 (libtheora-1.0alpha8.tar.bz2) = cc0b1483edf18653802c4e9377510b28
+SHA256 (libtheora-1.0alpha8.tar.bz2) = 927eaa6cd287cdbe7360f79672bb6fd5c0aace0d59a752a937fafe57f2aed763
+SIZE (libtheora-1.0alpha8.tar.bz2) = 1250622
Index: patch-Makefile.in
===================================================================
RCS file: /home/cvs/mports/multimedia/libtheora/files/patch-Makefile.in,v
retrieving revision 1.1
retrieving revision 1.2
diff -L multimedia/libtheora/files/patch-Makefile.in -L multimedia/libtheora/files/patch-Makefile.in -u -r1.1 -r1.2
--- multimedia/libtheora/files/patch-Makefile.in
+++ multimedia/libtheora/files/patch-Makefile.in
@@ -1,20 +1,20 @@
---- Makefile.in.orig	Tue May 30 19:47:12 2006
-+++ Makefile.in	Thu Jun 15 15:39:27 2006
-@@ -120,7 +120,7 @@
- 
- AUTOMAKE_OPTIONS = foreign 1.6 dist-zip dist-bzip2
- 
--SUBDIRS = lib include doc examples tests m4
-+SUBDIRS = lib include m4
- 
- # we include the whole debian/ dir in EXTRA_DIST because there's a problem
- # with autotools and HFS+ MacOSX file systems that caused debian/Makefile.am
-@@ -133,7 +133,7 @@
+--- Makefile.in.orig	2007-09-18 02:54:23.000000000 -0400
++++ Makefile.in	2007-10-09 13:37:57.000000000 -0400
+@@ -73,7 +73,7 @@
+   distclean-recursive maintainer-clean-recursive
+ ETAGS = etags
+ CTAGS = ctags
+-DIST_SUBDIRS = lib include doc tests m4 examples
++DIST_SUBDIRS = lib include m4
+ DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+ distdir = $(PACKAGE)-$(VERSION)
+ top_distdir = $(distdir)
+@@ -240,7 +240,7 @@
+ 	libtheora.spec libtheora.spec.in \
  	theora-uninstalled.pc.in
  
- 
 -pkgconfigdir = $(libdir)/pkgconfig
 +pkgconfigdir = $(prefix)/libdata/pkgconfig
  pkgconfig_DATA = theora.pc
- subdir = .
- ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
+ all: config.h
+ 	$(MAKE) $(AM_MAKEFLAGS) all-recursive


More information about the Midnightbsd-cvs mailing list