[Midnightbsd-cvs] mports [16481] trunk/multimedia/libtheora: bump
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Tue Aug 19 07:35:17 EDT 2014
Revision: 16481
http://svnweb.midnightbsd.org/mports/?rev=16481
Author: laffer1
Date: 2014-08-19 07:35:16 -0400 (Tue, 19 Aug 2014)
Log Message:
-----------
bump
Modified Paths:
--------------
trunk/multimedia/libtheora/Makefile
trunk/multimedia/libtheora/distinfo
trunk/multimedia/libtheora/pkg-plist
Added Paths:
-----------
trunk/multimedia/libtheora/files/patch-configure
Modified: trunk/multimedia/libtheora/Makefile
===================================================================
--- trunk/multimedia/libtheora/Makefile 2014-08-19 11:31:50 UTC (rev 16480)
+++ trunk/multimedia/libtheora/Makefile 2014-08-19 11:35:16 UTC (rev 16481)
@@ -2,7 +2,7 @@
PORTNAME= libtheora
PORTVERSION= 1.1.1
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= multimedia
MASTER_SITES= http://downloads.xiph.org/releases/theora/ \
http://distfiles.master.finkmirrors.net/
@@ -14,13 +14,11 @@
LIB_DEPENDS= vorbis.4:${PORTSDIR}/audio/libvorbis
-USES= tar:bzip2
+USES= libtool:keepla tar:bzip2
+GNU_CONFIGURE= yes
USE_LDCONFIG= yes
-USE_AUTOTOOLS= libtool
-USE_GNOME= ltverhack
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include " \
- LDFLAGS="-L${LOCALBASE}/lib" \
- LIBS="${PTHEAD_LIBS}"
+CPPFLAGS+= -I${LOCALBASE}/include
+LIBS+= -L${LOCALBASE}/lib
CONFIGURE_ARGS+=--disable-sdltest \
--enable-shared \
--disable-examples
Modified: trunk/multimedia/libtheora/distinfo
===================================================================
--- trunk/multimedia/libtheora/distinfo 2014-08-19 11:31:50 UTC (rev 16480)
+++ trunk/multimedia/libtheora/distinfo 2014-08-19 11:35:16 UTC (rev 16481)
@@ -1,3 +1,2 @@
SHA256 (libtheora-1.1.1.tar.bz2) = b6ae1ee2fa3d42ac489287d3ec34c5885730b1296f0801ae577a35193d3affbc
-RMD160 (libtheora-1.1.1.tar.bz2) = 1d07234bd7e2296c61d6e30fe9816415aa7fd8e5
SIZE (libtheora-1.1.1.tar.bz2) = 1903175
Added: trunk/multimedia/libtheora/files/patch-configure
===================================================================
--- trunk/multimedia/libtheora/files/patch-configure (rev 0)
+++ trunk/multimedia/libtheora/files/patch-configure 2014-08-19 11:35:16 UTC (rev 16481)
@@ -0,0 +1,15 @@
+--- configure.orig 2014-02-11 10:04:07.000000000 +0100
++++ configure 2014-02-11 21:06:31.000000000 +0100
+@@ -11863,7 +11863,11 @@
+ case $host in
+ *)
+ DEBUG="-g -Wall -Wno-parentheses -DDEBUG -D__NO_MATH_INLINES"
+- CFLAGS="-Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops"
++ if $CC -v 2>&1 | grep clang > /dev/null; then
++ CFLAGS="-Wall -Wno-parentheses -O3 -fomit-frame-pointer -finline-functions -funroll-loops"
++ else
++ CFLAGS="-Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops"
++ fi
+ PROFILE="-Wall -Wno-parentheses -pg -g -O3 -fno-inline-functions -DDEBUG";;
+ esac
+ fi
Modified: trunk/multimedia/libtheora/pkg-plist
===================================================================
--- trunk/multimedia/libtheora/pkg-plist 2014-08-19 11:31:50 UTC (rev 16480)
+++ trunk/multimedia/libtheora/pkg-plist 2014-08-19 11:35:16 UTC (rev 16481)
@@ -5,15 +5,15 @@
lib/libtheora.a
lib/libtheora.la
lib/libtheora.so
-lib/libtheora.so.0
+lib/libtheora.so.3
lib/libtheoraenc.a
lib/libtheoraenc.la
lib/libtheoraenc.so
-lib/libtheoraenc.so.1
+lib/libtheoraenc.so.2
lib/libtheoradec.a
lib/libtheoradec.la
lib/libtheoradec.so
-lib/libtheoradec.so.1
+lib/libtheoradec.so.2
libdata/pkgconfig/theora.pc
libdata/pkgconfig/theoraenc.pc
libdata/pkgconfig/theoradec.pc
More information about the Midnightbsd-cvs
mailing list