Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Nov 2008 21:38:47 GMT
From:      xaimus <xaimus@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/129026: New port: audio/lv2core
Message-ID:  <200811202138.mAKLclov040162@www.freebsd.org>
Resent-Message-ID: <200811202140.mAKLe1nO013152@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         129026
>Category:       ports
>Synopsis:       New port: audio/lv2core
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Nov 20 21:40:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     xaimus
>Release:        
>Organization:
>Environment:
>Description:
The LV2 core library, needed to eventually enable LV2 plugin support in Ardour (and other audio workstations).
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	lv2core
#	lv2core/pkg-descr
#	lv2core/Makefile
#	lv2core/distinfo
#	lv2core/files
#	lv2core/files/patch-autowaf.py
#	lv2core/pkg-plist
#
echo c - lv2core
mkdir -p lv2core > /dev/null 2>&1
echo x - lv2core/pkg-descr
sed 's/^X//' >lv2core/pkg-descr << '765c7458428cee9809aa1b04ed022040'
XLV2 is a standard for plugins and matching host applications, mainly targeted at
Xaudio processing and generation.
XLV2 is a simple but extensible successor of LADSPA, intended to address the
Xlimitations of LADSPA which many applications have outgrown.
X
XWWW: http://lv2plug.in/
765c7458428cee9809aa1b04ed022040
echo x - lv2core/Makefile
sed 's/^X//' >lv2core/Makefile << '8b2e069b660f84b2d0c3245918060a28'
X# New ports collection makefile for:	lv2core
X# Date created:		2008-11-20
X# Whom:			xaimus <xaimus@gmail.com>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	lv2core
XPORTVERSION=	3.0
XCATEGORIES=	audio
XMASTER_SITES=	http://lv2plug.in/spec/
X
XMAINTAINER=	xaimus@gmail.com
XCOMMENT=	LV2 Core Package
X
XUSE_BZIP2=	yes
XUSE_PYTHON_BUILD=	yes
XUSE_GNOME=	pkgconfig
X
Xdo-configure:
X	cd ${WRKSRC} && ${SETENV} DESTDIR=${LOCALBASE} ./waf configure
X
Xdo-build:
X	cd ${WRKSRC} && ./waf build
X
Xdo-install:
X	cd ${WRKSRC} && ./waf install
X
X.include <bsd.port.mk>
8b2e069b660f84b2d0c3245918060a28
echo x - lv2core/distinfo
sed 's/^X//' >lv2core/distinfo << '9b2dcd731e7a550b4415d9c7773d33df'
XMD5 (lv2core-3.0.tar.bz2) = 382f7d96ff0374c0c495336e1c8bb999
XSHA256 (lv2core-3.0.tar.bz2) = 7b209b6d5f8a9a597dae0c76f077be19db0fd2f764e9970cfbf87f3406c50172
XSIZE (lv2core-3.0.tar.bz2) = 104167
9b2dcd731e7a550b4415d9c7773d33df
echo c - lv2core/files
mkdir -p lv2core/files > /dev/null 2>&1
echo x - lv2core/files/patch-autowaf.py
sed 's/^X//' >lv2core/files/patch-autowaf.py << '8dae2cc852d07f996d53dcc106ee1dee'
X--- autowaf.py.orig
X+++ autowaf.py
X@@ -240,7 +240,7 @@
X 	obj.source   = name.lower() + '.pc.in'
X 	obj.target   = name.lower() + '.pc'
X 	obj.inst_var = 'PREFIX'
X-	obj.inst_dir = bld.env()['LIBDIRNAME'] + 'pkgconfig'
X+	obj.inst_dir = 'libdata/pkgconfig'
X 	pkg_prefix   = bld.env()['PREFIX'] 
X 	if pkg_prefix[-1] == '/':
X 		pkg_prefix = pkg_prefix[:-1]
8dae2cc852d07f996d53dcc106ee1dee
echo x - lv2core/pkg-plist
sed 's/^X//' >lv2core/pkg-plist << '617b57e7bb4c5941ac570af75d5d8566'
Xinclude/lv2.h
Xlib/lv2/lv2core.lv2/lv2.ttl
Xlib/lv2/lv2core.lv2/manifest.ttl
Xlibdata/pkgconfig/lv2core.pc
X@dirrm lib/lv2/lv2core.lv2
X@dirrm lib/lv2
617b57e7bb4c5941ac570af75d5d8566
exit



>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200811202138.mAKLclov040162>