svn commit: r302792 - in head: audio/aqualung/files textproc/liblrdf
Alexey Dokuchaev
danfe at FreeBSD.org
Mon Aug 20 08:47:19 UTC 2012
Author: danfe
Date: Mon Aug 20 08:47:18 2012
New Revision: 302792
URL: http://svn.freebsd.org/changeset/ports/302792
Log:
- Update to latest github snapshot (tagged 0.5.0; fetch distfile from Gentoo)
and switch to textproc/raptor2 (required for upcoming audio/ardour update)
- Do some small Makefile cleanups and touch port description while I am here
- Teach configure script of audio/aqualung to use `pkg-config --cflags lrdf`,
so it can always find correct headers
Submitted by: nox@ (a while ago)
Added:
head/audio/aqualung/files/patch-configure (contents, props changed)
Modified:
head/textproc/liblrdf/Makefile
head/textproc/liblrdf/distinfo
head/textproc/liblrdf/pkg-descr
Added: head/audio/aqualung/files/patch-configure
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/audio/aqualung/files/patch-configure Mon Aug 20 08:47:18 2012 (r302792)
@@ -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"
+
+
Modified: head/textproc/liblrdf/Makefile
==============================================================================
--- head/textproc/liblrdf/Makefile Mon Aug 20 08:07:26 2012 (r302791)
+++ head/textproc/liblrdf/Makefile Mon Aug 20 08:47:18 2012 (r302792)
@@ -1,27 +1,32 @@
# New ports collection Makefile for: liblrdf
-# Date created: 26 April 2003
-# Whom: Tilman Linneweh <arved at FreeBSD.org>
+# Date created: 26 April 2003
+# Whom: Tilman Linneweh <arved at 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 at 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>
Modified: head/textproc/liblrdf/distinfo
==============================================================================
--- head/textproc/liblrdf/distinfo Mon Aug 20 08:07:26 2012 (r302791)
+++ head/textproc/liblrdf/distinfo Mon Aug 20 08:47:18 2012 (r302792)
@@ -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
Modified: head/textproc/liblrdf/pkg-descr
==============================================================================
--- head/textproc/liblrdf/pkg-descr Mon Aug 20 08:07:26 2012 (r302791)
+++ head/textproc/liblrdf/pkg-descr Mon Aug 20 08:47:18 2012 (r302792)
@@ -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 at plugin.org.uk>
-WWW: http://sourceforge.net/projects/lrdf/
+WWW: http://sourceforge.net/projects/lrdf/
More information about the svn-ports-all
mailing list