Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla in
the 32 ports that still use it. Bump PORTREVISION on their dependent ports except the ones that depend on these: audio/libogg audio/libvorbis devel/pcre ftp/curl graphics/jpeg graphics/libart_lgpl graphics/tiff textproc/expat2 textproc/libxslt In these cases the same trick as in the recent gettext update is used. The ports install a symlink with the old library version. When enough of their dependent ports have had regular updates the remaining ones can get a PORTREVISION bump and the links can be removed. Also remove the devel/pcre dependency from USE_GNOME=glib20. It causes over 2200 packages to depend on devel/pcre while less than 200 actually link with it. The glib20 package still depends on devel/pcre so this should not make a difference for ports with USE_GNOME=glib20. Also, libdata/pkgconfig/glib-2.0.pc lists pcre as a private library so USE_GNOME=glib20 should not propagate it. PR: 195724 Exp-run by: antoine Approved by: portmgr (antoine)
This commit is contained in:
parent
e59096e905
commit
60945f0277
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=374303
920 changed files with 1111 additions and 1098 deletions
|
@ -34,21 +34,7 @@ patch-libtool:
|
|||
-e '/link_all_deplibs[0-9A-Z_]*=/s/=unknown/=no/' \
|
||||
-e '/objformat=/s/echo aout/echo elf/' \
|
||||
-e "/freebsd-elf\\*)/,/;;/ { \
|
||||
/deplibs_check_method=/s/=.*/=pass_all/; }" \
|
||||
$${i} && ${TOUCH} -mr $${i}.bak $${i}; done
|
||||
|
||||
@${FIND} ${WRKDIR} -type f -name ltmain.sh | \
|
||||
${XARGS} ${REINPLACE_CMD} \
|
||||
-e '/if.*linkmode.*prog.*mode.*!= relink/s/if.*;/if :;/'\
|
||||
-e '/if.*prog.*linkmode.*relink !=.*mode/s/if.*;/if :;/'\
|
||||
-e '/if.*linkmode.*prog.*mode.* = relink/s/||.*;/;/' \
|
||||
-e '/if.*prog.*linkmode.*relink = .*mode/s/||.*;/;/' \
|
||||
-e 's/|-p|-pg|/|-B*|-p|-pg|/'
|
||||
|
||||
.if ! ${libtool_ARGS:Moldver}
|
||||
@${FIND} ${WRKDIR} \( -name configure -or -name ltconfig \) \
|
||||
-type f | while read i; do ${SED} -i.bak \
|
||||
-e "/freebsd-elf\\*)/,/;;/ { \
|
||||
/deplibs_check_method=/s/=.*/=pass_all/; \
|
||||
/library_names_spec=.*\\.so/ \
|
||||
s/=.*/='\$$libname\$$release.so\$$versuffix \
|
||||
\$$libname\$$release.so\$$major \$$libname.so' \
|
||||
|
@ -66,11 +52,15 @@ patch-libtool:
|
|||
s/darwin|linux|/darwin|freebsd-elf|linux|/' \
|
||||
-e '/freebsd-elf)/,+2 { \
|
||||
/major=/s/=.*/=.$$(($$current - $$age))/; \
|
||||
/versuffix=/s/=.*/="$$major.$$age.$$revision"/; }'
|
||||
.endif
|
||||
/versuffix=/s/=.*/="$$major.$$age.$$revision"/; }' \
|
||||
-e '/if.*linkmode.*prog.*mode.*!= relink/s/if.*;/if :;/'\
|
||||
-e '/if.*prog.*linkmode.*relink !=.*mode/s/if.*;/if :;/'\
|
||||
-e '/if.*linkmode.*prog.*mode.* = relink/s/||.*;/;/' \
|
||||
-e '/if.*prog.*linkmode.*relink = .*mode/s/||.*;/;/' \
|
||||
-e 's/|-p|-pg|/|-B*|-p|-pg|/'
|
||||
|
||||
patch-lafiles:
|
||||
.if ${libtool_ARGS:Mkeepla} || ${libtool_ARGS:Moldver}
|
||||
.if ${libtool_ARGS:Mkeepla}
|
||||
@${FIND} ${STAGEDIR} -type f -name '*.la' | \
|
||||
${XARGS} ${SED} -i '' -e "/dependency_libs=/s/=.*/=''/"
|
||||
.else
|
||||
|
|
|
@ -19,7 +19,7 @@ _valid_ARGS= al si soft alut
|
|||
|
||||
_si_DEPENDS= libopenal.so.0:${PORTSDIR}/audio/openal
|
||||
_soft_DEPENDS= libopenal.so.1:${PORTSDIR}/audio/openal-soft
|
||||
_alut_DEPENDS= libalut.so.1:${PORTSDIR}/audio/freealut
|
||||
_alut_DEPENDS= libalut.so.0:${PORTSDIR}/audio/freealut
|
||||
|
||||
_OPENAL_LIBS= si soft
|
||||
_DEFAULT_OPENAL= soft
|
||||
|
|
|
@ -231,8 +231,7 @@ gnomemimedata_DETECT= ${LOCALBASE}/libdata/pkgconfig/gnome-mime-data-2.0.pc
|
|||
gnomemimedata_BUILD_DEPENDS=${gnomemimedata_DETECT}:${PORTSDIR}/misc/gnome-mime-data
|
||||
gnomemimedata_RUN_DEPENDS=${gnomemimedata_DETECT}:${PORTSDIR}/misc/gnome-mime-data
|
||||
|
||||
glib20_LIB_DEPENDS= libglib-2.0.so:${PORTSDIR}/devel/glib20 \
|
||||
libpcre.so:${PORTSDIR}/devel/pcre
|
||||
glib20_LIB_DEPENDS= libglib-2.0.so:${PORTSDIR}/devel/glib20
|
||||
glib20_DETECT= ${LOCALBASE}/libdata/pkgconfig/glib-2.0.pc
|
||||
|
||||
atk_LIB_DEPENDS= libatk-1.0.so:${PORTSDIR}/accessibility/atk
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
PORTNAME= at-spi
|
||||
PORTVERSION= 1.32.0
|
||||
PORTREVISION?= 3
|
||||
PORTREVISION?= 4
|
||||
CATEGORIES= accessibility x11-toolkits
|
||||
MASTER_SITES= GNOME
|
||||
DIST_SUBDIR= gnome2
|
||||
|
@ -18,14 +18,13 @@ USES+= tar:bzip2
|
|||
|
||||
RUN_DEPENDS= at-spi2-atk>2.6.0:${PORTSDIR}/accessibility/at-spi2-atk
|
||||
|
||||
USES+= gmake gettext libtool:oldver pathfix pkgconfig python:2
|
||||
USES+= gmake gettext libtool pathfix pkgconfig python:2
|
||||
USE_GNOME= gnomehier intlhack gtk20 gconf2 libbonobo
|
||||
USE_XORG= x11 xtst
|
||||
USE_LDCONFIG= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --enable-static
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
LIBS+= -L${LOCALBASE}/lib
|
||||
INSTALL_TARGET= install-strip
|
||||
|
||||
GCONF_SCHEMAS= at-spi.schemas
|
||||
|
|
|
@ -33,23 +33,16 @@ include/at-spi-1.0/libspi/text.h
|
|||
include/at-spi-1.0/libspi/value.h
|
||||
include/at-spi-1.0/login-helper/Accessibility_LoginHelper.h
|
||||
include/at-spi-1.0/login-helper/login-helper.h
|
||||
lib/libcspi.a
|
||||
lib/libcspi.la
|
||||
lib/libcspi.so
|
||||
lib/libcspi.so.10
|
||||
lib/libloginhelper.a
|
||||
lib/libloginhelper.la
|
||||
lib/libcspi.so.0
|
||||
lib/libcspi.so.0.10.11
|
||||
lib/libloginhelper.so
|
||||
lib/libloginhelper.so.0
|
||||
lib/libspi.a
|
||||
lib/libspi.la
|
||||
lib/libloginhelper.so.0.0.0
|
||||
lib/libspi.so
|
||||
lib/libspi.so.10
|
||||
lib/orbit-2.0/Accessibility_LoginHelper_module.a
|
||||
lib/orbit-2.0/Accessibility_LoginHelper_module.la
|
||||
lib/libspi.so.0
|
||||
lib/libspi.so.0.10.11
|
||||
lib/orbit-2.0/Accessibility_LoginHelper_module.so
|
||||
lib/orbit-2.0/Accessibility_module.a
|
||||
lib/orbit-2.0/Accessibility_module.la
|
||||
lib/orbit-2.0/Accessibility_module.so
|
||||
%%PYTHON_SITELIBDIR%%/pyatspi/__init__.py
|
||||
%%PYTHON_SITELIBDIR%%/pyatspi/__init__.pyc
|
||||
|
@ -187,58 +180,3 @@ share/locale/xh/LC_MESSAGES/at-spi.mo
|
|||
share/locale/zh_CN/LC_MESSAGES/at-spi.mo
|
||||
share/locale/zh_HK/LC_MESSAGES/at-spi.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/at-spi.mo
|
||||
@dirrm share/idl/at-spi-1.0
|
||||
@dirrm %%PYTHON_SITELIBDIR%%/pyatspi
|
||||
@dirrm include/at-spi-1.0/login-helper
|
||||
@dirrm include/at-spi-1.0/libspi
|
||||
@dirrm include/at-spi-1.0/cspi
|
||||
@dirrm include/at-spi-1.0
|
||||
@dirrmtry lib/orbit-2.0
|
||||
@dirrmtry share/locale/zh_HK/LC_MESSAGES
|
||||
@dirrmtry share/locale/zh_HK
|
||||
@dirrmtry share/locale/xh/LC_MESSAGES
|
||||
@dirrmtry share/locale/xh
|
||||
@dirrmtry share/locale/ug/LC_MESSAGES
|
||||
@dirrmtry share/locale/ug
|
||||
@dirrmtry share/locale/te/LC_MESSAGES
|
||||
@dirrmtry share/locale/te
|
||||
@dirrmtry share/locale/sr@latin/LC_MESSAGES
|
||||
@dirrmtry share/locale/sr@latin
|
||||
@dirrmtry share/locale/sr@ije/LC_MESSAGES
|
||||
@dirrmtry share/locale/sr@ije
|
||||
@dirrmtry share/locale/rw/LC_MESSAGES
|
||||
@dirrmtry share/locale/rw
|
||||
@dirrmtry share/locale/ps/LC_MESSAGES
|
||||
@dirrmtry share/locale/ps
|
||||
@dirrmtry share/locale/oc/LC_MESSAGES
|
||||
@dirrmtry share/locale/oc
|
||||
@dirrmtry share/locale/nds/LC_MESSAGES
|
||||
@dirrmtry share/locale/nds
|
||||
@dirrmtry share/locale/mr/LC_MESSAGES
|
||||
@dirrmtry share/locale/mr
|
||||
@dirrmtry share/locale/mai/LC_MESSAGES
|
||||
@dirrmtry share/locale/mai
|
||||
@dirrmtry share/locale/ku/LC_MESSAGES
|
||||
@dirrmtry share/locale/ku
|
||||
@dirrmtry share/locale/kk/LC_MESSAGES
|
||||
@dirrmtry share/locale/kk
|
||||
@dirrmtry share/locale/hy/LC_MESSAGES
|
||||
@dirrmtry share/locale/hy
|
||||
@dirrmtry share/locale/en@shaw/LC_MESSAGES
|
||||
@dirrmtry share/locale/en@shaw
|
||||
@dirrmtry share/locale/dz/LC_MESSAGES
|
||||
@dirrmtry share/locale/dz
|
||||
@dirrmtry share/locale/crh/LC_MESSAGES
|
||||
@dirrmtry share/locale/crh
|
||||
@dirrmtry share/locale/ca@valencia/LC_MESSAGES
|
||||
@dirrmtry share/locale/ca@valencia
|
||||
@dirrmtry share/locale/bn_IN/LC_MESSAGES
|
||||
@dirrmtry share/locale/bn_IN
|
||||
@dirrmtry share/locale/be@latin/LC_MESSAGES
|
||||
@dirrmtry share/locale/be@latin
|
||||
@dirrmtry share/locale/ast/LC_MESSAGES
|
||||
@dirrmtry share/locale/ast
|
||||
@dirrmtry share/locale/as/LC_MESSAGES
|
||||
@dirrmtry share/locale/as
|
||||
@dirrmtry share/locale/ang/LC_MESSAGES
|
||||
@dirrmtry share/locale/ang
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
PORTNAME= dasher
|
||||
PORTVERSION= 4.10.1
|
||||
PORTREVISION= 6
|
||||
PORTREVISION= 7
|
||||
PORTEPOCH= 2
|
||||
CATEGORIES= accessibility editors x11 gnome
|
||||
MASTER_SITES= GNOME
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
PORTNAME= gnome-mag
|
||||
PORTVERSION= 0.16.3
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= accessibility gnome
|
||||
MASTER_SITES= GNOME
|
||||
DIST_SUBDIR= gnome2
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
PORTNAME= gnopernicus
|
||||
PORTVERSION= 1.1.2
|
||||
PORTREVISION= 11
|
||||
PORTREVISION= 12
|
||||
CATEGORIES= accessibility x11 gnome
|
||||
MASTER_SITES= GNOME
|
||||
DIST_SUBDIR= gnome2
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
PORTNAME= gok
|
||||
PORTVERSION= 2.30.1
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= accessibility sysutils gnome
|
||||
MASTER_SITES= GNOME
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
PORTNAME= java-access-bridge
|
||||
PORTVERSION= 1.18.0
|
||||
PORTREVISION= 7
|
||||
PORTREVISION= 8
|
||||
CATEGORIES= accessibility java gnome
|
||||
MASTER_SITES= GNOME
|
||||
DIST_SUBDIR= gnome2
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= squeeze
|
||||
PORTVERSION= 0.2.3
|
||||
PORTREVISION= 8
|
||||
PORTREVISION= 9
|
||||
CATEGORIES= archivers xfce
|
||||
MASTER_SITES= ${MASTER_SITE_XFCE}
|
||||
MASTER_SITE_SUBDIR= src/apps/${PORTNAME}/${PORTVERSION:R}
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= thunar-archive-plugin
|
||||
PORTVERSION= 0.3.1
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= archivers xfce
|
||||
MASTER_SITES= ${MASTER_SITE_XFCE}
|
||||
MASTER_SITE_SUBDIR=src/thunar-plugins/${PORTNAME}/${PORTVERSION:R}
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= merkaartor
|
||||
PORTVERSION= 0.18.1
|
||||
PORTREVISION= 6
|
||||
PORTREVISION= 7
|
||||
CATEGORIES= astro
|
||||
MASTER_SITES= http://merkaartor.be/attachments/download/301/ \
|
||||
https://secure.ohos.nl/downloads/
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= qlandkartegt
|
||||
PORTVERSION= 1.7.6
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= astro
|
||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/QLandkarte%20GT%20${PORTVERSION}
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= wmglobe
|
||||
PORTVERSION= 1.3
|
||||
PORTREVISION= 8
|
||||
PORTREVISION= 9
|
||||
CATEGORIES= astro windowmaker geography
|
||||
MASTER_SITES= http://hamete.org/static/wmg/
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= xplanet
|
||||
PORTVERSION= 1.3.0
|
||||
PORTREVISION= 4
|
||||
PORTREVISION= 5
|
||||
CATEGORIES= astro geography
|
||||
MASTER_SITES= SF
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= adplay
|
||||
PORTVERSION= 1.7
|
||||
PORTREVISION= 6
|
||||
PORTREVISION= 7
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= SF/adplug/AdPlay_UNIX/${PORTVERSION}:main \
|
||||
SF/adplug/Database/2006-07-06:db
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
PORTNAME= alsa-plugins
|
||||
PORTVERSION= 1.0.28
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= ALSA/plugins \
|
||||
GENTOO/distfiles
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= alure
|
||||
PORTVERSION= 1.2
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://kcat.strangesoft.net/alure-releases/
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= aqualung
|
||||
DISTVERSION= 0.9beta11
|
||||
PORTREVISION= 21
|
||||
PORTREVISION= 22
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${DISTVERSION} \
|
||||
http://wickedmachine.net/mirror/
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= ardour
|
||||
PORTVERSION= 2.8.14
|
||||
PORTREVISION= 6
|
||||
PORTREVISION= 7
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://freebsd.nsu.ru/distfiles/
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= asunder
|
||||
PORTVERSION= 2.5
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://littlesvr.ca/asunder/releases/
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= aubio
|
||||
PORTVERSION= 0.3.2
|
||||
PORTREVISION= 11
|
||||
PORTREVISION= 12
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://aubio.org/pub/
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= audacity
|
||||
PORTVERSION= 2.0.6
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= GOOGLE_CODE \
|
||||
SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
PORTNAME= baresip
|
||||
PORTVERSION= 0.4.8
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://www.creytiv.com/pub/
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= beast
|
||||
PORTVERSION= 0.7.8
|
||||
PORTREVISION= 6
|
||||
PORTREVISION= 7
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://dist.testbit.eu/beast/%SUBDIR%/
|
||||
MASTER_SITE_SUBDIR= v${PORTVERSION:R}
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
PORTNAME= clunk
|
||||
PORTVERSION= 1.3.218
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= SF/clunk
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= cmus
|
||||
PORTVERSION= 2.5.1
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= audio
|
||||
|
||||
MAINTAINER= h.skuhra@gmail.com
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= csound
|
||||
PORTVERSION= 5.19.01
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= audio lang
|
||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}5/${PORTNAME}${PORTVERSION:R} \
|
||||
SF/${PORTNAME}/${PORTNAME}5/${PORTNAME}${PORTVERSION:R}/manual:manual
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= csound
|
||||
PORTVERSION= 6.03.2
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= audio lang
|
||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}6/${PORTNAME:S/c/C/}${PORTVERSION:R}
|
||||
PKGNAMESUFFIX= 6
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= darkice
|
||||
PORTVERSION= 1.2
|
||||
PORTREVISION?= 1
|
||||
PORTREVISION?= 2
|
||||
CATEGORIES= audio net
|
||||
MASTER_SITES= GOOGLE_CODE
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= deadbeef
|
||||
PORTVERSION= 0.6.2
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= SF/${PORTNAME}/
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= decibel-audio-player
|
||||
PORTVERSION= 1.08
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= audio multimedia gnome python
|
||||
MASTER_SITES= http://decibel.silent-blade.org/uploads/Main/
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= drumpiler
|
||||
PORTVERSION= 0.9.0
|
||||
PORTREVISION= 6
|
||||
PORTREVISION= 7
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= SF
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= dssi
|
||||
PORTVERSION= 1.1.1
|
||||
PORTREVISION= 4
|
||||
PORTREVISION= 5
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= SF
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= dvda-author
|
||||
PORTVERSION= 09.05
|
||||
PORTREVISION= 10
|
||||
PORTREVISION= 11
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= SF/dvd-audio/${PORTNAME}-core/${PORTNAME}-${PORTVERSION}-core
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
PORTNAME= easytag
|
||||
PORTVERSION= 2.2.4
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= GNOME
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= ecasound
|
||||
PORTVERSION= 2.9.1
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://ecasound.seul.org/download/ \
|
||||
http://nosignal.fi/download/ \
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= etcd
|
||||
PORTVERSION= 1.0.1
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= ${MASTER_SITE_LOCAL} \
|
||||
http://people.freebsd.org/~gahr/distfiles/ \
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= festalon
|
||||
PORTVERSION= 0.5.5
|
||||
PORTREVISION= 10
|
||||
PORTREVISION= 11
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://projects.raphnet.net/festalon/ \
|
||||
CRITICAL
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= firefly
|
||||
PORTVERSION= 1696
|
||||
PORTREVISION= 11
|
||||
PORTREVISION= 12
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= SF/fireflyserver-server/Sources/mt-daapd/svn-${PORTVERSION}
|
||||
DISTNAME= mt-daapd-svn-${PORTVERSION}
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= flac
|
||||
PORTVERSION= 1.3.0
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://downloads.xiph.org/releases/flac/
|
||||
|
||||
|
@ -12,7 +12,7 @@ COMMENT= Free lossless audio codec
|
|||
|
||||
LIB_DEPENDS= libogg.so:${PORTSDIR}/audio/libogg
|
||||
|
||||
USES= libtool:oldver pathfix pkgconfig tar:xz
|
||||
USES= libtool pathfix pkgconfig tar:xz
|
||||
USE_LDCONFIG= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --enable-static \
|
||||
|
|
|
@ -15,13 +15,13 @@ include/FLAC/ordinals.h
|
|||
include/FLAC/stream_decoder.h
|
||||
include/FLAC/stream_encoder.h
|
||||
lib/libFLAC++.a
|
||||
lib/libFLAC++.la
|
||||
lib/libFLAC++.so
|
||||
lib/libFLAC++.so.9
|
||||
lib/libFLAC++.so.6
|
||||
lib/libFLAC++.so.6.3.0
|
||||
lib/libFLAC.a
|
||||
lib/libFLAC.la
|
||||
lib/libFLAC.so
|
||||
lib/libFLAC.so.11
|
||||
lib/libFLAC.so.8
|
||||
lib/libFLAC.so.8.3.0
|
||||
libdata/pkgconfig/flac++.pc
|
||||
libdata/pkgconfig/flac.pc
|
||||
man/man1/flac.1.gz
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
|
||||
PORTNAME= flac123
|
||||
PORTVERSION= 0.0.12
|
||||
DISTVERSIONSUFFIX= -release
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= SF/flac-tools/${PORTNAME}/
|
||||
DISTVERSIONSUFFIX= -release
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
||||
|
||||
MAINTAINER= multimedia@FreeBSD.org
|
||||
COMMENT= Command-line player for flac audio files
|
||||
|
@ -17,8 +17,9 @@ LIB_DEPENDS= libFLAC.so:${PORTSDIR}/audio/flac \
|
|||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
USES= autoreconf gmake
|
||||
GNU_CONFIGURE= yes
|
||||
USES= autoreconf gmake
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
||||
|
||||
PORTDOCS= README.remote
|
||||
PLIST_FILES= bin/flac123
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= fluidsynth-dssi
|
||||
PORTVERSION= 1.0.0
|
||||
PORTREVISION= 9
|
||||
PORTREVISION= 10
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= SF/dssi/${PORTNAME}/${PORTVERSION}
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Created by: Christopher Key <cjk32@cam.ac.uk>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTREVISION= 0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= audio lang
|
||||
PKGNAMESUFFIX= -mad
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= fplib
|
||||
PORTVERSION= 20121001
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= LOCAL/sunpoet
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= freealut
|
||||
PORTVERSION= 1.1.0
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://connect.creativelabs.com/openal/Downloads/ALUT/
|
||||
|
||||
|
@ -13,12 +13,12 @@ COMMENT= The OpenAL Utility Toolkit
|
|||
GNU_CONFIGURE= yes
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
USES= gmake openal:al libtool:oldver pathfix pkgconfig
|
||||
USES= gmake libtool openal:al pathfix pkgconfig
|
||||
USE_LDCONFIG= yes
|
||||
INSTALL_TARGET= install-strip
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's/@CFLAGS@/& -lopenal ${PTHREAD_LIBS}/g' \
|
||||
@${REINPLACE_CMD} -e 's/@CFLAGS@/& -lopenal -lpthread/g' \
|
||||
${WRKSRC}/examples/Makefile.in \
|
||||
${WRKSRC}/test_suite/Makefile.in
|
||||
|
||||
|
|
|
@ -2,6 +2,6 @@ bin/freealut-config
|
|||
include/AL/alut.h
|
||||
libdata/pkgconfig/freealut.pc
|
||||
lib/libalut.a
|
||||
lib/libalut.la
|
||||
lib/libalut.so
|
||||
lib/libalut.so.1
|
||||
lib/libalut.so.0
|
||||
lib/libalut.so.0.1.0
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= ghostess
|
||||
PORTVERSION= 20120105
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://www.smbolton.com/linux/
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= glame
|
||||
PORTVERSION= 2.0.1
|
||||
PORTREVISION= 25
|
||||
PORTREVISION= 26
|
||||
CATEGORIES= audio gnome
|
||||
MASTER_SITES= SF
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
PORTNAME= gmtp
|
||||
PORTVERSION= 1.3.4
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= SF/${PORTNAME}/gMTP-${PORTVERSION}/
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION}-i386
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
PORTNAME= gogglesmm
|
||||
PORTVERSION= 0.14.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= GH
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
# $MCom: ports/audio/gstreamer-plugins-flac/Makefile,v 1.5 2008/03/19 14:05:29 ahze Exp $
|
||||
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= audio
|
||||
|
||||
COMMENT= Gstreamer free lossless audio encoder/decoder plugin
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
# $MCom: ports/audio/gstreamer-plugins-mad/Makefile,v 1.5 2008/03/19 14:05:30 ahze Exp $
|
||||
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= audio
|
||||
|
||||
COMMENT= Gstreamer mp3 decoder plugin
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
# $MCom: ports/audio/gstreamer-plugins-wavpack/Makefile,v 1.3 2008/03/19 14:05:33 ahze Exp $
|
||||
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= audio
|
||||
|
||||
GST_PLUGIN= wavpack
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTREVISION= 0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= audio
|
||||
|
||||
COMMENT= Gstreamer free lossless audio encoder/decoder plugin
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTREVISION= 0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= audio
|
||||
|
||||
COMMENT= Gstreamer mp3 decoder plugin
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTREVISION= 0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= audio
|
||||
|
||||
COMMENT= Gstreamer wavpack plugin
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= gtkpod
|
||||
PORTVERSION= 1.0.0
|
||||
PORTREVISION= 6
|
||||
PORTREVISION= 7
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
PORTNAME= harp
|
||||
PORTVERSION= 0.5.2
|
||||
PORTREVISION= 4
|
||||
PORTREVISION= 5
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= SF
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= herrie
|
||||
PORTVERSION= 2.2
|
||||
PORTREVISION= 11
|
||||
PORTREVISION= 12
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://herrie.info/distfiles/ \
|
||||
http://www.stack.nl/~ed/projects/herrie/distfiles/
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= hexter
|
||||
PORTVERSION= 1.0.2
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= SF/dssi/${PORTNAME}/${PORTVERSION}
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= ALUT
|
||||
PORTVERSION= 2.3.0.1
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= audio haskell
|
||||
|
||||
MAINTAINER= haskell@FreeBSD.org
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= idjc
|
||||
PORTVERSION= 0.8.14
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= audio python
|
||||
MASTER_SITES= SF/idjc/idjc/0.8
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= jackit
|
||||
PORTVERSION= 0.124.1
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://jackaudio.org/downloads/
|
||||
DISTNAME= jack-audio-connection-kit-${PORTVERSION}
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= jamin
|
||||
PORTVERSION= 0.95.0
|
||||
PORTREVISION= 13
|
||||
PORTREVISION= 14
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= SF
|
||||
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
PORTNAME= kid3
|
||||
PORTVERSION= 3.1.2
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= audio kde
|
||||
MASTER_SITES= SF
|
||||
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
PORTNAME= kio-audiocd
|
||||
PORTVERSION= ${KDE4_VERSION}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= audio kde
|
||||
MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src
|
||||
DISTNAME= audiocd-kio-${PORTVERSION}
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= ksmp3play
|
||||
PORTVERSION= 0.5.2.1
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-${PORTVERSION:R}/${PORTVERSION:R}
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
PORTNAME= last.fm
|
||||
PORTVERSION= 1.5.4.26862
|
||||
DISTVERSIONSUFFIX= .src
|
||||
PORTREVISION= 4
|
||||
PORTREVISION= 5
|
||||
CATEGORIES= audio net
|
||||
MASTER_SITES= http://cdn.last.fm/client/src/
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= libbs2b
|
||||
PORTVERSION= 3.1.0
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= SF/bs2b/bs2b/${PORTVERSION}
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= libcddb
|
||||
PORTVERSION= 1.3.2
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= SF
|
||||
|
||||
|
@ -11,11 +11,11 @@ MAINTAINER= multimedia@FreeBSD.org
|
|||
COMMENT= Library to access data on a CDDB server
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USES= iconv libtool:oldver pathfix tar:bzip2
|
||||
USES= iconv libtool pathfix tar:bzip2
|
||||
USE_LDCONFIG= yes
|
||||
CONFIGURE_ARGS= --without-cdio
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
LIBS+= -L${LOCALBASE}/lib
|
||||
INSTALL_TARGET= install-strip
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -10,7 +10,7 @@ include/cddb/cddb_site.h
|
|||
include/cddb/cddb_track.h
|
||||
include/cddb/version.h
|
||||
lib/libcddb.a
|
||||
lib/libcddb.la
|
||||
lib/libcddb.so
|
||||
lib/libcddb.so.4
|
||||
lib/libcddb.so.2
|
||||
lib/libcddb.so.2.2.3
|
||||
libdata/pkgconfig/libcddb.pc
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= libconvolve
|
||||
PORTVERSION= 0.0.8
|
||||
PORTREVISION= 5
|
||||
PORTREVISION= 6
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= SF/heaven/Audio%20Applications/Jack%20Related/jack_convolve/
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= libfishsound
|
||||
PORTVERSION= 1.0.0
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://downloads.xiph.org/releases/libfishsound/ \
|
||||
LOCAL/sunpoet
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= libgig
|
||||
PORTVERSION= 3.3.0
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= SF/qsampler/${PORTNAME}/${PORTVERSION} \
|
||||
http://download.linuxsampler.org/packages/
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
PORTNAME= liblastfm
|
||||
PORTVERSION= 1.0.8
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= audio
|
||||
|
||||
MAINTAINER= jhale@FreeBSD.org
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= liblo
|
||||
PORTVERSION= 0.28
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= SF
|
||||
|
||||
|
@ -12,13 +12,11 @@ COMMENT= Lightweight Open Sound Control implementation
|
|||
|
||||
LICENSE= LGPL21
|
||||
|
||||
USES= gmake libtool:oldver pathfix
|
||||
GNU_CONFIGURE= yes
|
||||
INSTALL_TARGET= install-strip
|
||||
USES= gmake libtool pathfix
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
SHLIB_VER= 9
|
||||
PLIST_SUB+= SHLIB_VER="${SHLIB_VER}"
|
||||
|
||||
PORTDOCS= *
|
||||
PORTEXAMPLES= example_client example_server \
|
||||
example_tcp_echo_server nonblocking_server_example
|
||||
|
@ -37,7 +35,6 @@ post-patch:
|
|||
.endif
|
||||
|
||||
post-install:
|
||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/liblo.so.${SHLIB_VER}
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
.for f in AUTHORS ChangeLog NEWS README TODO
|
||||
${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}
|
||||
|
|
|
@ -10,9 +10,9 @@ include/lo/lo_osc_types.h
|
|||
include/lo/lo_serverthread.h
|
||||
include/lo/lo_throw.h
|
||||
include/lo/lo_types.h
|
||||
lib/liblo.la
|
||||
lib/liblo.so
|
||||
lib/liblo.so.%%SHLIB_VER%%
|
||||
lib/liblo.so.7
|
||||
lib/liblo.so.7.2.0
|
||||
libdata/pkgconfig/liblo.pc
|
||||
%%DOXYGEN%%man/man3/liblo.3.gz
|
||||
%%DOXYGEN%%man/man3/liblolowlevel.3.gz
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= libmad
|
||||
PORTVERSION= 0.15.1b
|
||||
PORTREVISION= 5
|
||||
PORTREVISION= 6
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= SF/mad/${PORTNAME}/${PORTVERSION}
|
||||
|
||||
|
@ -15,8 +15,9 @@ SPEED_DESC= Optimize for speed over accuracy
|
|||
|
||||
CONFIGURE_ARGS= --disable-debugging --enable-sso
|
||||
GNU_CONFIGURE= yes
|
||||
INSTALL_TARGET= install-strip
|
||||
USES= libtool
|
||||
USE_LDCONFIG= yes
|
||||
USES= libtool:oldver
|
||||
|
||||
SUB_LIST= VERSION=${PORTVERSION}
|
||||
SUB_FILES= mad.pc
|
||||
|
@ -27,9 +28,6 @@ SPEED_CONFIGURE_OFF= --enable-accuracy
|
|||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's| -fforce-mem||' ${WRKSRC}/configure
|
||||
|
||||
post-build:
|
||||
@${STRIP_CMD} ${WRKSRC}/.libs/libmad.so.2
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA} ${WRKDIR}/mad.pc ${STAGEDIR}${PREFIX}/libdata/pkgconfig/
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
include/mad.h
|
||||
lib/libmad.a
|
||||
lib/libmad.la
|
||||
lib/libmad.so
|
||||
lib/libmad.so.2
|
||||
lib/libmad.so.0
|
||||
lib/libmad.so.0.2.1
|
||||
libdata/pkgconfig/mad.pc
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= libmp3splt
|
||||
PORTVERSION= 0.8.2
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= SF/mp3splt/${PORTNAME}/${PORTVERSION}
|
||||
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
PORTNAME= libogg
|
||||
PORTVERSION= 1.3.2
|
||||
PORTREVISION= 1
|
||||
PORTEPOCH= 4
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://downloads.xiph.org/releases/ogg/
|
||||
|
@ -10,12 +11,16 @@ MASTER_SITES= http://downloads.xiph.org/releases/ogg/
|
|||
MAINTAINER= naddy@FreeBSD.org
|
||||
COMMENT= Ogg bitstream library
|
||||
|
||||
USES= libtool:oldver pathfix tar:xz
|
||||
USES= libtool pathfix tar:xz
|
||||
USE_LDCONFIG= yes
|
||||
GNU_CONFIGURE= yes
|
||||
INSTALL_TARGET= install-strip
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
post-stage:
|
||||
${LN} -s libogg.so.0 ${STAGEDIR}${PREFIX}/lib/libogg.so.8
|
||||
|
||||
regression-test: build
|
||||
@cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} check
|
||||
|
||||
|
|
|
@ -2,8 +2,9 @@ include/ogg/config_types.h
|
|||
include/ogg/ogg.h
|
||||
include/ogg/os_types.h
|
||||
lib/libogg.a
|
||||
lib/libogg.la
|
||||
lib/libogg.so
|
||||
lib/libogg.so.0
|
||||
lib/libogg.so.0.8.2
|
||||
lib/libogg.so.8
|
||||
libdata/pkgconfig/ogg.pc
|
||||
share/aclocal/ogg.m4
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= libsamplerate
|
||||
PORTVERSION= 0.1.8
|
||||
PORTREVISION= 5
|
||||
PORTREVISION= 6
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://www.mega-nerd.com/SRC/
|
||||
|
||||
|
@ -12,9 +12,10 @@ COMMENT= Secret Rabbit Code: a Sample Rate Converter for audio
|
|||
|
||||
LICENSE= GPLv2
|
||||
|
||||
USES= libtool:oldver pathfix pkgconfig
|
||||
USES= libtool pathfix pkgconfig
|
||||
USE_LDCONFIG= yes
|
||||
GNU_CONFIGURE= yes
|
||||
INSTALL_TARGET= install-strip
|
||||
|
||||
OPTIONS_DEFINE= CPU_CLIP DOCS EXAMPLES
|
||||
CPU_CLIP_DESC= Allow machine-dependent clipping
|
||||
|
@ -49,7 +50,4 @@ check regression-test test: build
|
|||
check
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libsamplerate.so.1
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
%%PORTEXAMPLES%%bin/sndfile-resample
|
||||
include/samplerate.h
|
||||
lib/libsamplerate.a
|
||||
lib/libsamplerate.la
|
||||
lib/libsamplerate.so
|
||||
lib/libsamplerate.so.1
|
||||
lib/libsamplerate.so.0
|
||||
lib/libsamplerate.so.0.1.8
|
||||
libdata/pkgconfig/samplerate.pc
|
||||
%%PORTDOCS%%%%DOCSDIR%%/SRC.css
|
||||
%%PORTDOCS%%%%DOCSDIR%%/SRC.png
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= libsndfile
|
||||
PORTVERSION= 1.0.25
|
||||
PORTREVISION= 4
|
||||
PORTREVISION= 5
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://www.mega-nerd.com/libsndfile/files/
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= libvorbis
|
||||
PORTVERSION= 1.3.4
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
PORTEPOCH= 3
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://downloads.xiph.org/releases/vorbis/
|
||||
|
@ -13,7 +13,7 @@ COMMENT= Audio compression codec library
|
|||
|
||||
LIB_DEPENDS= libogg.so:${PORTSDIR}/audio/libogg
|
||||
|
||||
USES= libtool:oldver pathfix tar:xz
|
||||
USES= libtool pathfix tar:xz
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
|
@ -22,6 +22,10 @@ CONFIGURE_ARGS= --with-ogg=${LOCALBASE} \
|
|||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
post-stage:
|
||||
${LN} -s libvorbis.so.0 ${STAGEDIR}${PREFIX}/lib/libvorbis.so.4
|
||||
${LN} -s libvorbisfile.so.3 ${STAGEDIR}${PREFIX}/lib/libvorbisfile.so.6
|
||||
|
||||
regression-test: build
|
||||
@cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} check
|
||||
|
||||
|
|
|
@ -2,16 +2,18 @@ include/vorbis/codec.h
|
|||
include/vorbis/vorbisenc.h
|
||||
include/vorbis/vorbisfile.h
|
||||
lib/libvorbis.a
|
||||
lib/libvorbis.la
|
||||
lib/libvorbis.so
|
||||
lib/libvorbis.so.0
|
||||
lib/libvorbis.so.0.4.7
|
||||
lib/libvorbis.so.4
|
||||
lib/libvorbisenc.a
|
||||
lib/libvorbisenc.la
|
||||
lib/libvorbisenc.so
|
||||
lib/libvorbisenc.so.2
|
||||
lib/libvorbisenc.so.2.0.10
|
||||
lib/libvorbisfile.a
|
||||
lib/libvorbisfile.la
|
||||
lib/libvorbisfile.so
|
||||
lib/libvorbisfile.so.3
|
||||
lib/libvorbisfile.so.3.3.6
|
||||
lib/libvorbisfile.so.6
|
||||
libdata/pkgconfig/vorbis.pc
|
||||
libdata/pkgconfig/vorbisenc.pc
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= lingot
|
||||
PORTVERSION= 0.9.1
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= SAVANNAH
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= lmms
|
||||
PORTVERSION= 0.4.15
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
PORTEPOCH= 2
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= SF
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= madplay
|
||||
PORTVERSION= 0.15.2b
|
||||
PORTREVISION= 4
|
||||
PORTREVISION= 5
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= SF/mad/${PORTNAME}/${PORTVERSION} \
|
||||
ftp://ftp.mars.org/pub/mpeg/
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
PORTNAME= mhwaveedit
|
||||
PORTVERSION= 1.4.23
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://download.gna.org/mhwaveedit/
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= milkytracker
|
||||
PORTVERSION= 0.90.86
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://www.milkytracker.org/files/ \
|
||||
CRITICAL
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
PORTNAME= mixxx
|
||||
PORTVERSION= 1.11.0
|
||||
DISTVERSIONSUFFIX= -src
|
||||
PORTREVISION= 9
|
||||
PORTREVISION= 10
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://downloads.mixxx.org/${PORTNAME}-${PORTVERSION}/
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= moc
|
||||
PORTVERSION= 2.4.4
|
||||
PORTREVISION= 18
|
||||
PORTREVISION= 19
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= ftp://ftp.daper.net/pub/soft/moc/stable/
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= mous
|
||||
PORTVERSION= 1.1a
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://cloud.github.com/downloads/bsdelf/mous/
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= mp3splt-gtk
|
||||
PORTVERSION= 0.8.2
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= SF/mp3splt/${PORTNAME}/${PORTVERSION}
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= mpg321
|
||||
PORTVERSION= 0.2.10
|
||||
PORTREVISION= 9
|
||||
PORTREVISION= 10
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= SF
|
||||
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue