- Update to 1.0alpha8
- Use USE_GNOME=ltverhack so we won't have unnecessary lib version bumps
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user