diff options
author | ahze <ahze@FreeBSD.org> | 2007-10-10 02:18:20 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2007-10-10 02:18:20 +0800 |
commit | 70514fe9172421320742963c877d6c022909a6bf (patch) | |
tree | cefe3c1ff5368a4cbb81a502e95b7ce2fa0dd0be /multimedia/libtheora | |
parent | 17f4c00346b55b68d379355d33e2fe751b1682cf (diff) | |
download | freebsd-ports-gnome-70514fe9172421320742963c877d6c022909a6bf.tar.gz freebsd-ports-gnome-70514fe9172421320742963c877d6c022909a6bf.tar.zst freebsd-ports-gnome-70514fe9172421320742963c877d6c022909a6bf.zip |
- Update to 1.0alpha8
- Use USE_GNOME=ltverhack so we won't have unnecessary lib version bumps
Diffstat (limited to 'multimedia/libtheora')
-rw-r--r-- | multimedia/libtheora/Makefile | 17 | ||||
-rw-r--r-- | multimedia/libtheora/distinfo | 6 | ||||
-rw-r--r-- | multimedia/libtheora/files/patch-Makefile.in | 24 | ||||
-rw-r--r-- | multimedia/libtheora/pkg-plist | 4 |
4 files changed, 24 insertions, 27 deletions
diff --git a/multimedia/libtheora/Makefile b/multimedia/libtheora/Makefile index bb2bd078c1b8..1ab44492a16f 100644 --- a/multimedia/libtheora/Makefile +++ b/multimedia/libtheora/Makefile @@ -6,8 +6,7 @@ # PORTNAME= libtheora -DISTVERSION= 1.0alpha7 -PORTREVISION= 1 +DISTVERSION= 1.0alpha8 CATEGORIES= multimedia MASTER_SITES= http://downloads.xiph.org/releases/theora/ \ http://distfiles.master.finkmirrors.net/ @@ -19,20 +18,16 @@ LIB_DEPENDS= vorbis.4:${PORTSDIR}/audio/libvorbis 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 - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500035 -CONFIGURE_ARGS+=--disable-asm -.endif + --enable-shared \ + --disable-examples post-patch: @${REINPLACE_CMD} -e 's|doc||g' ${WRKSRC}/Makefile.in -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/multimedia/libtheora/distinfo b/multimedia/libtheora/distinfo index 8eabac7c12c4..2e71ccc14474 100644 --- a/multimedia/libtheora/distinfo +++ b/multimedia/libtheora/distinfo @@ -1,3 +1,3 @@ -MD5 (libtheora-1.0alpha7.tar.bz2) = 1bc851e39e4b16977131d5e5f769f48b -SHA256 (libtheora-1.0alpha7.tar.bz2) = f0380bedd14382cf80304e3f209704b460a87981cd11e32194d940151d8880ea -SIZE (libtheora-1.0alpha7.tar.bz2) = 1673255 +MD5 (libtheora-1.0alpha8.tar.bz2) = cc0b1483edf18653802c4e9377510b28 +SHA256 (libtheora-1.0alpha8.tar.bz2) = 927eaa6cd287cdbe7360f79672bb6fd5c0aace0d59a752a937fafe57f2aed763 +SIZE (libtheora-1.0alpha8.tar.bz2) = 1250622 diff --git a/multimedia/libtheora/files/patch-Makefile.in b/multimedia/libtheora/files/patch-Makefile.in index 936a62a91ba3..c7238fbe7521 100644 --- a/multimedia/libtheora/files/patch-Makefile.in +++ b/multimedia/libtheora/files/patch-Makefile.in @@ -1,15 +1,15 @@ ---- Makefile.in.orig Tue Jun 20 22:06:56 2006 -+++ Makefile.in Wed Aug 23 15:28:52 2006 -@@ -231,7 +231,7 @@ - target_os = @target_os@ - target_vendor = @target_vendor@ - 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 -@@ -243,7 +243,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 diff --git a/multimedia/libtheora/pkg-plist b/multimedia/libtheora/pkg-plist index 44a00b399cca..00f3a3cdc35e 100644 --- a/multimedia/libtheora/pkg-plist +++ b/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 |