fold lib-only PFRAG.shared into PLIST, regen PLIST, and bump
This commit is contained in:
parent
bc20d3d3a4
commit
2382144b92
@ -1,10 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.24 2015/01/24 11:07:57 schwarze Exp $
|
||||
# $OpenBSD: Makefile,v 1.25 2015/03/16 18:07:34 naddy Exp $
|
||||
|
||||
COMMENT= CDDA reading utility with extra data verification features
|
||||
|
||||
DISTNAME= cdparanoia-III-alpha9.8
|
||||
PKGNAME= cdparanoia-3.a9.8
|
||||
REVISION= 0
|
||||
REVISION= 1
|
||||
CATEGORIES= audio
|
||||
SHARED_LIBS= cdda_interface 0.0 \
|
||||
cdda_paranoia 0.0
|
||||
|
@ -1,3 +0,0 @@
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.3 2005/12/23 15:03:06 espie Exp $
|
||||
@lib lib/libcdda_interface.so.${LIBcdda_interface_VERSION}
|
||||
@lib lib/libcdda_paranoia.so.${LIBcdda_paranoia_VERSION}
|
@ -1,11 +1,12 @@
|
||||
@comment $OpenBSD: PLIST,v 1.4 2004/08/05 03:28:11 espie Exp $
|
||||
bin/cdparanoia
|
||||
@comment $OpenBSD: PLIST,v 1.5 2015/03/16 18:07:34 naddy Exp $
|
||||
@bin bin/cdparanoia
|
||||
include/cdda_interface.h
|
||||
include/cdda_paranoia.h
|
||||
@comment include/utils.h
|
||||
lib/libcdda_interface.a
|
||||
@lib lib/libcdda_interface.so.${LIBcdda_interface_VERSION}
|
||||
lib/libcdda_paranoia.a
|
||||
@lib lib/libcdda_paranoia.so.${LIBcdda_paranoia_VERSION}
|
||||
@man man/man1/cdparanoia.1
|
||||
share/doc/cdparanoia/
|
||||
share/doc/cdparanoia/FAQ.txt
|
||||
%%SHARED%%
|
||||
|
@ -1,10 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.11 2013/03/21 08:45:12 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.12 2015/03/16 18:07:34 naddy Exp $
|
||||
|
||||
COMMENT= acoustic decoder for CMU Sphinx3 speech recognition system
|
||||
|
||||
DISTNAME= sphinx3-0.8
|
||||
PKGNAME= cmu-${DISTNAME}
|
||||
REVISION= 4
|
||||
REVISION= 5
|
||||
CATEGORIES= audio
|
||||
|
||||
SHARED_LIBS= s3decoder 0.0
|
||||
|
@ -1,2 +0,0 @@
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.1.1.1 2009/06/07 07:18:39 eric Exp $
|
||||
@lib lib/libs3decoder.so.${LIBs3decoder_VERSION}
|
@ -1,5 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2009/06/07 07:18:39 eric Exp $
|
||||
%%SHARED%%
|
||||
@comment $OpenBSD: PLIST,v 1.2 2015/03/16 18:07:34 naddy Exp $
|
||||
bin/sphinx3-simple
|
||||
@bin bin/sphinx3_align
|
||||
@bin bin/sphinx3_astar
|
||||
@ -90,7 +89,7 @@ include/sphinx3/word_graph.h
|
||||
include/sphinx3/word_ugprob.h
|
||||
lib/libs3decoder.a
|
||||
lib/libs3decoder.la
|
||||
lib/pkgconfig/
|
||||
@lib lib/libs3decoder.so.${LIBs3decoder_VERSION}
|
||||
lib/pkgconfig/sphinx3.pc
|
||||
share/sphinx3/
|
||||
share/sphinx3/model/
|
||||
|
@ -1,11 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.9 2013/03/21 08:45:12 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.10 2015/03/16 18:07:34 naddy Exp $
|
||||
|
||||
COMMENT= common libraries for the CMU speech recognition engines
|
||||
|
||||
VERSION= 0.6
|
||||
DISTNAME= sphinxbase-${VERSION}
|
||||
PKGNAME= cmu-sphinxbase-${VERSION}
|
||||
REVISION= 1
|
||||
REVISION= 2
|
||||
CATEGORIES= audio
|
||||
SHARED_LIBS= sphinxbase 1.0 \
|
||||
sphinxad 1.0
|
||||
|
@ -1,3 +0,0 @@
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.1.1.1 2009/06/07 07:23:37 eric Exp $
|
||||
@lib lib/libsphinxad.so.${LIBsphinxad_VERSION}
|
||||
@lib lib/libsphinxbase.so.${LIBsphinxbase_VERSION}
|
@ -1,5 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.2 2010/04/26 07:12:30 eric Exp $
|
||||
%%SHARED%%
|
||||
@comment $OpenBSD: PLIST,v 1.3 2015/03/16 18:07:34 naddy Exp $
|
||||
@bin bin/sphinx_cepview
|
||||
@bin bin/sphinx_cont_adseg
|
||||
@bin bin/sphinx_cont_fileseg
|
||||
@ -54,7 +53,8 @@ include/sphinxbase/unlimit.h
|
||||
include/sphinxbase/yin.h
|
||||
lib/libsphinxad.a
|
||||
lib/libsphinxad.la
|
||||
@lib lib/libsphinxad.so.${LIBsphinxad_VERSION}
|
||||
lib/libsphinxbase.a
|
||||
lib/libsphinxbase.la
|
||||
lib/pkgconfig/
|
||||
@lib lib/libsphinxbase.so.${LIBsphinxbase_VERSION}
|
||||
lib/pkgconfig/sphinxbase.pc
|
||||
|
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.17 2013/03/21 08:45:12 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.18 2015/03/16 18:07:35 naddy Exp $
|
||||
|
||||
COMMENT= MPEG-2 and MPEG-4 AAC encoder
|
||||
|
||||
DISTNAME= faac-1.28
|
||||
REVISION= 4
|
||||
REVISION= 5
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=faac/}
|
||||
|
||||
|
@ -1,2 +0,0 @@
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.1.1.1 2006/07/13 16:18:40 ckuethe Exp $
|
||||
@lib lib/libfaac.so.${LIBfaac_VERSION}
|
@ -1,8 +1,8 @@
|
||||
@comment $OpenBSD: PLIST,v 1.3 2011/06/29 10:57:17 jasper Exp $
|
||||
%%SHARED%%
|
||||
@comment $OpenBSD: PLIST,v 1.4 2015/03/16 18:07:35 naddy Exp $
|
||||
@bin bin/faac
|
||||
include/faac.h
|
||||
include/faaccfg.h
|
||||
lib/libfaac.a
|
||||
lib/libfaac.la
|
||||
@lib lib/libfaac.so.${LIBfaac_VERSION}
|
||||
@man man/man1/faac.1
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.19 2014/09/16 19:56:09 miod Exp $
|
||||
# $OpenBSD: Makefile,v 1.20 2015/03/16 18:07:35 naddy Exp $
|
||||
|
||||
BROKEN-m88k= out of memory compiling cmu_us_kal_diphone.c
|
||||
BROKEN-mips64= GCC hangs compiling cmu_us_kal_diphone.c
|
||||
@ -9,7 +9,7 @@ COMMENT= text to speech utility
|
||||
VERSION= 1.2
|
||||
DISTNAME= flite-${VERSION}-release
|
||||
PKGNAME= flite-${VERSION}
|
||||
REVISION= 4
|
||||
REVISION= 5
|
||||
SHARED_LIBS= flite 1.2 \
|
||||
flite_cmu_time_awb 1.2 \
|
||||
flite_cmu_us_kal 1.2 \
|
||||
|
@ -1,7 +0,0 @@
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.4 2005/12/24 16:01:55 espie Exp $
|
||||
@lib lib/libflite.so.${LIBflite_VERSION}
|
||||
@lib lib/libflite_cmu_time_awb.so.${LIBflite_cmu_time_awb_VERSION}
|
||||
@lib lib/libflite_cmu_us_kal.so.${LIBflite_cmu_us_kal_VERSION}
|
||||
@lib lib/libflite_cmu_us_kal16.so.${LIBflite_cmu_us_kal16_VERSION}
|
||||
@lib lib/libflite_cmulex.so.${LIBflite_cmulex_VERSION}
|
||||
@lib lib/libflite_usenglish.so.${LIBflite_usenglish_VERSION}
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.3 2009/12/14 00:33:08 jakemsr Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.4 2015/03/16 18:07:35 naddy Exp $
|
||||
@bin bin/flite
|
||||
@bin bin/flite_time
|
||||
include/flite/
|
||||
@ -40,9 +40,14 @@ include/flite/cst_wave.h
|
||||
include/flite/flite.h
|
||||
include/flite/flite_version.h
|
||||
lib/libflite.a
|
||||
@lib lib/libflite.so.${LIBflite_VERSION}
|
||||
lib/libflite_cmu_time_awb.a
|
||||
@lib lib/libflite_cmu_time_awb.so.${LIBflite_cmu_time_awb_VERSION}
|
||||
lib/libflite_cmu_us_kal.a
|
||||
@lib lib/libflite_cmu_us_kal.so.${LIBflite_cmu_us_kal_VERSION}
|
||||
lib/libflite_cmu_us_kal16.a
|
||||
@lib lib/libflite_cmu_us_kal16.so.${LIBflite_cmu_us_kal16_VERSION}
|
||||
lib/libflite_cmulex.a
|
||||
@lib lib/libflite_cmulex.so.${LIBflite_cmulex_VERSION}
|
||||
lib/libflite_usenglish.a
|
||||
%%SHARED%%
|
||||
@lib lib/libflite_usenglish.so.${LIBflite_usenglish_VERSION}
|
||||
|
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.8 2013/03/21 08:45:12 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.9 2015/03/16 18:07:35 naddy Exp $
|
||||
|
||||
COMMENT= OpenAL Utility Toolkit
|
||||
|
||||
DISTNAME= freealut-1.1.0
|
||||
REVISION= 0
|
||||
REVISION= 1
|
||||
SHARED_LIBS += alut 1.0 # .1.0
|
||||
CATEGORIES= audio
|
||||
|
||||
|
@ -1,2 +0,0 @@
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.1.1.1 2006/10/30 23:37:24 steven Exp $
|
||||
@lib lib/libalut.so.${LIBalut_VERSION}
|
@ -1,9 +1,8 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2006/10/30 23:37:24 steven Exp $
|
||||
%%SHARED%%
|
||||
@comment $OpenBSD: PLIST,v 1.2 2015/03/16 18:07:35 naddy Exp $
|
||||
bin/freealut-config
|
||||
include/AL/
|
||||
include/AL/alut.h
|
||||
lib/libalut.a
|
||||
lib/libalut.la
|
||||
lib/pkgconfig/
|
||||
@lib lib/libalut.so.${LIBalut_VERSION}
|
||||
lib/pkgconfig/freealut.pc
|
||||
|
@ -1,10 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.18 2013/03/21 08:45:12 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.19 2015/03/16 18:07:35 naddy Exp $
|
||||
|
||||
COMMENT= library for manipulating ID3v1 and ID3v2 tags
|
||||
|
||||
VERSION= 3.8
|
||||
DISTNAME= id3lib-${VERSION}.3
|
||||
REVISION= 3
|
||||
REVISION= 4
|
||||
CATEGORIES= audio
|
||||
SHARED_LIBS += id3 4.0 # .3.8
|
||||
|
||||
|
@ -1,2 +0,0 @@
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.6 2005/12/23 15:03:07 espie Exp $
|
||||
@lib lib/libid3.so.${LIBid3_VERSION}
|
@ -1,8 +1,8 @@
|
||||
@comment $OpenBSD: PLIST,v 1.3 2004/08/05 03:28:12 espie Exp $
|
||||
bin/id3convert
|
||||
bin/id3cp
|
||||
bin/id3info
|
||||
bin/id3tag
|
||||
@comment $OpenBSD: PLIST,v 1.4 2015/03/16 18:07:35 naddy Exp $
|
||||
@bin bin/id3convert
|
||||
@bin bin/id3cp
|
||||
@bin bin/id3info
|
||||
@bin bin/id3tag
|
||||
include/id3/
|
||||
include/id3.h
|
||||
include/id3/field.h
|
||||
@ -20,4 +20,4 @@ include/id3/writer.h
|
||||
include/id3/writers.h
|
||||
lib/libid3.a
|
||||
lib/libid3.la
|
||||
%%SHARED%%
|
||||
@lib lib/libid3.so.${LIBid3_VERSION}
|
||||
|
@ -1,8 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.53 2015/01/24 11:07:57 schwarze Exp $
|
||||
# $OpenBSD: Makefile,v 1.54 2015/03/16 18:07:35 naddy Exp $
|
||||
|
||||
COMMENT= lame ain't an MP3 encoder
|
||||
|
||||
DISTNAME= lame-3.99.5
|
||||
REVISION= 0
|
||||
|
||||
SHARED_LIBS += mp3lame 2.1 # 0.1
|
||||
|
||||
|
@ -1,2 +0,0 @@
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.5 2010/03/29 07:55:55 ajacoutot Exp $
|
||||
@lib lib/libmp3lame.so.${LIBmp3lame_VERSION}
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.11 2011/10/23 09:14:19 ajacoutot Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.12 2015/03/16 18:07:35 naddy Exp $
|
||||
@pkgpath audio/lame
|
||||
@pkgpath audio/lame,no_x11
|
||||
@bin bin/lame
|
||||
@ -7,6 +7,7 @@ include/lame/
|
||||
include/lame/lame.h
|
||||
lib/libmp3lame.a
|
||||
lib/libmp3lame.la
|
||||
@lib lib/libmp3lame.so.${LIBmp3lame_VERSION}
|
||||
@man man/man1/lame.1
|
||||
share/doc/lame/
|
||||
share/doc/lame/about.html
|
||||
@ -23,4 +24,3 @@ share/doc/lame/list.html
|
||||
share/doc/lame/ms_stereo.html
|
||||
share/doc/lame/usage.html
|
||||
share/doc/lame/vbr.html
|
||||
%%SHARED%%
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.23 2014/10/26 15:27:03 ratchov Exp $
|
||||
# $OpenBSD: Makefile,v 1.24 2015/03/16 18:07:35 naddy Exp $
|
||||
|
||||
COMMENT = free library for decoding ATSC A/52 streams, aka AC-3
|
||||
|
||||
@ -6,7 +6,7 @@ V = 0.7.5
|
||||
# 0.7.5-cvs
|
||||
DISTNAME = a52dec-snapshot
|
||||
PKGNAME = liba52-${V}
|
||||
REVISION = 1
|
||||
REVISION = 2
|
||||
CATEGORIES = audio
|
||||
MASTER_SITES = http://comstyle.com/source/
|
||||
|
||||
|
@ -1,2 +0,0 @@
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.3 2005/12/23 15:03:08 espie Exp $
|
||||
@lib lib/liba52.so.${LIBa52_VERSION}
|
@ -1,5 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.5 2012/05/25 07:15:41 ajacoutot Exp $
|
||||
%%SHARED%%
|
||||
@comment $OpenBSD: PLIST,v 1.6 2015/03/16 18:07:35 naddy Exp $
|
||||
@bin bin/a52dec
|
||||
@bin bin/extract_a52
|
||||
include/a52dec/
|
||||
@ -9,7 +8,7 @@ include/a52dec/audio_out.h
|
||||
include/a52dec/mm_accel.h
|
||||
lib/liba52.a
|
||||
lib/liba52.la
|
||||
lib/pkgconfig/
|
||||
@lib lib/liba52.so.${LIBa52_VERSION}
|
||||
lib/pkgconfig/liba52.pc
|
||||
@man man/man1/a52dec.1
|
||||
@man man/man1/extract_a52.1
|
||||
|
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.22 2015/01/21 06:13:46 bentley Exp $
|
||||
# $OpenBSD: Makefile,v 1.23 2015/03/16 18:07:35 naddy Exp $
|
||||
|
||||
COMMENT= multi-platform cd player development library
|
||||
DISTNAME= libcdaudio-0.99.12
|
||||
REVISION= 1
|
||||
REVISION= 2
|
||||
SHARED_LIBS += cdaudio 1.1 # .1.0
|
||||
CATEGORIES= audio
|
||||
|
||||
|
@ -1,2 +0,0 @@
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.3 2005/12/23 16:12:24 espie Exp $
|
||||
@lib lib/libcdaudio.so.${LIBcdaudio_VERSION}
|
@ -1,10 +1,9 @@
|
||||
@comment $OpenBSD: PLIST,v 1.3 2007/09/20 22:07:50 sthen Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.4 2015/03/16 18:07:35 naddy Exp $
|
||||
bin/libcdaudio-config
|
||||
include/cdaudio.h
|
||||
lib/libcdaudio.a
|
||||
lib/libcdaudio.la
|
||||
lib/pkgconfig/
|
||||
@lib lib/libcdaudio.so.${LIBcdaudio_VERSION}
|
||||
lib/pkgconfig/libcdaudio.pc
|
||||
share/aclocal/
|
||||
share/aclocal/libcdaudio.m4
|
||||
%%SHARED%%
|
||||
|
@ -1,10 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.4 2013/03/21 08:45:12 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.5 2015/03/16 18:07:35 naddy Exp $
|
||||
|
||||
COMMENT= library to access data on a CDDB server
|
||||
|
||||
DISTNAME= libcddb-1.3.2
|
||||
CATEGORIES= audio devel
|
||||
SHARED_LIBS += cddb 0.1 # .4.3
|
||||
REVISION= 0
|
||||
|
||||
HOMEPAGE= http://libcddb.sourceforge.net/
|
||||
|
||||
|
@ -1,2 +0,0 @@
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.1.1.1 2008/03/19 14:37:54 jasper Exp $
|
||||
@lib lib/libcddb.so.${LIBcddb_VERSION}
|
@ -1,6 +1,5 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2008/03/19 14:37:54 jasper Exp $
|
||||
%%SHARED%%
|
||||
bin/cddb_query
|
||||
@comment $OpenBSD: PLIST,v 1.2 2015/03/16 18:07:35 naddy Exp $
|
||||
@bin bin/cddb_query
|
||||
include/cddb/
|
||||
include/cddb/cddb.h
|
||||
include/cddb/cddb_cmd.h
|
||||
@ -14,5 +13,5 @@ include/cddb/cddb_track.h
|
||||
include/cddb/version.h
|
||||
lib/libcddb.a
|
||||
lib/libcddb.la
|
||||
lib/pkgconfig/
|
||||
@lib lib/libcddb.so.${LIBcddb_VERSION}
|
||||
lib/pkgconfig/libcddb.pc
|
||||
|
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.14 2015/01/24 11:07:57 schwarze Exp $
|
||||
# $OpenBSD: Makefile,v 1.15 2015/03/16 18:07:35 naddy Exp $
|
||||
|
||||
COMMENT= compact disk input and control library
|
||||
|
||||
DISTNAME= libcdio-0.80
|
||||
REVISION= 6
|
||||
REVISION= 7
|
||||
CATEGORIES= audio devel
|
||||
MASTER_SITES= ${MASTER_SITE_GNU:=libcdio/}
|
||||
|
||||
|
@ -1,8 +0,0 @@
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.1.1.1 2008/03/20 18:24:42 jasper Exp $
|
||||
@lib lib/libcdio++.so.${LIBcdio++_VERSION}
|
||||
@lib lib/libcdio.so.${LIBcdio_VERSION}
|
||||
@lib lib/libcdio_cdda.so.${LIBcdio_cdda_VERSION}
|
||||
@lib lib/libcdio_paranoia.so.${LIBcdio_paranoia_VERSION}
|
||||
@lib lib/libiso9660++.so.${LIBiso9660++_VERSION}
|
||||
@lib lib/libiso9660.so.${LIBiso9660_VERSION}
|
||||
@lib lib/libudf.so.${LIBudf_VERSION}
|
@ -1,13 +1,12 @@
|
||||
@comment $OpenBSD: PLIST,v 1.3 2008/05/01 09:05:13 fgsch Exp $
|
||||
%%SHARED%%
|
||||
bin/cd-drive
|
||||
bin/cd-info
|
||||
bin/cd-paranoia
|
||||
bin/cd-read
|
||||
bin/cdda-player
|
||||
bin/iso-info
|
||||
bin/iso-read
|
||||
bin/mmc-tool
|
||||
@comment $OpenBSD: PLIST,v 1.4 2015/03/16 18:07:35 naddy Exp $
|
||||
@bin bin/cd-drive
|
||||
@bin bin/cd-info
|
||||
@bin bin/cd-paranoia
|
||||
@bin bin/cd-read
|
||||
@bin bin/cdda-player
|
||||
@bin bin/iso-info
|
||||
@bin bin/iso-read
|
||||
@bin bin/mmc-tool
|
||||
include/cdio/
|
||||
include/cdio++/
|
||||
include/cdio++/cdio.hpp
|
||||
@ -53,19 +52,25 @@ include/cdio/xa.h
|
||||
@info info/libcdio.info
|
||||
lib/libcdio++.a
|
||||
lib/libcdio++.la
|
||||
@lib lib/libcdio++.so.${LIBcdio++_VERSION}
|
||||
lib/libcdio.a
|
||||
lib/libcdio.la
|
||||
@lib lib/libcdio.so.${LIBcdio_VERSION}
|
||||
lib/libcdio_cdda.a
|
||||
lib/libcdio_cdda.la
|
||||
@lib lib/libcdio_cdda.so.${LIBcdio_cdda_VERSION}
|
||||
lib/libcdio_paranoia.a
|
||||
lib/libcdio_paranoia.la
|
||||
@lib lib/libcdio_paranoia.so.${LIBcdio_paranoia_VERSION}
|
||||
lib/libiso9660++.a
|
||||
lib/libiso9660++.la
|
||||
@lib lib/libiso9660++.so.${LIBiso9660++_VERSION}
|
||||
lib/libiso9660.a
|
||||
lib/libiso9660.la
|
||||
@lib lib/libiso9660.so.${LIBiso9660_VERSION}
|
||||
lib/libudf.a
|
||||
lib/libudf.la
|
||||
lib/pkgconfig/
|
||||
@lib lib/libudf.so.${LIBudf_VERSION}
|
||||
lib/pkgconfig/libcdio++.pc
|
||||
lib/pkgconfig/libcdio.pc
|
||||
lib/pkgconfig/libcdio_cdda.pc
|
||||
|
@ -1,9 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.3 2013/03/21 08:45:12 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.4 2015/03/16 18:07:35 naddy Exp $
|
||||
|
||||
COMMENT = cue sheet parser library
|
||||
|
||||
DISTNAME = libcue-1.4.0
|
||||
CATEGORIES = audio
|
||||
REVISION = 0
|
||||
|
||||
HOMEPAGE = http://libcue.sourceforge.net/
|
||||
|
||||
|
@ -1,2 +0,0 @@
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.1.1.1 2010/12/10 20:45:53 shadchin Exp $
|
||||
@lib lib/libcue.so.${LIBcue_VERSION}
|
@ -1,5 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2010/12/10 20:45:53 shadchin Exp $
|
||||
%%SHARED%%
|
||||
@comment $OpenBSD: PLIST,v 1.2 2015/03/16 18:07:35 naddy Exp $
|
||||
include/libcue/
|
||||
include/libcue/cd.h
|
||||
include/libcue/cdtext.h
|
||||
@ -8,5 +7,5 @@ include/libcue/rem.h
|
||||
include/libcue/time.h
|
||||
lib/libcue.a
|
||||
lib/libcue.la
|
||||
lib/pkgconfig/
|
||||
@lib lib/libcue.so.${LIBcue_VERSION}
|
||||
lib/pkgconfig/libcue.pc
|
||||
|
@ -1,10 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.9 2014/10/26 15:23:09 ratchov Exp $
|
||||
# $OpenBSD: Makefile,v 1.10 2015/03/16 18:07:35 naddy Exp $
|
||||
|
||||
COMMENT= free DTS Coherent Acoustics decoder
|
||||
|
||||
V= 0.0.5
|
||||
DISTNAME= libdca-${V}
|
||||
REVISION= 3
|
||||
REVISION= 4
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://download.videolan.org/pub/videolan/libdca/${V}/
|
||||
|
@ -1,2 +0,0 @@
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.1.1.1 2009/07/12 23:26:08 jolan Exp $
|
||||
@lib lib/libdca.so.${LIBdca_VERSION}
|
@ -1,12 +1,11 @@
|
||||
@comment $OpenBSD: PLIST,v 1.2 2009/07/17 17:00:06 jolan Exp $
|
||||
%%SHARED%%
|
||||
@comment $OpenBSD: PLIST,v 1.3 2015/03/16 18:07:36 naddy Exp $
|
||||
@bin bin/dcadec
|
||||
@bin bin/extract_dca
|
||||
include/dca.h
|
||||
include/dts.h
|
||||
lib/libdca.a
|
||||
lib/libdca.la
|
||||
lib/pkgconfig/
|
||||
@lib lib/libdca.so.${LIBdca_VERSION}
|
||||
lib/pkgconfig/libdca.pc
|
||||
lib/pkgconfig/libdts.pc
|
||||
@man man/man1/dcadec.1
|
||||
|
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.17 2013/03/21 08:45:12 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.18 2015/03/16 18:07:36 naddy Exp $
|
||||
|
||||
COMMENT= library for reading ID3 tags
|
||||
|
||||
DISTNAME= libid3tag-0.15.1b
|
||||
REVISION= 3
|
||||
REVISION= 4
|
||||
SHARED_LIBS += id3tag 4.0 # .3.0
|
||||
|
||||
CATEGORIES= audio
|
||||
|
@ -1,2 +0,0 @@
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.4 2005/12/23 15:29:08 espie Exp $
|
||||
@lib lib/libid3tag.so.${LIBid3tag_VERSION}
|
@ -1,8 +1,7 @@
|
||||
@comment $OpenBSD: PLIST,v 1.4 2009/07/20 15:36:19 naddy Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.5 2015/03/16 18:07:36 naddy Exp $
|
||||
@conflict mad-*
|
||||
%%SHARED%%
|
||||
include/id3tag.h
|
||||
lib/libid3tag.a
|
||||
lib/libid3tag.la
|
||||
lib/pkgconfig/
|
||||
@lib lib/libid3tag.so.${LIBid3tag_VERSION}
|
||||
lib/pkgconfig/id3tag.pc
|
||||
|
@ -1,11 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.5 2013/03/21 08:45:12 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.6 2015/03/16 18:07:36 naddy Exp $
|
||||
|
||||
COMMENT = leightweight open sound control (OSC) implementation
|
||||
DISTNAME = liblo-0.26
|
||||
SHARED_LIBS += lo 0.0 # 7.0
|
||||
CATEGORIES = audio
|
||||
HOMEPAGE = http://liblo.sourceforge.net/
|
||||
REVISION = 1
|
||||
REVISION = 2
|
||||
|
||||
# LGPLv2+
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
|
@ -1,2 +0,0 @@
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.1.1.1 2012/08/16 12:26:28 stsp Exp $
|
||||
@lib lib/liblo.so.${LIBlo_VERSION}
|
@ -1,5 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2012/08/16 12:26:28 stsp Exp $
|
||||
%%SHARED%%
|
||||
@comment $OpenBSD: PLIST,v 1.2 2015/03/16 18:07:36 naddy Exp $
|
||||
@bin bin/oscdump
|
||||
@bin bin/oscsend
|
||||
include/lo/
|
||||
@ -13,5 +12,5 @@ include/lo/lo_throw.h
|
||||
include/lo/lo_types.h
|
||||
lib/liblo.a
|
||||
lib/liblo.la
|
||||
lib/pkgconfig/
|
||||
@lib lib/liblo.so.${LIBlo_VERSION}
|
||||
lib/pkgconfig/liblo.pc
|
||||
|
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.14 2013/03/21 08:45:12 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.15 2015/03/16 18:07:36 naddy Exp $
|
||||
|
||||
COMMENT= high-quality MPEG audio decoder
|
||||
|
||||
DISTNAME= libmad-0.15.1b
|
||||
REVISION= 3
|
||||
REVISION= 4
|
||||
CATEGORIES= audio
|
||||
HOMEPAGE= http://www.underbit.com/products/mad/
|
||||
SHARED_LIBS += mad 2.1 # .2.1
|
||||
|
@ -1,2 +0,0 @@
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.4 2005/12/23 15:03:08 espie Exp $
|
||||
@lib lib/libmad.so.${LIBmad_VERSION}
|
@ -1,8 +1,7 @@
|
||||
@comment $OpenBSD: PLIST,v 1.4 2005/06/04 15:30:58 naddy Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.5 2015/03/16 18:07:36 naddy Exp $
|
||||
@conflict mad-*
|
||||
include/mad.h
|
||||
lib/libmad.a
|
||||
lib/libmad.la
|
||||
%%SHARED%%
|
||||
lib/pkgconfig/
|
||||
@lib lib/libmad.so.${LIBmad_VERSION}
|
||||
lib/pkgconfig/mad.pc
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.19 2013/09/20 05:32:57 dcoppa Exp $
|
||||
# $OpenBSD: Makefile,v 1.20 2015/03/16 18:07:36 naddy Exp $
|
||||
|
||||
COMMENT= mpd client library
|
||||
|
||||
@ -6,7 +6,7 @@ VERSION= 11.8.17
|
||||
DISTNAME= libmpd-${VERSION}
|
||||
SHARED_LIBS= mpd 3.2 #.3.0
|
||||
CATEGORIES= audio
|
||||
REVISION = 1
|
||||
REVISION = 2
|
||||
|
||||
MAINTAINER= Landry Breuil <landry@openbsd.org>
|
||||
|
||||
|
@ -1,2 +0,0 @@
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.1.1.1 2006/10/27 14:08:02 jasper Exp $
|
||||
@lib lib/libmpd.so.${LIBmpd_VERSION}
|
@ -1,5 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.4 2009/04/23 19:20:02 landry Exp $
|
||||
%%SHARED%%
|
||||
@comment $OpenBSD: PLIST,v 1.5 2015/03/16 18:07:36 naddy Exp $
|
||||
include/libmpd-1.0/
|
||||
include/libmpd-1.0/libmpd/
|
||||
include/libmpd-1.0/libmpd/debug_printf.h
|
||||
@ -15,5 +14,5 @@ include/libmpd-1.0/libmpd/libmpd.h
|
||||
include/libmpd-1.0/libmpd/libmpdclient.h
|
||||
lib/libmpd.a
|
||||
lib/libmpd.la
|
||||
lib/pkgconfig/
|
||||
@lib lib/libmpd.so.${LIBmpd_VERSION}
|
||||
lib/pkgconfig/libmpd.pc
|
||||
|
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.10 2013/03/10 22:55:03 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.11 2015/03/16 18:07:36 naddy Exp $
|
||||
|
||||
COMMENT= library for audio metadata lookup
|
||||
|
||||
DISTNAME= libmusicbrainz-3.0.2
|
||||
REVISION= 3
|
||||
REVISION= 4
|
||||
|
||||
SHARED_LIBS= musicbrainz3 0.0 # .6.1
|
||||
CATEGORIES= audio
|
||||
|
@ -1,2 +0,0 @@
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.2 2010/04/15 20:35:46 dcoppa Exp $
|
||||
@lib lib/libmusicbrainz3.so.${LIBmusicbrainz3_VERSION}
|
@ -1,5 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2008/03/25 09:19:23 jasper Exp $
|
||||
%%SHARED%%
|
||||
@comment $OpenBSD: PLIST,v 1.2 2015/03/16 18:07:36 naddy Exp $
|
||||
include/musicbrainz3/
|
||||
include/musicbrainz3/artist.h
|
||||
include/musicbrainz3/artistalias.h
|
||||
@ -28,5 +27,5 @@ include/musicbrainz3/track.h
|
||||
include/musicbrainz3/user.h
|
||||
include/musicbrainz3/utils.h
|
||||
include/musicbrainz3/webservice.h
|
||||
lib/pkgconfig/
|
||||
@lib lib/libmusicbrainz3.so.${LIBmusicbrainz3_VERSION}
|
||||
lib/pkgconfig/libmusicbrainz3.pc
|
||||
|
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.10 2013/03/21 08:45:12 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.11 2015/03/16 18:07:36 naddy Exp $
|
||||
|
||||
COMMENT= communicate with some Creative and Dell audio players
|
||||
|
||||
DISTNAME= libnjb-2.2.6
|
||||
REVISION= 1
|
||||
REVISION= 2
|
||||
SHARED_LIBS= njb 0.0 # .6.0
|
||||
CATEGORIES= audio devel
|
||||
|
||||
|
@ -1,2 +0,0 @@
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.1.1.1 2007/01/07 19:34:57 jasper Exp $
|
||||
@lib lib/libnjb.so.${LIBnjb_VERSION}
|
@ -1,31 +1,30 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2007/01/07 19:34:57 jasper Exp $
|
||||
%%SHARED%%
|
||||
bin/njb-cursesplay
|
||||
bin/njb-delfile
|
||||
bin/njb-deltr
|
||||
bin/njb-dumpeax
|
||||
bin/njb-dumptime
|
||||
bin/njb-files
|
||||
bin/njb-fwupgrade
|
||||
bin/njb-getfile
|
||||
bin/njb-getowner
|
||||
bin/njb-gettr
|
||||
bin/njb-getusage
|
||||
bin/njb-handshake
|
||||
bin/njb-pl
|
||||
bin/njb-play
|
||||
bin/njb-playlists
|
||||
bin/njb-sendfile
|
||||
bin/njb-sendtr
|
||||
bin/njb-setowner
|
||||
bin/njb-setpbm
|
||||
bin/njb-settime
|
||||
bin/njb-tagtr
|
||||
bin/njb-tracks
|
||||
@comment $OpenBSD: PLIST,v 1.2 2015/03/16 18:07:36 naddy Exp $
|
||||
@bin bin/njb-cursesplay
|
||||
@bin bin/njb-delfile
|
||||
@bin bin/njb-deltr
|
||||
@bin bin/njb-dumpeax
|
||||
@bin bin/njb-dumptime
|
||||
@bin bin/njb-files
|
||||
@bin bin/njb-fwupgrade
|
||||
@bin bin/njb-getfile
|
||||
@bin bin/njb-getowner
|
||||
@bin bin/njb-gettr
|
||||
@bin bin/njb-getusage
|
||||
@bin bin/njb-handshake
|
||||
@bin bin/njb-pl
|
||||
@bin bin/njb-play
|
||||
@bin bin/njb-playlists
|
||||
@bin bin/njb-sendfile
|
||||
@bin bin/njb-sendtr
|
||||
@bin bin/njb-setowner
|
||||
@bin bin/njb-setpbm
|
||||
@bin bin/njb-settime
|
||||
@bin bin/njb-tagtr
|
||||
@bin bin/njb-tracks
|
||||
include/libnjb.h
|
||||
lib/libnjb.a
|
||||
lib/libnjb.la
|
||||
lib/pkgconfig/
|
||||
@lib lib/libnjb.so.${LIBnjb_VERSION}
|
||||
lib/pkgconfig/libnjb.pc
|
||||
share/doc/libnjb/
|
||||
share/doc/libnjb/FAQ
|
||||
|
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.9 2013/11/08 09:55:44 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.10 2015/03/16 18:07:36 naddy Exp $
|
||||
|
||||
COMMENT = Open Fingerprint Architecture library
|
||||
|
||||
DISTNAME = libofa-0.9.3
|
||||
REVISION = 4
|
||||
REVISION = 5
|
||||
CATEGORIES = audio devel
|
||||
HOMEPAGE = https://code.google.com/p/musicip-libofa/
|
||||
SHARED_LIBS += ofa 0.0
|
||||
|
@ -1,2 +0,0 @@
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.1.1.1 2010/11/19 17:12:15 millert Exp $
|
||||
@lib lib/libofa.so.${LIBofa_VERSION}
|
@ -1,8 +1,7 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2010/11/19 17:12:15 millert Exp $
|
||||
%%SHARED%%
|
||||
@comment $OpenBSD: PLIST,v 1.2 2015/03/16 18:07:36 naddy Exp $
|
||||
include/ofa1/
|
||||
include/ofa1/ofa.h
|
||||
lib/libofa.a
|
||||
lib/libofa.la
|
||||
lib/pkgconfig/
|
||||
@lib lib/libofa.so.${LIBofa_VERSION}
|
||||
lib/pkgconfig/libofa.pc
|
||||
|
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.13 2013/03/21 08:45:12 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.14 2015/03/16 18:07:36 naddy Exp $
|
||||
|
||||
COMMENT= C64 music player and SID chip emulator library
|
||||
|
||||
DISTNAME= libsidplay-1.36.57
|
||||
REVISION= 3
|
||||
REVISION= 4
|
||||
CATEGORIES= audio
|
||||
SHARED_LIBS += sidplay 2.0 # .1.3
|
||||
|
||||
|
@ -1,2 +0,0 @@
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.3 2005/12/23 15:03:09 espie Exp $
|
||||
@lib lib/libsidplay.so.${LIBsidplay_VERSION}
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.2 2004/08/06 14:37:27 espie Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.3 2015/03/16 18:07:36 naddy Exp $
|
||||
include/sidplay/
|
||||
include/sidplay/compconf.h
|
||||
include/sidplay/emucfg.h
|
||||
@ -12,4 +12,4 @@ include/sidplay/sidtune.h
|
||||
include/sidplay/version.h
|
||||
lib/libsidplay.a
|
||||
lib/libsidplay.la
|
||||
%%SHARED%%
|
||||
@lib lib/libsidplay.so.${LIBsidplay_VERSION}
|
||||
|
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.26 2015/01/22 21:17:46 naddy Exp $
|
||||
# $OpenBSD: Makefile,v 1.27 2015/03/16 18:07:36 naddy Exp $
|
||||
|
||||
COMMENT= library to handle various audio file formats
|
||||
|
||||
DISTNAME= libsndfile-1.0.25
|
||||
REVISION= 0
|
||||
REVISION= 1
|
||||
CATEGORIES= audio
|
||||
HOMEPAGE= http://www.mega-nerd.com/libsndfile/
|
||||
MAINTAINER= Jan Stary <hans@stare.cz>
|
||||
|
@ -1,2 +0,0 @@
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.7 2005/12/23 15:03:09 espie Exp $
|
||||
@lib lib/libsndfile.so.${LIBsndfile_VERSION}
|
@ -1,5 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.10 2011/04/14 07:27:00 dcoppa Exp $
|
||||
%%SHARED%%
|
||||
@comment $OpenBSD: PLIST,v 1.11 2015/03/16 18:07:36 naddy Exp $
|
||||
@bin bin/sndfile-cmp
|
||||
@bin bin/sndfile-concat
|
||||
@bin bin/sndfile-convert
|
||||
@ -15,7 +14,7 @@ include/sndfile.h
|
||||
include/sndfile.hh
|
||||
lib/libsndfile.a
|
||||
lib/libsndfile.la
|
||||
lib/pkgconfig/
|
||||
@lib lib/libsndfile.so.${LIBsndfile_VERSION}
|
||||
lib/pkgconfig/sndfile.pc
|
||||
@man man/man1/sndfile-cmp.1
|
||||
@man man/man1/sndfile-concat.1
|
||||
|
@ -1,10 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.15 2013/03/10 22:55:03 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.16 2015/03/16 18:07:36 naddy Exp $
|
||||
|
||||
COMMENT= multi-platform CD-Player library
|
||||
|
||||
DISTNAME= libworkman-1999-06-20
|
||||
PKGNAME= libworkman-1.4
|
||||
REVISION= 0
|
||||
REVISION= 1
|
||||
SHARED_LIBS= workman 1.4
|
||||
CATEGORIES= audio
|
||||
|
||||
|
@ -1,2 +0,0 @@
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.3 2005/12/23 16:57:17 espie Exp $
|
||||
@lib lib/libworkman.so.${LIBworkman_VERSION}
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.2 2004/08/06 14:37:27 espie Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.3 2015/03/16 18:07:36 naddy Exp $
|
||||
include/workman/
|
||||
include/workman/wm_cdda.h
|
||||
include/workman/wm_cddb.h
|
||||
@ -15,4 +15,4 @@ include/workman/wm_version.h
|
||||
include/workman/workman.h
|
||||
include/workman/workman_defs.h
|
||||
lib/libworkman.a
|
||||
%%SHARED%%
|
||||
@lib lib/libworkman.so.${LIBworkman_VERSION}
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.6 2013/03/21 08:45:12 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.7 2015/03/16 18:07:36 naddy Exp $
|
||||
|
||||
ONLY_FOR_ARCHS= amd64 arm i386
|
||||
|
||||
@ -6,7 +6,7 @@ COMMENT= Monkey's audio lossless codec
|
||||
|
||||
DISTNAME= mac-3.99-u4-b5
|
||||
PKGNAME= mac-3.99.4.5
|
||||
REVISION= 0
|
||||
REVISION= 1
|
||||
SHARED_LIBS += mac 0.0 # .2.0
|
||||
CATEGORIES= audio
|
||||
|
||||
|
@ -1,2 +0,0 @@
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.1.1.1 2007/07/19 16:24:37 jasper Exp $
|
||||
@lib lib/libmac.so.${LIBmac_VERSION}
|
@ -1,6 +1,5 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2007/07/19 16:24:37 jasper Exp $
|
||||
%%SHARED%%
|
||||
bin/mac
|
||||
@comment $OpenBSD: PLIST,v 1.2 2015/03/16 18:07:36 naddy Exp $
|
||||
@bin bin/mac
|
||||
include/mac/
|
||||
include/mac/APECompress.h
|
||||
include/mac/APECompressCore.h
|
||||
@ -25,3 +24,4 @@ include/mac/StdLibFileIO.h
|
||||
include/mac/config.h
|
||||
lib/libmac.a
|
||||
lib/libmac.la
|
||||
@lib lib/libmac.so.${LIBmac_VERSION}
|
||||
|
@ -1,8 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.5 2013/03/21 08:45:13 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.6 2015/03/16 18:07:36 naddy Exp $
|
||||
|
||||
COMMENT= implementation of the Adaptive Multi Rate speech codec
|
||||
|
||||
DISTNAME= opencore-amr-0.1.3
|
||||
REVISION= 0
|
||||
|
||||
SHARED_LIBS += opencore-amrnb 0.0 # .0.3
|
||||
SHARED_LIBS += opencore-amrwb 0.0 # .0.3
|
||||
|
@ -1,3 +0,0 @@
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.1.1.1 2012/07/06 17:21:11 sthen Exp $
|
||||
@lib lib/libopencore-amrnb.so.${LIBopencore-amrnb_VERSION}
|
||||
@lib lib/libopencore-amrwb.so.${LIBopencore-amrwb_VERSION}
|
@ -1,5 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2012/07/06 17:21:11 sthen Exp $
|
||||
%%SHARED%%
|
||||
@comment $OpenBSD: PLIST,v 1.2 2015/03/16 18:07:36 naddy Exp $
|
||||
include/opencore-amrnb/
|
||||
include/opencore-amrnb/interf_dec.h
|
||||
include/opencore-amrnb/interf_enc.h
|
||||
@ -8,8 +7,9 @@ include/opencore-amrwb/dec_if.h
|
||||
include/opencore-amrwb/if_rom.h
|
||||
lib/libopencore-amrnb.a
|
||||
lib/libopencore-amrnb.la
|
||||
@lib lib/libopencore-amrnb.so.${LIBopencore-amrnb_VERSION}
|
||||
lib/libopencore-amrwb.a
|
||||
lib/libopencore-amrwb.la
|
||||
lib/pkgconfig/
|
||||
@lib lib/libopencore-amrwb.so.${LIBopencore-amrwb_VERSION}
|
||||
lib/pkgconfig/opencore-amrnb.pc
|
||||
lib/pkgconfig/opencore-amrwb.pc
|
||||
|
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.17 2014/07/19 22:20:28 naddy Exp $
|
||||
# $OpenBSD: Makefile,v 1.18 2015/03/16 18:07:36 naddy Exp $
|
||||
|
||||
COMMENT= utility for Rio mp3 players
|
||||
|
||||
DISTNAME= rioutil-1.4.4
|
||||
REVISION= 2
|
||||
REVISION= 3
|
||||
SHARED_LIBS += rioutil 5.1 # .5.1
|
||||
CATEGORIES= audio
|
||||
|
||||
|
@ -1,2 +0,0 @@
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.3 2005/12/23 16:12:24 espie Exp $
|
||||
@lib lib/librioutil.so.${LIBrioutil_VERSION}
|
@ -1,7 +1,7 @@
|
||||
@comment $OpenBSD: PLIST,v 1.2 2004/08/09 15:34:08 espie Exp $
|
||||
bin/rioutil
|
||||
@comment $OpenBSD: PLIST,v 1.3 2015/03/16 18:07:37 naddy Exp $
|
||||
@bin bin/rioutil
|
||||
include/rio.h
|
||||
lib/librioutil.a
|
||||
lib/librioutil.la
|
||||
@lib lib/librioutil.so.${LIBrioutil_VERSION}
|
||||
@man man/man1/rioutil.1
|
||||
%%SHARED%%
|
||||
|
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.37 2015/01/24 11:07:57 schwarze Exp $
|
||||
# $OpenBSD: Makefile,v 1.38 2015/03/16 18:07:37 naddy Exp $
|
||||
|
||||
COMMENT= network audio player
|
||||
DISTNAME= rplay-3.3.2
|
||||
REVISION= 3
|
||||
REVISION= 4
|
||||
CATEGORIES= audio
|
||||
SHARED_LIBS= rplay 0.0
|
||||
|
||||
|
@ -1,2 +0,0 @@
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.4 2005/12/23 15:07:06 espie Exp $
|
||||
@lib lib/librplay.so.${LIBrplay_VERSION}
|
@ -1,16 +1,14 @@
|
||||
@comment $OpenBSD: PLIST,v 1.16 2014/01/11 11:22:43 espie Exp $
|
||||
%%SHARED%%
|
||||
@comment $OpenBSD: PLIST,v 1.17 2015/03/16 18:07:37 naddy Exp $
|
||||
@bin bin/rplay
|
||||
@bin bin/rptp
|
||||
include/rplay.h
|
||||
@comment include/rxposix.h
|
||||
lib/librplay.a
|
||||
@comment lib/librx.a
|
||||
bin/rplay
|
||||
bin/rptp
|
||||
@comment include/rxposix.h
|
||||
@info info/RPLAY.info
|
||||
@info info/RPTP.info
|
||||
@info info/librplay.info
|
||||
@info info/rplayd.info
|
||||
lib/librplay.a
|
||||
@lib lib/librplay.so.${LIBrplay_VERSION}
|
||||
@comment lib/librx.a
|
||||
@man man/man1/rplay.1
|
||||
@man man/man1/rptp.1
|
||||
@ -19,7 +17,7 @@ bin/rptp
|
||||
@man man/man5/rplay.hosts.5
|
||||
@man man/man5/rplay.servers.5
|
||||
@man man/man8/rplayd.8
|
||||
sbin/rplayd
|
||||
@bin sbin/rplayd
|
||||
@mode 755
|
||||
@owner root
|
||||
@group wheel
|
||||
|
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.11 2013/03/21 08:45:13 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.12 2015/03/16 18:07:37 naddy Exp $
|
||||
|
||||
COMMENT= tempo/pitch audio processing library
|
||||
|
||||
DISTNAME= soundtouch-1.3.1
|
||||
REVISION= 0
|
||||
REVISION= 1
|
||||
SHARED_LIBS += BPM 0.0 # .0.0
|
||||
SHARED_LIBS += SoundTouch 0.0 # .0.0
|
||||
CATEGORIES= audio devel
|
||||
|
@ -1,3 +0,0 @@
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.1.1.1 2007/12/08 11:05:58 ajacoutot Exp $
|
||||
@lib lib/libBPM.so.${LIBBPM_VERSION}
|
||||
@lib lib/libSoundTouch.so.${LIBSoundTouch_VERSION}
|
@ -1,6 +1,5 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2007/12/08 11:05:58 ajacoutot Exp $
|
||||
%%SHARED%%
|
||||
bin/soundstretch
|
||||
@comment $OpenBSD: PLIST,v 1.2 2015/03/16 18:07:37 naddy Exp $
|
||||
@bin bin/soundstretch
|
||||
include/soundtouch/
|
||||
include/soundtouch/BPMDetect.h
|
||||
include/soundtouch/FIFOSampleBuffer.h
|
||||
@ -10,9 +9,10 @@ include/soundtouch/SoundTouch.h
|
||||
include/soundtouch/soundtouch_config.h
|
||||
lib/libBPM.a
|
||||
lib/libBPM.la
|
||||
@lib lib/libBPM.so.${LIBBPM_VERSION}
|
||||
lib/libSoundTouch.a
|
||||
lib/libSoundTouch.la
|
||||
lib/pkgconfig/
|
||||
@lib lib/libSoundTouch.so.${LIBSoundTouch_VERSION}
|
||||
lib/pkgconfig/soundtouch-1.0.pc
|
||||
share/aclocal/
|
||||
share/aclocal/soundtouch.m4
|
||||
|
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.58 2014/12/29 10:44:55 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.59 2015/03/16 18:07:37 naddy Exp $
|
||||
|
||||
COMMENT= Sound eXchange, the Swiss Army knife of audio manipulation
|
||||
|
||||
DISTNAME= sox-14.4.1
|
||||
REVISION= 0
|
||||
REVISION= 1
|
||||
SHARED_LIBS += sox 3.0 # .2.1
|
||||
|
||||
CATEGORIES= audio
|
||||
|
@ -1,2 +0,0 @@
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.1 2009/01/08 19:48:21 naddy Exp $
|
||||
@lib lib/libsox.so.${LIBsox_VERSION}
|
@ -1,8 +1,7 @@
|
||||
@comment $OpenBSD: PLIST,v 1.7 2012/03/23 13:16:41 sthen Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.8 2015/03/16 18:07:37 naddy Exp $
|
||||
@pkgpath audio/sox,mp3
|
||||
@pkgpath audio/sox,mp3,vorbis
|
||||
@pkgpath audio/sox,vorbis
|
||||
%%SHARED%%
|
||||
bin/play
|
||||
bin/rec
|
||||
@bin bin/sox
|
||||
@ -10,7 +9,7 @@ bin/soxi
|
||||
include/sox.h
|
||||
lib/libsox.a
|
||||
lib/libsox.la
|
||||
lib/pkgconfig/
|
||||
@lib lib/libsox.so.${LIBsox_VERSION}
|
||||
lib/pkgconfig/sox.pc
|
||||
@comment lib/sox/
|
||||
@man man/man1/play.1
|
||||
|
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.26 2013/03/21 08:45:13 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.27 2015/03/16 18:07:37 naddy Exp $
|
||||
|
||||
COMMENT= patent-free speech codec
|
||||
|
||||
DISTNAME= speex-1.2rc1
|
||||
REVISION= 0
|
||||
REVISION= 1
|
||||
CATEGORIES= audio
|
||||
HOMEPAGE= http://www.speex.org/
|
||||
SHARED_LIBS += speex 8.0 # .6.0
|
||||
|
@ -1,3 +0,0 @@
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.8 2008/05/04 15:16:43 jasper Exp $
|
||||
@lib lib/libspeex.so.${LIBspeex_VERSION}
|
||||
@lib lib/libspeexdsp.so.${LIBspeexdsp_VERSION}
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.6 2008/08/31 19:40:44 naddy Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.7 2015/03/16 18:07:37 naddy Exp $
|
||||
@bin bin/speexdec
|
||||
@bin bin/speexenc
|
||||
include/speex/
|
||||
@ -16,9 +16,10 @@ include/speex/speex_stereo.h
|
||||
include/speex/speex_types.h
|
||||
lib/libspeex.a
|
||||
lib/libspeex.la
|
||||
@lib lib/libspeex.so.${LIBspeex_VERSION}
|
||||
lib/libspeexdsp.a
|
||||
lib/libspeexdsp.la
|
||||
lib/pkgconfig/
|
||||
@lib lib/libspeexdsp.so.${LIBspeexdsp_VERSION}
|
||||
lib/pkgconfig/speex.pc
|
||||
lib/pkgconfig/speexdsp.pc
|
||||
@man man/man1/speexdec.1
|
||||
@ -27,4 +28,3 @@ share/aclocal/
|
||||
share/aclocal/speex.m4
|
||||
share/doc/speex/
|
||||
share/doc/speex/manual.pdf
|
||||
%%SHARED%%
|
||||
|
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.21 2013/04/14 00:43:44 brad Exp $
|
||||
# $OpenBSD: Makefile,v 1.22 2015/03/16 18:07:37 naddy Exp $
|
||||
|
||||
COMMENT= integer-only, fully Ogg Vorbis compliant decoder library
|
||||
|
||||
DISTNAME= tremor-20120410
|
||||
REVISION= 0
|
||||
REVISION= 1
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://comstyle.com/source/
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
@ -1,2 +0,0 @@
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.2 2005/12/23 16:12:24 espie Exp $
|
||||
@lib lib/libvorbisidec.so.${LIBvorbisidec_VERSION}
|
@ -1,10 +1,9 @@
|
||||
@comment $OpenBSD: PLIST,v 1.2 2012/04/28 09:03:08 ajacoutot Exp $
|
||||
%%SHARED%%
|
||||
@comment $OpenBSD: PLIST,v 1.3 2015/03/16 18:07:37 naddy Exp $
|
||||
include/tremor/
|
||||
include/tremor/config_types.h
|
||||
include/tremor/ivorbiscodec.h
|
||||
include/tremor/ivorbisfile.h
|
||||
lib/libvorbisidec.a
|
||||
lib/libvorbisidec.la
|
||||
lib/pkgconfig/
|
||||
@lib lib/libvorbisidec.so.${LIBvorbisidec_VERSION}
|
||||
lib/pkgconfig/vorbisidec.pc
|
||||
|
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.4 2013/03/21 08:45:13 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.5 2015/03/16 18:07:37 naddy Exp $
|
||||
|
||||
COMMENT= optimised MPEG Audio Layer 2 (MP2) encoder
|
||||
|
||||
DISTNAME= twolame-0.3.13
|
||||
REVISION= 0
|
||||
REVISION= 1
|
||||
SHARED_LIBS += twolame 0.0 # 0.0
|
||||
|
||||
CATEGORIES= audio
|
||||
|
@ -1,2 +0,0 @@
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.1.1.1 2011/12/27 09:44:15 jasper Exp $
|
||||
@lib lib/libtwolame.so.${LIBtwolame_VERSION}
|
@ -1,10 +1,9 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2011/12/27 09:44:15 jasper Exp $
|
||||
%%SHARED%%
|
||||
@comment $OpenBSD: PLIST,v 1.2 2015/03/16 18:07:37 naddy Exp $
|
||||
@bin bin/twolame
|
||||
include/twolame.h
|
||||
lib/libtwolame.a
|
||||
lib/libtwolame.la
|
||||
lib/pkgconfig/
|
||||
@lib lib/libtwolame.so.${LIBtwolame_VERSION}
|
||||
lib/pkgconfig/twolame.pc
|
||||
@man man/man1/twolame.1
|
||||
share/doc/twolame/
|
||||
|
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.10 2013/03/21 08:45:13 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.11 2015/03/16 18:07:37 naddy Exp $
|
||||
|
||||
COMMENT= European Molecular Biology Open Software Suite
|
||||
|
||||
DISTNAME= EMBOSS-6.0.1
|
||||
REVISION= 2
|
||||
REVISION= 3
|
||||
SHARED_LIBS += eplplot 0.0 # .5.7
|
||||
SHARED_LIBS += ajax 1.0 # .6.0
|
||||
SHARED_LIBS += ajaxg 1.0 # .6.0
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user