Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Mar 2014 22:40:50 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r346828 - head/multimedia/libtheora
Message-ID:  <201403022240.s22MeoMs008914@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403022240.s22MeoMs008914>