[Midnightbsd-cvs] mports [18648] trunk/multimedia/libtheora: fix plist

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Apr 12 01:38:39 EDT 2015


Revision: 18648
          http://svnweb.midnightbsd.org/mports/?rev=18648
Author:   laffer1
Date:     2015-04-12 01:38:38 -0400 (Sun, 12 Apr 2015)
Log Message:
-----------
fix plist

Modified Paths:
--------------
    trunk/multimedia/libtheora/Makefile
    trunk/multimedia/libtheora/pkg-plist

Modified: trunk/multimedia/libtheora/Makefile
===================================================================
--- trunk/multimedia/libtheora/Makefile	2015-04-12 05:33:21 UTC (rev 18647)
+++ trunk/multimedia/libtheora/Makefile	2015-04-12 05:38:38 UTC (rev 18648)
@@ -2,7 +2,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/
@@ -12,18 +12,18 @@
 
 LICENSE=	bsd3
 
-LIB_DEPENDS=	vorbis.4:${PORTSDIR}/audio/libvorbis
+LIB_DEPENDS=	libvorbis.so:${PORTSDIR}/audio/libvorbis
 
-USES=		libtool:keepla tar:bzip2
 GNU_CONFIGURE=	yes
+CONFIGURE_ARGS=	--disable-sdltest \
+		--disable-examples
+CPPFLAGS+=	-I${LOCALBASE}/include 
+LIBS+=		-L${LOCALBASE}/lib
+INSTALL_TARGET=	install-strip
+USES=		libtool tar:bzip2
 USE_LDCONFIG=	yes
-CPPFLAGS+=	-I${LOCALBASE}/include
-LIBS+=		-L${LOCALBASE}/lib
-CONFIGURE_ARGS+=--disable-sdltest \
-		--enable-shared \
-		--disable-examples
 
-.include <bsd.port.pre.mk>
+.include <bsd.mport.options.mk>
 
 post-patch:
 	@${REINPLACE_CMD} -e 's|doc||g' ${WRKSRC}/Makefile.in
@@ -33,4 +33,4 @@
 	@${REINPLACE_CMD} -e 's|#define OC_X86_ASM|#undef OC_X86_ASM|' ${WRKSRC}/configure
 .endif
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: trunk/multimedia/libtheora/pkg-plist
===================================================================
--- trunk/multimedia/libtheora/pkg-plist	2015-04-12 05:33:21 UTC (rev 18647)
+++ trunk/multimedia/libtheora/pkg-plist	2015-04-12 05:38:38 UTC (rev 18648)
@@ -3,18 +3,17 @@
 include/theora/theoraenc.h
 include/theora/theoradec.h
 lib/libtheora.a
-lib/libtheora.la
 lib/libtheora.so
-lib/libtheora.so.3
+lib/libtheora.so.0
+lib/libtheora.so.0.3.10
+lib/libtheoradec.a
+lib/libtheoradec.so
+lib/libtheoradec.so.1
+lib/libtheoradec.so.1.1.4
 lib/libtheoraenc.a
-lib/libtheoraenc.la
 lib/libtheoraenc.so
-lib/libtheoraenc.so.2
-lib/libtheoradec.a
-lib/libtheoradec.la
-lib/libtheoradec.so
-lib/libtheoradec.so.2
+lib/libtheoraenc.so.1
+lib/libtheoraenc.so.1.1.2
 libdata/pkgconfig/theora.pc
 libdata/pkgconfig/theoraenc.pc
 libdata/pkgconfig/theoradec.pc
- at dirrm include/theora



More information about the Midnightbsd-cvs mailing list