packages: lv2-mda-plugins/lv2-mda-plugins.spec (NEW)=?UTF-8?Q?=20?=- new

qboosh qboosh at pld-linux.org
Sun Jun 17 09:09:30 CEST 2012


Author: qboosh                       Date: Sun Jun 17 07:09:30 2012 GMT
Module: packages                      Tag: HEAD
---- Log message:
- new

---- Files affected:
packages/lv2-mda-plugins:
   lv2-mda-plugins.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/lv2-mda-plugins/lv2-mda-plugins.spec
diff -u /dev/null packages/lv2-mda-plugins/lv2-mda-plugins.spec:1.1
--- /dev/null	Sun Jun 17 09:09:30 2012
+++ packages/lv2-mda-plugins/lv2-mda-plugins.spec	Sun Jun 17 09:09:25 2012
@@ -0,0 +1,61 @@
+# $Revision$, $Date$
+Summary:	Port of the MDA VST plugins to LV2
+Summary(pl.UTF-8):	Port wtyczek VST MDA do LV2
+Name:		lv2-mda-plugins
+Version:	1.0.0
+Release:	1
+License:	GPL v3+
+Group:		Libraries
+Source0:	http://download.drobilla.net/mda-lv2-%{version}.tar.bz2
+# Source0-md5:	843ac4eade386034562917e95905e5d8
+URL:		http://drobilla.net/software/mda-lv2/
+BuildRequires:	libstdc++-devel
+BuildRequires:	lv2-devel >= 1.0.0
+BuildRequires:	pkgconfig
+BuildRequires:	python
+Requires:	lv2 >= 1.0.0
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+This is a port of the MDA VST plugins to LV2.
+
+%description -l pl.UTF-8
+Ten pakiet zawiera port wtyczek VST MDA do LV2.
+
+%prep
+%setup -q -n mda-lv2-%{version}
+
+%build
+CXX="%{__cxx}" \
+CXXFLAGS="%{rpmcxxflags}" \
+./waf configure \
+	--prefix=%{_prefix} \
+	--libdir=%{_libdir} \
+	--strict
+
+./waf -v
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+./waf install \
+	--destdir=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README
+%dir %{_libdir}/lv2/mda.lv2
+%{_libdir}/lv2/mda.lv2/*.ttl
+%attr(755,root,root) %{_libdir}/lv2/mda.lv2/*.so
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2012/06/17 07:09:25  qboosh
+- new
================================================================


More information about the pld-cvs-commit mailing list