svn commit: r346828 - head/multimedia/libtheora

Baptiste Daroussin bapt at FreeBSD.org
Sun Mar 2 22:40:51 UTC 2014


Author: bapt
Date: Sun Mar  2 22:40:50 2014
New Revision: 346828
URL: http://svnweb.freebsd.org/changeset/ports/346828
QAT: https://qat.redports.org/buildarchive/r346828/

Log:
  Convert to USES=libtool

Modified:
  head/multimedia/libtheora/Makefile
  head/multimedia/libtheora/pkg-plist

Modified: head/multimedia/libtheora/Makefile
==============================================================================
--- head/multimedia/libtheora/Makefile	Sun Mar  2 22:37:24 2014	(r346827)
+++ head/multimedia/libtheora/Makefile	Sun Mar  2 22:40:50 2014	(r346828)
@@ -3,7 +3,7 @@
 
 PORTNAME=	libtheora
 PORTVERSION=	1.1.1
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	multimedia
 MASTER_SITES=	http://downloads.xiph.org/releases/theora/ \
 		http://distfiles.master.finkmirrors.net/
@@ -13,10 +13,10 @@ COMMENT=	Theora video codec for the Ogg 
 
 LIB_DEPENDS=	libvorbis.so:${PORTSDIR}/audio/libvorbis
 
+USES=		libtool
+GNU_CONFIGURE=	yes
 USE_BZIP2=	yes
 USE_LDCONFIG=	yes
-USE_AUTOTOOLS=	libtool
-USE_GNOME=	ltverhack
 CONFIGURE_ENV=	LIBS="${PTHEAD_LIBS}"
 CPPFLAGS+=	-I${LOCALBASE}/include 
 LDFLAGS+=	-L${LOCALBASE}/lib

Modified: head/multimedia/libtheora/pkg-plist
==============================================================================
--- head/multimedia/libtheora/pkg-plist	Sun Mar  2 22:37:24 2014	(r346827)
+++ head/multimedia/libtheora/pkg-plist	Sun Mar  2 22:40:50 2014	(r346828)
@@ -6,14 +6,17 @@ lib/libtheora.a
 lib/libtheora.la
 lib/libtheora.so
 lib/libtheora.so.0
+lib/libtheora.so.0.3.10
 lib/libtheoraenc.a
 lib/libtheoraenc.la
 lib/libtheoraenc.so
 lib/libtheoraenc.so.1
+lib/libtheoradec.so.1.1.4
 lib/libtheoradec.a
 lib/libtheoradec.la
 lib/libtheoradec.so
 lib/libtheoradec.so.1
+lib/libtheoraenc.so.1.1.2
 libdata/pkgconfig/theora.pc
 libdata/pkgconfig/theoraenc.pc
 libdata/pkgconfig/theoradec.pc


More information about the svn-ports-head mailing list