[Midnightbsd-cvs] mports [21759] trunk/audio: add libtremor
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sat Aug 20 11:44:49 EDT 2016
Revision: 21759
http://svnweb.midnightbsd.org/mports/?rev=21759
Author: laffer1
Date: 2016-08-20 11:44:48 -0400 (Sat, 20 Aug 2016)
Log Message:
-----------
add libtremor
Modified Paths:
--------------
trunk/audio/Makefile
Added Paths:
-----------
trunk/audio/libtremor/
trunk/audio/libtremor/Makefile
trunk/audio/libtremor/distinfo
trunk/audio/libtremor/pkg-descr
trunk/audio/libtremor/pkg-plist
Modified: trunk/audio/Makefile
===================================================================
--- trunk/audio/Makefile 2016-08-20 15:20:59 UTC (rev 21758)
+++ trunk/audio/Makefile 2016-08-20 15:44:48 UTC (rev 21759)
@@ -88,6 +88,7 @@
SUBDIR += libshout
SUBDIR += libsidplay
SUBDIR += libsndfile
+SUBDIR += libtremor
SUBDIR += libvorbis
SUBDIR += linux-f10-alsa-lib
SUBDIR += linux-f10-alsa-plugins-oss
Added: trunk/audio/libtremor/Makefile
===================================================================
--- trunk/audio/libtremor/Makefile (rev 0)
+++ trunk/audio/libtremor/Makefile 2016-08-20 15:44:48 UTC (rev 21759)
@@ -0,0 +1,25 @@
+# Created by: kwm at rainbow-runner.nl
+# $FreeBSD: head/audio/libtremor/Makefile 412344 2016-04-01 13:29:15Z mat $
+# $MidnightBSD$
+
+PORTNAME= libtremor
+PORTVERSION= 1.2.1.s20150105
+CATEGORIES= audio
+MASTER_SITES= http://git.xiph.org/?p=tremor.git;a=snapshot;sf=tgz;h=${GIT_COMMIT};/
+DISTNAME= ${PORTNAME:S/lib//}-${GIT_COMMIT}
+
+MAINTAINER= ports at Midnight BSD.org
+COMMENT= Integer-only fully Ogg Vorbis compliant decoder library
+
+LICENSE= bsd3
+
+LIB_DEPENDS= libogg.so:audio/libogg
+
+GIT_COMMIT= b56ffc
+USES= autoreconf libtool pathfix pkgconfig
+PATHFIX_MAKEFILEIN= Makefile.am
+GNU_CONFIGURE= yes
+USE_LDCONFIG= yes
+INSTALL_TARGET= install-strip
+
+.include <bsd.port.mk>
Property changes on: trunk/audio/libtremor/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/audio/libtremor/distinfo
===================================================================
--- trunk/audio/libtremor/distinfo (rev 0)
+++ trunk/audio/libtremor/distinfo 2016-08-20 15:44:48 UTC (rev 21759)
@@ -0,0 +1,2 @@
+SHA256 (tremor-b56ffc.tar.gz) = 50040fc477eaa592aebc1e4edba201f70b89fa42199a4d73826bd690219e6fd2
+SIZE (tremor-b56ffc.tar.gz) = 148838
Property changes on: trunk/audio/libtremor/distinfo
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/audio/libtremor/pkg-descr
===================================================================
--- trunk/audio/libtremor/pkg-descr (rev 0)
+++ trunk/audio/libtremor/pkg-descr 2016-08-20 15:44:48 UTC (rev 21759)
@@ -0,0 +1,4 @@
+The Tremor decoder library is an integer-only fully Ogg Vorbis compliant
+software decoder library.
+
+WWW: https://xiph.org/vorbis/
Property changes on: trunk/audio/libtremor/pkg-descr
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/audio/libtremor/pkg-plist
===================================================================
--- trunk/audio/libtremor/pkg-plist (rev 0)
+++ trunk/audio/libtremor/pkg-plist 2016-08-20 15:44:48 UTC (rev 21759)
@@ -0,0 +1,8 @@
+include/tremor/config_types.h
+include/tremor/ivorbiscodec.h
+include/tremor/ivorbisfile.h
+lib/libvorbisidec.a
+lib/libvorbisidec.so
+lib/libvorbisidec.so.1
+lib/libvorbisidec.so.1.0.3
+libdata/pkgconfig/vorbisidec.pc
Property changes on: trunk/audio/libtremor/pkg-plist
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
More information about the Midnightbsd-cvs
mailing list