diff options
-rw-r--r-- | audio/aqualung/files/patch-configure | 19 | ||||
-rw-r--r-- | textproc/liblrdf/Makefile | 21 | ||||
-rw-r--r-- | textproc/liblrdf/distinfo | 4 | ||||
-rw-r--r-- | textproc/liblrdf/pkg-descr | 7 |
4 files changed, 36 insertions, 15 deletions
diff --git a/audio/aqualung/files/patch-configure b/audio/aqualung/files/patch-configure new file mode 100644 index 000000000000..cc6d586f7c6a --- /dev/null +++ b/audio/aqualung/files/patch-configure @@ -0,0 +1,19 @@ +--- configure.orig 2010-02-01 00:30:18.000000000 +0800 ++++ configure 2012-08-19 21:26:55.000000000 +0800 +@@ -10920,6 +10920,7 @@ + { $as_echo "$as_me:$LINENO: result: yes" >&5 + $as_echo "yes" >&6; } + lrdf_LIBS=`pkg-config --libs lrdf` ++ lrdf_CFLAGS=`pkg-config --cflags lrdf` + + cat >>confdefs.h <<\_ACEOF + #define HAVE_LADSPA 1 +@@ -11801,7 +11802,7 @@ + + CFLAGS="$CFLAGS $BUILD_CFLAGS -Wall $PLATFORM_CFLAGS $AQUALUNG_SKINDIR $AQUALUNG_LOCALEDIR $AQUALUNG_DATADIR -D_GNU_SOURCE" + CXXFLAGS="$CFLAGS" +-CPPFLAGS="$gtk_CFLAGS $glib_CFLAGS $xml_CFLAGS $alsa_CFLAGS $jack_CFLAGS $cdda_CFLAGS $pulse_CFLAGS" ++CPPFLAGS="$gtk_CFLAGS $glib_CFLAGS $xml_CFLAGS $alsa_CFLAGS $jack_CFLAGS $cdda_CFLAGS $pulse_CFLAGS $lrdf_CFLAGS" + LIBS="decoder/libdecoder.a encoder/libencoder.a $gtk_LIBS $glib_LIBS $xml_LIBS $jack_LIBS $lrdf_LIBS $src_LIBS $alsa_LIBS $sndio_LIBS $oss_LIBS $sndfile_LIBS $flac_LIBS $ogg_LIBS $wavpack_LIBS $speex_LIBS $mad_LIBS $mod_LIBS $mpc_LIBS $mac_LIBS $lavc_LIBS $vorbisenc_LIBS $lame_LIBS $cdda_LIBS $cddb_LIBS $ifp_LIBS $PLATFORM_LIBS $z_LIBS $bz2_LIBS $lua_LIBS $pulse_LIBS" + + diff --git a/textproc/liblrdf/Makefile b/textproc/liblrdf/Makefile index f19d38f144e6..52370f7a880b 100644 --- a/textproc/liblrdf/Makefile +++ b/textproc/liblrdf/Makefile @@ -1,27 +1,32 @@ # New ports collection Makefile for: liblrdf -# Date created: 26 April 2003 -# Whom: Tilman Linneweh <arved@FreeBSD.org> +# Date created: 26 April 2003 +# Whom: Tilman Linneweh <arved@FreeBSD.org> # # $FreeBSD$ +# PORTNAME= liblrdf -PORTVERSION= 0.4.0 -PORTREVISION= 2 +PORTVERSION= 0.5.0 CATEGORIES= textproc -MASTER_SITES= SF/lrdf/${PORTNAME}/${PORTVERSION} +MASTER_SITES= GENTOO/distfiles MAINTAINER= ports@FreeBSD.org COMMENT= Library for manipulating RDF files describing LADSPA plugins BUILD_DEPENDS= ${LOCALBASE}/include/ladspa.h:${PORTSDIR}/audio/ladspa -LIB_DEPENDS= raptor.3:${PORTSDIR}/textproc/raptor +LIB_DEPENDS= raptor2:${PORTSDIR}/textproc/raptor2 -USE_AUTOTOOLS= libtool -USE_GNOME= gnomehack +USE_AUTOTOOLS= libtoolize automake autoconf aclocal +ACLOCAL_ARGS= -I${LOCALBASE}/share/aclocal +AUTOMAKE_ARGS= --add-missing GNU_CONFIGURE= yes +USE_GNOME= gnomehack +GNOME_MAKEFILEIN= Makefile.am USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} +WRKSRC= ${WRKDIR}/swh-LRDF-7ebc032 + .include <bsd.port.mk> diff --git a/textproc/liblrdf/distinfo b/textproc/liblrdf/distinfo index 87ac5d6682a7..c6c91dbcf1a4 100644 --- a/textproc/liblrdf/distinfo +++ b/textproc/liblrdf/distinfo @@ -1,2 +1,2 @@ -SHA256 (liblrdf-0.4.0.tar.gz) = 95e98e86ba06ed73a5571cbcff3ee88e481b403b6eb727e9eb182870efd9b204 -SIZE (liblrdf-0.4.0.tar.gz) = 336959 +SHA256 (liblrdf-0.5.0.tar.gz) = 013002b91ef209827fe99552b8c7f0b569cddb3d6f1439bedbd8bafe1956a93c +SIZE (liblrdf-0.5.0.tar.gz) = 283109 diff --git a/textproc/liblrdf/pkg-descr b/textproc/liblrdf/pkg-descr index 182c5bdaba32..279adf363315 100644 --- a/textproc/liblrdf/pkg-descr +++ b/textproc/liblrdf/pkg-descr @@ -1,10 +1,7 @@ This is a library to make it easy to manipulate RDF files describing LADSPA -plugins. - -It can also be used for general RDF manipulation. +plugins. It can also be used for general RDF manipulation. It can read RDF/XLM and N3 files and export N3 files, it also has a light taxonomic inference capablility. -Author: Steve Harris <steve@plugin.org.uk> -WWW: http://sourceforge.net/projects/lrdf/ +WWW: http://sourceforge.net/projects/lrdf/ |