mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a. -Remove devel/libtool15 and devel/libltdl15. -Fix ports build with libtool22/libltdl22. -Bump ports that depend on libltdl22 due to shared library version change. -Explain what to do update in the UPDATING. It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop and applications in the runtime. With help: marcus and kwm Pointyhat-exp: a few times by pav Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and a few MarcusCom CVS users. Also, I might have missed a few. Repocopy by: marcus Approved by: portmgr
This commit is contained in:
parent
d1a9e827c9
commit
789d75c728
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=238781
1512 changed files with 3901 additions and 3500 deletions
2
MOVED
2
MOVED
|
@ -4128,3 +4128,5 @@ security/smtpmap||2009-07-28|Has expired: depends on GCC 2.95 which has not been
|
|||
devel/boost|devel/boost-libs|2009-07-28|Boost ports were split and sliced
|
||||
devel/boost-python|devel/boost-python-libs|2009-07-28|Boost ports were split and sliced
|
||||
www/xpi-firegpg||2009-07-31|Removed
|
||||
devel/libtool15|devel/libtool22|2009-08-02|Update to libtool22
|
||||
devel/libltdl15|devel/libltdl22|2009-08-02|Update to libltdl22
|
||||
|
|
|
@ -175,10 +175,10 @@ BUILD_DEPENDS+= ${AUTOCONF_DEPENDS}
|
|||
#---------------------------------------------------------------------------
|
||||
|
||||
# Convenience function to save people having to depend directly on
|
||||
# devel/libltdl15
|
||||
# devel/libltdl22
|
||||
#
|
||||
.if defined(AUTOTOOL_libltdl)
|
||||
LIB_DEPENDS+= ltdl.4:${PORTSDIR}/devel/libltdl15
|
||||
LIB_DEPENDS+= ltdl.7:${PORTSDIR}/devel/libltdl22
|
||||
.endif
|
||||
|
||||
.if defined(AUTOTOOL_libtool)
|
||||
|
@ -202,7 +202,7 @@ LIBTOOLIZE= ${LOCALBASE}/bin/libtoolize
|
|||
LIBTOOL_LIBEXECDIR= ${LOCALBASE}/libexec/libtool
|
||||
LIBTOOL_SHAREDIR= ${LOCALBASE}/share/libtool
|
||||
LIBTOOL_M4= ${LOCALBASE}/share/aclocal/libtool.m4
|
||||
LTMAIN= ${LIBTOOL_SHAREDIR}/ltmain.sh
|
||||
LTMAIN= ${LIBTOOL_SHAREDIR}/config/ltmain.sh
|
||||
LIBTOOL_VARS= LIBTOOL=${LIBTOOL} LIBTOOLIZE=${LIBTOOLIZE} LIBTOOL_M4=${LIBTOOL_M4}
|
||||
|
||||
LIBTOOL_DEPENDS= ${LIBTOOL}:${PORTSDIR}/devel/libtool${LIBTOOL_VERSION}
|
||||
|
|
16
UPDATING
16
UPDATING
|
@ -6,6 +6,22 @@ You should get into the habit of checking this file for changes each
|
|||
time you update your ports collection, before attempting any port
|
||||
upgrades.
|
||||
|
||||
20090802:
|
||||
AFFECTS: users of devel/libtool15 and devel/libltdl15
|
||||
AUTHOR: mezz@FreeBSD.org
|
||||
|
||||
The devel/libtool15 and devel/libltdl15 have been moved to libtool22 and
|
||||
libltdl22 then updated to 2.2.6a. You will need to run portmaster or
|
||||
portupgrade:
|
||||
|
||||
portmaster -o devel/libtool22 libtool-1.5\*
|
||||
portmaster -o devel/libltdl22 libltdl-1.5\*
|
||||
|
||||
Same way as for portupgrade by replace from 'portmaster' to 'portupgrade'.
|
||||
After that, you will need to rebuild all ports that depend on libltdl, since
|
||||
all ports' PORTREVISION has been bump so you can run with '-a' of either
|
||||
portmaster or portupgrade.
|
||||
|
||||
20090801:
|
||||
AFFECTS: users of x11-drivers/xf86-video-nouveau
|
||||
AUTHOR: rnoland@FreeBSD.org
|
||||
|
|
|
@ -22,7 +22,7 @@ USE_BZIP2= yes
|
|||
|
||||
USE_GETTEXT= yes
|
||||
USE_LDCONFIG= yes
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
USE_AUTOTOOLS= libtool:22
|
||||
USE_GNOME= gnomehack glib20 ltverhack referencehack
|
||||
CONFIGURE_ARGS= --enable-static \
|
||||
--disable-gtk-doc \
|
||||
|
|
|
@ -20,7 +20,7 @@ USE_XORG= xfixes xdamage ice xcomposite sm
|
|||
USE_GNOME= gnomehack gnomeprefix atspi libbonobo intlhack ltverhack
|
||||
USE_GMAKE= yes
|
||||
USE_GETTEXT= yes
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
USE_AUTOTOOLS= libtool:22
|
||||
USE_LDCONFIG= yes
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
|
|
@ -21,7 +21,7 @@ PREFIX= ${KDE_PREFIX}
|
|||
|
||||
USE_XORG= xtst
|
||||
USE_BZIP2= yes
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
USE_AUTOTOOLS= libtool:22
|
||||
USE_GMAKE= yes
|
||||
|
||||
.include "${.CURDIR}/../../x11/kde3/Makefile.kde"
|
||||
|
|
|
@ -17,7 +17,7 @@ COMMENT= A program for back up of directories or files
|
|||
|
||||
USE_BZIP2= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
USE_AUTOTOOLS= libtool:22
|
||||
USE_GMAKE= yes
|
||||
USE_GETTEXT= yes
|
||||
USE_KDELIBS_VER=3
|
||||
|
|
|
@ -21,7 +21,7 @@ USE_BZIP2= yes
|
|||
USE_QT_VER= 3
|
||||
USE_KDELIBS_VER=3
|
||||
GNU_CONFIGURE= yes
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
USE_AUTOTOOLS= libtool:22
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
PORTNAME= libcomprex
|
||||
PORTVERSION= 0.3.3
|
||||
PORTREVISION= 5
|
||||
PORTREVISION= 7
|
||||
CATEGORIES= archivers
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= gnupdate
|
||||
|
@ -19,7 +19,7 @@ COMMENT= Transparently handles automatic compression and decompression of files
|
|||
#LIB_DEPENDS= curl.3:${PORTSDIR}/ftp/curl
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_AUTOTOOLS= libtool:15 libltdl:15
|
||||
USE_AUTOTOOLS= libtool:22
|
||||
USE_GNOME= gnomehack gnometarget pkgconfig
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib -lintl"
|
||||
|
|
|
@ -1,11 +0,0 @@
|
|||
--- Makefile.in.orig Thu Mar 6 13:30:58 2003
|
||||
+++ Makefile.in Tue Oct 28 13:55:01 2003
|
||||
@@ -126,7 +126,7 @@
|
||||
modlibdir = @modlibdir@
|
||||
sedpath = @sedpath@
|
||||
|
||||
-@DYNAMIC_MODS_TRUE@LIBLTDLDIR = libltdl
|
||||
+@DYNAMIC_MODS_TRUE@LIBLTDLDIR =
|
||||
|
||||
SUBDIRS = debian docs intl $(LIBLTDLDIR) modules libcomprex po tests
|
||||
|
|
@ -1,21 +0,0 @@
|
|||
--- libcomprex/Makefile.in.orig Thu Mar 6 13:33:01 2003
|
||||
+++ libcomprex/Makefile.in Tue Oct 28 13:56:41 2003
|
||||
@@ -161,7 +161,7 @@
|
||||
utils.c
|
||||
|
||||
|
||||
-libcomprex_la_LIBADD = @DLLDFLAGS@ $(LIBLTDL) $(STATIC_LINK_LIBS)
|
||||
+libcomprex_la_LIBADD = @DLLDFLAGS@ -lltdl $(STATIC_LINK_LIBS)
|
||||
|
||||
libcomprex_la_LDFLAGS = \
|
||||
-version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
|
||||
@@ -169,8 +169,7 @@
|
||||
|
||||
INCLUDES = \
|
||||
-I$(top_srcdir) \
|
||||
- -DCOMPREX_LIBDIR=\""$(libdir)/comprex"\" \
|
||||
- $(INCLTDL)
|
||||
+ -DCOMPREX_LIBDIR=\""$(libdir)/comprex"\"
|
||||
|
||||
subdir = libcomprex
|
||||
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
|
@ -16,7 +16,7 @@ COMMENT= Decompress data compressed with PKWARE Data Compression Library
|
|||
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
USE_AUTOTOOLS= libtool:22
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GNOME= gnomehack
|
||||
USE_LDCONFIG= yes
|
||||
|
|
|
@ -14,7 +14,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}alpha
|
|||
MAINTAINER= fjoe@FreeBSD.org
|
||||
COMMENT= A library for Microsoft compression formats
|
||||
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
USE_AUTOTOOLS= libtool:22
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
|
|
|
@ -26,7 +26,7 @@ OPTIONS= LIBSYNCE "Build with libsynce support" on \
|
|||
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
USE_AUTOTOOLS= libtool:22
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GNOME= gnomehack
|
||||
USE_ICONV= yes
|
||||
|
|
|
@ -16,7 +16,7 @@ COMMENT?= LZRTF compression library
|
|||
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
USE_AUTOTOOLS= libtool:22
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
|
|
|
@ -16,7 +16,7 @@ MASTER_SITE_SUBDIR= libs/compression
|
|||
MAINTAINER= matthias.andree@gmx.de
|
||||
COMMENT= Portable speedy, lossless data compression library
|
||||
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
USE_AUTOTOOLS= libtool:22
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --enable-shared
|
||||
USE_LDCONFIG= yes
|
||||
|
|
|
@ -18,7 +18,7 @@ DISTNAME= lzo-${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERSIONSUFFIX}
|
|||
MAINTAINER= matthias.andree@gmx.de
|
||||
COMMENT= Portable speedy, lossless data compression library
|
||||
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
USE_AUTOTOOLS= libtool:22
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --enable-shared
|
||||
USE_LDCONFIG= yes
|
||||
|
|
|
@ -21,7 +21,7 @@ CONFLICTS= rpm-4.* rpm-5.*
|
|||
|
||||
USE_GMAKE= yes
|
||||
MAKE_JOBS_SAFE= yes
|
||||
USE_AUTOTOOLS= automake:14 autoconf:213 libtool:15
|
||||
USE_AUTOTOOLS= automake:14 autoconf:213 libtool:22
|
||||
CONFIGURE_ARGS= --with-glob
|
||||
USE_LDCONFIG= yes
|
||||
MAKE_ENV= OLD_PO_FILE_INPUT=1
|
||||
|
|
|
@ -21,7 +21,7 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/gsed:${PORTSDIR}/textproc/gsed
|
|||
BUILD_DEPENDS+= ${LOCALBASE}/bin/doxygen:${PORTSDIR}/devel/doxygen
|
||||
.endif
|
||||
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
USE_AUTOTOOLS= libtool:22
|
||||
LIBTOOLFILES= configure db3/configure db/dist/configure popt/configure \
|
||||
beecrypt/configure
|
||||
USE_GMAKE= yes
|
||||
|
|
|
@ -28,7 +28,7 @@ BUILD_DEPENDS+= ${LOCALBASE}/bin/doxygen:${PORTSDIR}/devel/doxygen \
|
|||
.endif
|
||||
|
||||
DB_VERSION?= 45
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
USE_AUTOTOOLS= libtool:22
|
||||
LIBTOOLFILES= configure db3/configure db/dist/configure \
|
||||
file/configure zlib/configure xar/configure
|
||||
USE_GMAKE= yes
|
||||
|
|
|
@ -14,7 +14,7 @@ MASTER_SITES= http://www.oberhumer.com/opensource/ucl/download/
|
|||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= A data compression library with low memory usage
|
||||
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
USE_AUTOTOOLS= libtool:22
|
||||
USE_LDCONFIG= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --enable-shared
|
||||
|
|
|
@ -14,7 +14,7 @@ MASTER_SITE_SUBDIR=synce
|
|||
MAINTAINER= sunpoet@sunpoet.net
|
||||
COMMENT= Extract data from InstallShield CAB files
|
||||
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
USE_AUTOTOOLS= libtool:22
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GNOME= gnomehack gnometarget
|
||||
USE_LDCONFIG= yes
|
||||
|
|
|
@ -15,7 +15,7 @@ MASTER_SITES= http://vesuri.jormas.com/xpk/ \
|
|||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= The eXternal PacKer (XPK) library system
|
||||
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
USE_AUTOTOOLS= libtool:22
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ COMMENT= Scriptable space flight simulator for X
|
|||
LIB_DEPENDS= jpeg.10:${PORTSDIR}/graphics/jpeg \
|
||||
png.5:${PORTSDIR}/graphics/png
|
||||
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
USE_AUTOTOOLS= libtool:22
|
||||
USE_GMAKE= yes
|
||||
USE_GL= gl
|
||||
USE_XORG= x11 xt xext xmu xi
|
||||
|
|
|
@ -18,7 +18,7 @@ BUILD_DEPENDS= docbook-xsl>=0:${PORTSDIR}/textproc/docbook-xsl \
|
|||
xsltproc:${PORTSDIR}/textproc/libxslt
|
||||
|
||||
USE_RC_SUBR= gpsd
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
USE_AUTOTOOLS= libtool:22
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GNOME= gnomehack pkgconfig
|
||||
USE_LDCONFIG= yes
|
||||
|
|
|
@ -20,7 +20,7 @@ LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre
|
|||
USE_PERL5= yes
|
||||
USE_GMAKE= yes
|
||||
USE_GNOME= gtk20
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
USE_AUTOTOOLS= libtool:22
|
||||
|
||||
CONFIGURE_ENV= CPPFLAGS=-I${LOCALBASE}/include \
|
||||
LDFLAGS=-L${LOCALBASE}/lib
|
||||
|
|
|
@ -13,7 +13,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
|
|||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Astronomical julian date calculator
|
||||
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
USE_AUTOTOOLS= libtool:22
|
||||
USE_GNOME= gnomehack
|
||||
USE_LDCONFIG= yes
|
||||
GNU_CONFIGURE= yes
|
||||
|
|
|
@ -14,7 +14,7 @@ MASTER_SITES= SF
|
|||
MAINTAINER= dhn@FreeBSD.org
|
||||
COMMENT= Astronomical Calculation Library
|
||||
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
USE_AUTOTOOLS= libtool:22
|
||||
USE_GNOME= gnometarget lthack
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LDCONFIG= yes
|
||||
|
|
|
@ -26,7 +26,7 @@ LIB_DEPENDS= sigc-1.2.5:${PORTSDIR}/devel/libsigc++12 \
|
|||
nova:${PORTSDIR}/astro/libnova
|
||||
RUN_DEPENDS= ${LOCALBASE}/share/nova/catalogs/sky2000.ncd:${PORTSDIR}/astro/sky2000
|
||||
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
USE_AUTOTOOLS= libtool:22
|
||||
CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
CONFIGURE_ARGS= --datadir=${DATADIR}
|
||||
|
|
|
@ -23,7 +23,7 @@ LIB_DEPENDS= gsl.13:${PORTSDIR}/math/gsl \
|
|||
USE_QT_VER= 3
|
||||
USE_GL= gl
|
||||
USE_GMAKE= yes
|
||||
USE_AUTOTOOLS= aclocal:110 autoheader:262 automake:110 autoconf:262 libtool:15
|
||||
USE_AUTOTOOLS= aclocal:110 autoheader:262 automake:110 autoconf:262 libtool:22
|
||||
ACLOCAL_ARGS= -I macros -I ${LOCALBASE}/share/aclocal
|
||||
CONFIGURE_ENV= ac_cv_c_inline=no
|
||||
USE_LDCONFIG= yes
|
||||
|
|
|
@ -16,7 +16,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME:S/M/m/}
|
|||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= MPEG audio analysis toolkit
|
||||
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
USE_AUTOTOOLS= libtool:22
|
||||
USE_GMAKE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LDCONFIG= yes
|
||||
|
|
|
@ -25,7 +25,7 @@ PLUGIN= ffmpeg_decoder
|
|||
PORTNAMESUFX= ${PLUGIN:S/_sink//:S/_decoder//:S/src_//}
|
||||
|
||||
USE_AUTOTOOLS= libltdl
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
USE_AUTOTOOLS= libtool:22
|
||||
USE_BZIP2= yes
|
||||
USE_GMAKE= yes
|
||||
WRKSRC= ${WRKDIR}/akode-${PORTVERSION}
|
||||
|
|
|
@ -25,7 +25,7 @@ PLUGIN= jack_sink
|
|||
PORTNAMESUFX= ${PLUGIN:S/_sink//:S/_decoder//:S/src_//}
|
||||
|
||||
USE_AUTOTOOLS= libltdl
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
USE_AUTOTOOLS= libtool:22
|
||||
USE_BZIP2= yes
|
||||
USE_GMAKE= yes
|
||||
WRKSRC= ${WRKDIR}/akode-${PORTVERSION}
|
||||
|
|
|
@ -24,7 +24,7 @@ PLUGIN= mpc_decoder
|
|||
PORTNAMESUFX= ${PLUGIN:S/_sink//:S/_decoder//:S/src_//}
|
||||
|
||||
USE_AUTOTOOLS= libltdl
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
USE_AUTOTOOLS= libtool:22
|
||||
USE_BZIP2= yes
|
||||
USE_GMAKE= yes
|
||||
WRKSRC= ${WRKDIR}/akode-${PORTVERSION}
|
||||
|
|
|
@ -26,7 +26,7 @@ PLUGIN= mpeg_decoder
|
|||
PORTNAMESUFX= ${PLUGIN:S/_sink//:S/_decoder//:S/src_//}
|
||||
|
||||
USE_AUTOTOOLS= libltdl
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
USE_AUTOTOOLS= libtool:22
|
||||
USE_BZIP2= yes
|
||||
USE_GMAKE= yes
|
||||
WRKSRC= ${WRKDIR}/akode-${PORTVERSION}
|
||||
|
|
|
@ -24,7 +24,7 @@ PLUGIN= oss_sink
|
|||
PORTNAMESUFX= ${PLUGIN:S/_sink//:S/_decoder//:S/src_//}
|
||||
|
||||
USE_AUTOTOOLS= libltdl
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
USE_AUTOTOOLS= libtool:22
|
||||
USE_BZIP2= yes
|
||||
USE_GMAKE= yes
|
||||
WRKSRC= ${WRKDIR}/akode-${PORTVERSION}
|
||||
|
|
|
@ -25,7 +25,7 @@ PLUGIN= polyp_sink
|
|||
PORTNAMESUFX= pulseaudio
|
||||
|
||||
USE_AUTOTOOLS= libltdl
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
USE_AUTOTOOLS= libtool:22
|
||||
USE_BZIP2= yes
|
||||
USE_GMAKE= yes
|
||||
WRKSRC= ${WRKDIR}/akode-${PORTVERSION}
|
||||
|
|
|
@ -25,7 +25,7 @@ PLUGIN= src_resampler
|
|||
PORTNAMESUFX= ${PLUGIN:S/_sink//:S/_decoder//:S/src_//}
|
||||
|
||||
USE_AUTOTOOLS= libltdl
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
USE_AUTOTOOLS= libtool:22
|
||||
USE_BZIP2= yes
|
||||
USE_GMAKE= yes
|
||||
WRKSRC= ${WRKDIR}/akode-${PORTVERSION}
|
||||
|
|
|
@ -29,7 +29,7 @@ PLUGIN= xiph_decoder
|
|||
PORTNAMESUFX= ${PLUGIN:S/_sink//:S/_decoder//:S/src_//}
|
||||
|
||||
USE_AUTOTOOLS= libltdl
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
USE_AUTOTOOLS= libtool:22
|
||||
USE_BZIP2= yes
|
||||
USE_GMAKE= yes
|
||||
WRKSRC= ${WRKDIR}/akode-${PORTVERSION}
|
||||
|
|
|
@ -28,7 +28,7 @@ OPTIONS= FFMPEG "FFMPEG decoder plugin" off \
|
|||
XIPH "FLAC/Speex/Vorbis decoder plugin" on
|
||||
|
||||
USE_AUTOTOOLS= libltdl
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
USE_AUTOTOOLS= libtool:22
|
||||
USE_BZIP2= yes
|
||||
USE_GMAKE= yes
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
# Whom: Markus Brueffer <markus@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= amarok
|
||||
PORTVERSION= 1.4.10
|
||||
|
@ -24,7 +25,7 @@ MIN_OPTIONS_VER= ${PORTNAME}-1.4.1
|
|||
USE_BZIP2= yes
|
||||
USE_KDEBASE_VER=3
|
||||
USE_GMAKE= yes
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
USE_AUTOTOOLS= libtool:22
|
||||
USE_GETTEXT= yes
|
||||
USE_SDL= sdl
|
||||
USE_RUBY= yes
|
||||
|
|
|
@ -41,7 +41,6 @@ lib/libamarok.la
|
|||
lib/libamarok.so
|
||||
lib/libamarok.so.0
|
||||
lib/ruby_lib/http11.rb
|
||||
lib/ruby_lib/libhttp11.a
|
||||
lib/ruby_lib/libhttp11.la
|
||||
lib/ruby_lib/libhttp11.so
|
||||
lib/ruby_lib/libhttp11.so.0
|
||||
|
|
|
@ -28,7 +28,7 @@ PREFIX= ${KDE_PREFIX}
|
|||
WANT_GNOME= yes
|
||||
USE_QT_VER= 3
|
||||
USE_BZIP2= yes
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
USE_AUTOTOOLS= libtool:22
|
||||
USE_GMAKE= yes
|
||||
USE_LDCONFIG= yes
|
||||
QTCPPFLAGS+= -L${LOCALBASE}/lib
|
||||
|
|
|
@ -18,7 +18,7 @@ LIB_DEPENDS= audiofile.0:${PORTSDIR}/audio/libaudiofile
|
|||
|
||||
USE_GNOME= imlib
|
||||
USE_GMAKE= yes
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
USE_AUTOTOOLS= libtool:22
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
||||
|
|
|
@ -21,7 +21,7 @@ LIB_DEPENDS= beep.2:${PORTSDIR}/multimedia/beep-media-player \
|
|||
USE_GMAKE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}"
|
||||
USE_AUTOTOOLS= autoconf:262 libtool:15
|
||||
USE_AUTOTOOLS= autoconf:262 libtool:22
|
||||
CPPFLAGS+= "-I${LOCALBASE}/include"
|
||||
PLUGDIR= lib/bmp/Input
|
||||
PLUGFILE= lib${PKGNAMEPREFIX}${PORTNAME}.so
|
||||
|
|
|
@ -23,7 +23,7 @@ COMMENT= A modplug-based plugin for beep-media-player
|
|||
LIB_DEPENDS?= beep.2:${PORTSDIR}/multimedia/beep-media-player
|
||||
LIB_DEPENDS+= modplug.0:${PORTSDIR}/audio/libmodplug
|
||||
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
USE_AUTOTOOLS= libtool:22
|
||||
USE_BZIP2= yes
|
||||
HAS_CONFIGURE= yes
|
||||
PLUGDIR?= lib/bmp/Input
|
||||
|
|
|
@ -24,7 +24,7 @@ USE_GMAKE= yes
|
|||
CPPFLAGS+= "-I${LOCALBASE}/include"
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}"
|
||||
USE_AUTOTOOLS= autoconf:262 libtool:15
|
||||
USE_AUTOTOOLS= autoconf:262 libtool:22
|
||||
PLUGDIR= lib/bmp/Input
|
||||
PLUGFILE= libbmp-mpc.so
|
||||
PLIST_FILES= ${PLUGDIR}/${PLUGFILE}
|
||||
|
|
|
@ -21,7 +21,7 @@ PLIST_FILES= lib/bmp/Input/libwma.so \
|
|||
lib/bmp/Input/libwma.a
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
USE_AUTOTOOLS= libtool:22
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
|
|
|
@ -16,7 +16,9 @@ COMMENT= C++ class framework for manipulating audio files
|
|||
|
||||
LIB_DEPENDS= ccgnu2:${PORTSDIR}/devel/commoncpp
|
||||
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
BROKEN= Does not build with libtool 2.2.
|
||||
|
||||
USE_AUTOTOOLS= libtool:22
|
||||
USE_GNOME= gnometarget
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LDCONFIG= yes
|
||||
|
|
|
@ -17,7 +17,7 @@ LIB_DEPENDS= ccgnu2:${PORTSDIR}/devel/commoncpp
|
|||
|
||||
CONFLICTS= ccaudio-[0-9]*
|
||||
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
USE_AUTOTOOLS= libtool:22
|
||||
USE_GNOME= gnometarget gnomehack
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LDCONFIG= yes
|
||||
|
|
|
@ -1,13 +1,10 @@
|
|||
bin/audiotool
|
||||
bin/tonetool
|
||||
include/cc++/audio2.h
|
||||
lib/ccaudio2-%%CCVERSION%%/adpcm.a
|
||||
lib/ccaudio2-%%CCVERSION%%/adpcm.la
|
||||
lib/ccaudio2-%%CCVERSION%%/adpcm.so
|
||||
lib/ccaudio2-%%CCVERSION%%/g711.a
|
||||
lib/ccaudio2-%%CCVERSION%%/g711.la
|
||||
lib/ccaudio2-%%CCVERSION%%/g711.so
|
||||
lib/ccaudio2-%%CCVERSION%%/oki.a
|
||||
lib/ccaudio2-%%CCVERSION%%/oki.la
|
||||
lib/ccaudio2-%%CCVERSION%%/oki.so
|
||||
lib/libccaudio2-%%CCVERSION%%.so
|
||||
|
@ -18,4 +15,3 @@ lib/libccaudio2.so
|
|||
libdata/pkgconfig/libccaudio2.pc
|
||||
@dirrmtry include/cc++
|
||||
@dirrm lib/ccaudio2-%%CCVERSION%%
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
PORTNAME= dvda-author
|
||||
PORTVERSION= 09.05
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= SF
|
||||
|
|
|
@ -17,7 +17,7 @@ COMMENT= A sound library for enlightenment package
|
|||
|
||||
LIB_DEPENDS= audiofile.0:${PORTSDIR}/audio/libaudiofile
|
||||
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
USE_AUTOTOOLS= libtool:22
|
||||
USE_BZIP2= yes
|
||||
USE_GNOME= gnometarget gnomehack
|
||||
USE_LDCONFIG= yes
|
||||
|
|
|
@ -21,7 +21,7 @@ USE_BZIP2= yes
|
|||
USE_DOS2UNIX= yes
|
||||
USE_GMAKE= yes
|
||||
MAKE_JOBS_SAFE= yes
|
||||
USE_AUTOTOOLS= aclocal:110 autoheader:262 automake:110 autoconf:262 libtool:15
|
||||
USE_AUTOTOOLS= aclocal:110 autoheader:262 automake:110 autoconf:262 libtool:22
|
||||
ACLOCAL_ARGS= -I . -I ${LOCALBASE}/share/aclocal
|
||||
AUTOMAKE_ARGS= --add-missing
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
|
|
|
@ -19,7 +19,7 @@ USE_BZIP2= yes
|
|||
USE_DOS2UNIX= yes
|
||||
USE_GMAKE= yes
|
||||
MAKE_JOBS_SAFE= yes
|
||||
USE_AUTOTOOLS= aclocal:110 autoheader:262 automake:110 autoconf:262 libtool:15
|
||||
USE_AUTOTOOLS= aclocal:110 autoheader:262 automake:110 autoconf:262 libtool:22
|
||||
ACLOCAL_ARGS= -I . -I ${LOCALBASE}/share/aclocal
|
||||
AUTOMAKE_ARGS= --add-missing
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \
|
||||
|
|
|
@ -18,7 +18,7 @@ COMMENT?= A command line player for .nsf and .hes audio files
|
|||
|
||||
LIB_DEPENDS+= samplerate.1:${PORTSDIR}/audio/libsamplerate
|
||||
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
USE_AUTOTOOLS= libtool:22
|
||||
USE_BZIP2= yes
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@ COMMENT= Free lossless audio codec
|
|||
|
||||
LIB_DEPENDS= ogg.6:${PORTSDIR}/audio/libogg
|
||||
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
USE_AUTOTOOLS= libtool:22
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --enable-sse \
|
||||
--with-ogg="${LOCALBASE}" \
|
||||
|
|
|
@ -16,7 +16,7 @@ COMMENT= The OpenAL Utility Toolkit
|
|||
|
||||
LIB_DEPENDS= openal.0:${PORTSDIR}/audio/openal
|
||||
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
USE_AUTOTOOLS= libtool:22
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib"
|
||||
USE_GMAKE= yes
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
PORTNAME= glame
|
||||
PORTVERSION= 2.0.1
|
||||
PORTREVISION= 13
|
||||
PORTREVISION= 14
|
||||
CATEGORIES= audio gnome
|
||||
MASTER_SITES= SF
|
||||
|
||||
|
@ -24,7 +24,7 @@ USE_XORG= xbitmaps x11
|
|||
USE_GNOME= gnomehack gnomeprefix gnometarget libgnomeui
|
||||
USE_GETTEXT= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USE_AUTOTOOLS= libltdl:15 libtool:15
|
||||
USE_AUTOTOOLS= libltdl:22 libtool:22
|
||||
USE_GMAKE= yes
|
||||
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" \
|
||||
MAKEINFO="makeinfo --no-split"
|
||||
|
|
|
@ -23,7 +23,7 @@ LIB_DEPENDS= sigc-2.0:${PORTSDIR}/devel/libsigc++20 \
|
|||
ao:${PORTSDIR}/audio/libao
|
||||
|
||||
USE_GNOME= gnomehack gnomeprefix
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
USE_AUTOTOOLS= libtool:22
|
||||
USE_LDCONFIG= yes
|
||||
LIBTOOLFLAGS= --tag=CXX
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
|
|
|
@ -27,7 +27,7 @@ RUN_DEPENDS+= mpg123:${PORTSDIR}/audio/mpg123
|
|||
|
||||
USE_GNOME= gdkpixbuf
|
||||
WANT_GNOME= yes
|
||||
USE_AUTOTOOLS= autoconf:213 libtool:15
|
||||
USE_AUTOTOOLS= autoconf:213 libtool:22
|
||||
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib" \
|
||||
|
|
|
@ -22,7 +22,7 @@ USE_XORG= x11
|
|||
USE_GNOME= gnomehack gnomeprefix gnometarget libgnomeui vte
|
||||
USE_GMAKE= yes
|
||||
USE_GETTEXT= yes
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
USE_AUTOTOOLS= libtool:22
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
||||
|
|
|
@ -22,7 +22,7 @@ LIB_DEPENDS= fftw3f:${PORTSDIR}/math/fftw3-float \
|
|||
CFLAGS:= ${CFLAGS} -O2
|
||||
USE_GSTREAMER= yes good
|
||||
USE_GMAKE= yes
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
USE_AUTOTOOLS= libtool:22
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
OPTIONS= MP3 "mp3 files support" on \
|
||||
|
|
|
@ -14,7 +14,7 @@ MASTER_SITES= SF
|
|||
MAINTAINER= kaeru@inigo-tech.com
|
||||
COMMENT= Library for manipulating ID3v1/v1.1 and ID3v2 tags
|
||||
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
USE_AUTOTOOLS= libtool:22
|
||||
USE_ICONV= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
|
||||
|
|
|
@ -31,7 +31,7 @@ USE_KDELIBS_VER=3
|
|||
PREFIX= ${KDE_PREFIX}
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
USE_AUTOTOOLS= libtool:22
|
||||
USE_GMAKE= yes
|
||||
WRKSRC= ${WRKDIR}/kdemultimedia-${PORTVERSION}
|
||||
USE_LDCONFIG= yes
|
||||
|
|
|
@ -19,7 +19,7 @@ LIB_DEPENDS= k3b:${PORTSDIR}/sysutils/k3b
|
|||
USE_BZIP2= yes
|
||||
USE_KDELIBS_VER=3
|
||||
USE_GMAKE= yes
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
USE_AUTOTOOLS= libtool:22
|
||||
USE_LDCONFIG= ${PREFIX}/lib/kde3
|
||||
|
||||
post-patch:
|
||||
|
|
|
@ -23,7 +23,7 @@ LIB_DEPENDS= id3-3.8.3:${PORTSDIR}/audio/id3lib \
|
|||
|
||||
USE_KDELIBS_VER=3
|
||||
USE_GMAKE= yes
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
USE_AUTOTOOLS= libtool:22
|
||||
USE_GETTEXT= yes
|
||||
GNU_CONFIGURE= yes
|
||||
INSTALLS_ICONS= yes
|
||||
|
|
|
@ -20,7 +20,7 @@ COMMENT= Kicker applet for displaying Amarok info
|
|||
RUN_DEPENDS= amarok:${PORTSDIR}/audio/amarok
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
USE_AUTOTOOLS= libtool:22
|
||||
USE_KDELIBS_VER=3
|
||||
INSTALLS_ICONS= yes
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.//:S/./-/}
|
|||
MAINTAINER= netchild@FreeBSD.org
|
||||
COMMENT= Fast MP3 encoder kit
|
||||
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
USE_AUTOTOOLS= libtool:22
|
||||
USE_LDCONFIG= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
|
|
|
@ -15,7 +15,7 @@ DISTNAME= a52dec-${PORTVERSION:S/.b/b/}
|
|||
MAINTAINER= multimedia@FreeBSD.org
|
||||
COMMENT= A free library for decoding ATSC A/52 streams, aka AC-3
|
||||
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
USE_AUTOTOOLS= libtool:22
|
||||
USE_GMAKE= yes
|
||||
MAKE_JOBS_SAFE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
|
|
|
@ -17,7 +17,7 @@ COMMENT= AdLib emulator library supporting many formats
|
|||
|
||||
LIB_DEPENDS= binio.1:${PORTSDIR}/devel/libbinio
|
||||
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
USE_AUTOTOOLS= libtool:22
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LDCONFIG= yes
|
||||
USE_GNOME= pkgconfig
|
||||
|
|
|
@ -24,7 +24,7 @@ RESTRICTED= license prohibits redistribution
|
|||
RESTRICTED_FILES= ${SRC3GPP}
|
||||
USE_BZIP2= yes
|
||||
USE_GMAKE= yes
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
USE_AUTOTOOLS= libtool:22
|
||||
PORTDOCS= AUTHORS COPYING ChangeLog NEWS README TODO readme.txt
|
||||
SUB_FILES= pkg-message
|
||||
GNU_CONFIGURE= yes
|
||||
|
|
|
@ -23,7 +23,7 @@ RESTRICTED= license prohibits redistribution
|
|||
RESTRICTED_FILES= ${SRC3GPP}
|
||||
USE_BZIP2= yes
|
||||
USE_GMAKE= yes
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
USE_AUTOTOOLS= libtool:22
|
||||
PORTDOCS= AUTHORS COPYING ChangeLog NEWS README TODO readme.txt
|
||||
SUB_FILES= pkg-message
|
||||
GNU_CONFIGURE= yes
|
||||
|
|
|
@ -14,7 +14,7 @@ MASTER_SITES= http://downloads.xiph.org/releases/ao/
|
|||
MAINTAINER= naddy@FreeBSD.org
|
||||
COMMENT= Portable audio output library
|
||||
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
USE_AUTOTOOLS= libtool:22
|
||||
WANT_GNOME= yes
|
||||
USE_GNOME= gnomehack pkgconfig
|
||||
GNU_CONFIGURE= yes
|
||||
|
|
|
@ -16,7 +16,7 @@ DISTNAME= audiofile-${PORTVERSION}
|
|||
MAINTAINER= gnome@FreeBSD.org
|
||||
COMMENT= A sound library for SGI audio file
|
||||
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
USE_AUTOTOOLS= libtool:22
|
||||
USE_GNOME= gnomehack gnometarget pkgconfig
|
||||
USE_LDCONFIG= yes
|
||||
GNU_CONFIGURE= yes
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
PORTNAME= libcanberra
|
||||
PORTVERSION= 0.10
|
||||
PORTREVISION= 4
|
||||
PORTREVISION= 5
|
||||
CATEGORIES= audio devel
|
||||
MASTER_SITES= http://0pointer.de/lennart/projects/libcanberra/
|
||||
|
||||
|
@ -19,7 +19,7 @@ LIB_DEPENDS= vorbisfile.6:${PORTSDIR}/audio/libvorbis
|
|||
USE_GMAKE= yes
|
||||
USE_GNOME= gnomeprefix gnomehack gtk20 ltverhack gconf2
|
||||
USE_LDCONFIG= yes
|
||||
USE_AUTOTOOLS= libtool:15 libltdl:15
|
||||
USE_AUTOTOOLS= libtool:22 libltdl:22
|
||||
CONFIGURE_ARGS= --disable-lynx
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
|
|
@ -15,7 +15,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
|
|||
MAINTAINER= novel@FreeBSD.org
|
||||
COMMENT= A library for playing audio CDs
|
||||
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
USE_AUTOTOOLS= libtool:22
|
||||
USE_GNOME= gnomehack gnometarget pkgconfig
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LDCONFIG= yes
|
||||
|
|
|
@ -13,7 +13,7 @@ MASTER_SITES= http://www.smbolton.com/linux/
|
|||
MAINTAINER= freebsd-ports@coreland.ath.cx
|
||||
COMMENT= Alsa compatibility library to build DSSI
|
||||
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
USE_AUTOTOOLS= libtool:22
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
|
|
|
@ -16,7 +16,7 @@ MASTER_SITE_SUBDIR= mad
|
|||
MAINTAINER= dinoex@FreeBSD.org
|
||||
COMMENT= Libmad library (part of MAD project)
|
||||
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
USE_AUTOTOOLS= libtool:22
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GNOME= pkgconfig
|
||||
USE_LDCONFIG= yes
|
||||
|
|
|
@ -18,7 +18,7 @@ PATCH_DIST_STRIP= -p1
|
|||
MAINTAINER= david@trucs.org
|
||||
COMMENT= MikMod Sound Library
|
||||
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
USE_AUTOTOOLS= libtool:22
|
||||
WANT_GNOME= yes
|
||||
USE_GNOME= gnometarget lthack
|
||||
USE_GMAKE= yes
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
PORTNAME= libmp3splt
|
||||
PORTVERSION= 0.5.4
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= mp3splt
|
||||
|
|
|
@ -13,7 +13,7 @@ MASTER_SITES= http://download.sarine.nl/Programs/gmpc/${PORTVERSION}/
|
|||
MAINTAINER= miwi@FreeBSD.org
|
||||
COMMENT= Abstraction around libmpdclient
|
||||
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
USE_AUTOTOOLS= libtool:22
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GNOME= pkgconfig glib20 gnomehack
|
||||
USE_LDCONFIG= yes
|
||||
|
|
|
@ -14,7 +14,7 @@ MASTER_SITES= SF
|
|||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= C library, API for communicating with Creative and Dell audio players
|
||||
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
USE_AUTOTOOLS= libtool:22
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
|
|
@ -14,19 +14,26 @@ DISTNAME= ${PORTNAME}src-${DISTVERSION}
|
|||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Generates three-dimensional coherent noise
|
||||
|
||||
BUILD_DEPENDS= libtool:${PORTSDIR}/devel/libtool15
|
||||
|
||||
USE_ZIP= yes
|
||||
USE_GMAKE= yes
|
||||
USE_AUTOTOOLS= libtool:22:env
|
||||
USE_LDCONFIG= yes
|
||||
CXXFLAGS+= -O3 -fomit-frame-pointer
|
||||
WRKSRC= ${WRKDIR}/noise
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \
|
||||
${WRKSRC}/src/Makefile
|
||||
@${REINPLACE_CMD} -e 's|include lib:|include:|g' \
|
||||
${WRKSRC}/Makefile
|
||||
|
||||
do-install:
|
||||
@${CP} -R ${WRKSRC}/lib/${PORTNAME}.* ${PREFIX}/lib/
|
||||
@${CP} -R ${WRKSRC}/src/${PORTNAME}.* ${PREFIX}/lib/
|
||||
@${CP} -R ${WRKSRC}/src/.libs/${PORTNAME}.so.* ${PREFIX}/lib/
|
||||
@${INSTALL} -d ${PREFIX}/include/noise
|
||||
@${CP} -R ${WRKSRC}/include/ ${PREFIX}/include/noise/
|
||||
@${RM} -f ${PREFIX}/include/noise/Makefile
|
||||
@${LN} -sf ${PREFIX}/lib/libnoise.so.0.3 ${PREFIX}/lib/libnoise.so.0
|
||||
# This line is here to preserve the old behavior of the port.
|
||||
@${LN} -sf ${PREFIX}/lib/libnoise.so.0 ${PREFIX}/lib/libnoise.so.0.3
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
19
audio/libnoise/files/patch-src_Makefile
Normal file
19
audio/libnoise/files/patch-src_Makefile
Normal file
|
@ -0,0 +1,19 @@
|
|||
--- src/Makefile.orig 2004-10-24 21:21:12.000000000 +0200
|
||||
+++ src/Makefile 2009-07-16 11:31:48.000000000 +0200
|
||||
@@ -12,12 +12,12 @@
|
||||
|
||||
# hooks for future makefiles being able to make multiple SOs, or older SOs
|
||||
libnoise: libnoise.so libnoise.a libnoise.la
|
||||
-libnoise.so: libnoise.so.0
|
||||
-libnoise.so.0: libnoise.so.0.3
|
||||
+#libnoise.so: libnoise.so.0
|
||||
+#libnoise.so.0: libnoise.so.0.3
|
||||
|
||||
# Real build targets
|
||||
-libnoise.so.0.3: $(OBJECTS)
|
||||
- $(LIBTOOL) --mode=link $(CXX) $(LDFLAGS) -shared -Wl,-soname=libnoise.so.0 -o $@ $(OBJECTS:.o=.lo)
|
||||
+libnoise: $(OBJECTS)
|
||||
+ $(LIBTOOL) --mode=link $(CXX) $(LDFLAGS) -shared -o $@.la $(OBJECTS:.o=.lo) -rpath %%LOCALBASE%%/lib
|
||||
|
||||
libnoise.a: $(OBJECTS)
|
||||
$(LIBTOOL) --mode=link $(CXX) $(LDFLAGS) -o $@ $(OBJECTS)
|
|
@ -18,7 +18,7 @@ LIB_DEPENDS= fftw3.5:${PORTSDIR}/math/fftw3 \
|
|||
expat.6:${PORTSDIR}/textproc/expat2 \
|
||||
curl.5:${PORTSDIR}/ftp/curl
|
||||
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
USE_AUTOTOOLS= libtool:22
|
||||
USE_GNOME= pkgconfig
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
|
|
|
@ -14,7 +14,7 @@ MASTER_SITES= http://downloads.xiph.org/releases/ogg/
|
|||
MAINTAINER= naddy@FreeBSD.org
|
||||
COMMENT= Ogg bitstream library
|
||||
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
USE_AUTOTOOLS= libtool:22
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GNOME= gnomehack
|
||||
USE_LDCONFIG= yes
|
||||
|
|
|
@ -16,7 +16,7 @@ COMMENT= Simple Ogg API
|
|||
|
||||
LIB_DEPENDS= ogg.6:${PORTSDIR}/audio/libogg
|
||||
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
USE_AUTOTOOLS= libtool:22
|
||||
USE_GNOME= pkgconfig
|
||||
USE_LDCONFIG= yes
|
||||
GNU_CONFIGURE= yes
|
||||
|
|
|
@ -18,7 +18,7 @@ LIB_DEPENDS= sndfile.1:${PORTSDIR}/audio/libsndfile \
|
|||
fftw3.5:${PORTSDIR}/math/fftw3
|
||||
|
||||
USE_GNOME= gnomehack pkgconfig
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
USE_AUTOTOOLS= libtool:22
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
CONFIGURE_ARGS= --disable-gcc-pipe
|
||||
|
|
|
@ -15,7 +15,7 @@ COMMENT= Connect and transmit data to an Icecast media streaming server
|
|||
|
||||
CONFLICTS= libshout2-*
|
||||
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
USE_AUTOTOOLS= libtool:22
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LDCONFIG= yes
|
||||
DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}-${PORTVERSION}
|
||||
|
|
|
@ -14,7 +14,7 @@ EXTRACT_SUFX= .tgz
|
|||
MAINTAINER= sec@42.org
|
||||
COMMENT= A Commodore SID-chip emulator library to play SID music files
|
||||
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
USE_AUTOTOOLS= libtool:22
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
|
|
@ -18,7 +18,7 @@ COMMENT= Library to play Commodore 64 SID-tunes cycle accurate
|
|||
|
||||
USE_GNOME= gnomehack gnometarget pkgconfig
|
||||
USE_GMAKE= yes
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
USE_AUTOTOOLS= libtool:22
|
||||
LIBTOOLFILES= builders/hardsid-builder/configure \
|
||||
builders/resid-builder/configure \
|
||||
libsidplay/configure \
|
||||
|
|
|
@ -18,7 +18,7 @@ COMMENT= Integer-only fully Ogg Vorbis compliant decoder library
|
|||
|
||||
SNAP_DATE= 02132004
|
||||
WRKSRC= ${WRKDIR}/Tremor
|
||||
USE_AUTOTOOLS= automake:15 autoconf:262 libtool:15
|
||||
USE_AUTOTOOLS= automake:15 autoconf:262 libtool:22
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
|
|
|
@ -28,7 +28,7 @@ LIB_DEPENDS= FLAC:${PORTSDIR}/audio/flac \
|
|||
CONFLICTS= trm-0*
|
||||
USE_GMAKE= yes
|
||||
USE_GNOME= gnomehack gnometarget pkgconfig
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
USE_AUTOTOOLS= libtool:22
|
||||
CONFIGURE_ARGS= --libdir=${PREFIX}/lib/tunepimp-0.4 --includedir=${PREFIX}/include/tunepimp-0.4
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib -liconv"
|
||||
|
|
|
@ -29,7 +29,7 @@ LIB_DEPENDS= FLAC:${PORTSDIR}/audio/flac \
|
|||
CONFLICTS= trm-0*
|
||||
USE_GMAKE= yes
|
||||
USE_GNOME= gnomehack gnometarget pkgconfig
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
USE_AUTOTOOLS= libtool:22
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib -liconv"
|
||||
USE_LDCONFIG= yes
|
||||
|
|
|
@ -17,7 +17,7 @@ COMMENT= Audio compression codec library
|
|||
|
||||
LIB_DEPENDS= ogg.6:${PORTSDIR}/audio/libogg
|
||||
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
USE_AUTOTOOLS= libtool:22
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GNOME= gnomehack
|
||||
CONFIGURE_ARGS= --with-ogg=${LOCALBASE}
|
||||
|
|
|
@ -14,7 +14,7 @@ DISTNAME= ${PORTNAME}-3.99-u4-b5
|
|||
MAINTAINER= danfe@FreeBSD.org
|
||||
COMMENT= Monkey's Audio lossless codec
|
||||
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
USE_AUTOTOOLS= libtool:22
|
||||
USE_LDCONFIG= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --disable-static
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
|
||||
PORTNAME= mp3splt
|
||||
PORTVERSION= 2.2.3
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= SF
|
||||
|
||||
|
|
|
@ -27,7 +27,7 @@ USE_KDELIBS_VER=3
|
|||
PREFIX= ${KDE_PREFIX}
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
USE_AUTOTOOLS= libtool:22
|
||||
USE_GMAKE= yes
|
||||
WRKSRC= ${WRKDIR}/kdemultimedia-${PORTVERSION}
|
||||
USE_LDCONFIG= yes
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
|
||||
PORTNAME= mpg123
|
||||
PORTVERSION= 1.6.4
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= audio ipv6
|
||||
MASTER_SITES= SF \
|
||||
http://www.mpg123.de/download/
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Reference in a new issue