1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

- 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)
This commit is contained in:
Alexey Dokuchaev 2012-08-20 08:47:18 +00:00
parent 22567fddab
commit 7d09012aa2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=302792
4 changed files with 36 additions and 15 deletions

View File

@ -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"

View File

@ -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>

View File

@ -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

View File

@ -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/