]> git.pld-linux.org Git - packages/lv2-blop-plugins.git/commitdiff
- new auto/th/lv2-blop-plugins-1.0.0-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 16 Feb 2014 20:37:16 +0000 (21:37 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Sun, 16 Feb 2014 20:37:16 +0000 (21:37 +0100)
lv2-blop-plugins.spec [new file with mode: 0644]

diff --git a/lv2-blop-plugins.spec b/lv2-blop-plugins.spec
new file mode 100644 (file)
index 0000000..c4cf84e
--- /dev/null
@@ -0,0 +1,51 @@
+Summary:       Port of the BLOP LADSPA plugins to LV2
+Summary(pl.UTF-8):     Port wtyczek LADSPA BLOP do LV2
+Name:          lv2-blop-plugins
+Version:       1.0.0
+Release:       1
+License:       GPL v3+
+Group:         Libraries
+Source0:       http://download.drobilla.net/blop-lv2-%{version}.tar.bz2
+# Source0-md5: 3dfd6f7366938a25a47d09d9dd863b8b
+URL:           http://drobilla.net/software/blop-lv2/
+BuildRequires: libstdc++-devel
+BuildRequires: lv2-devel >= 1.2.0
+BuildRequires: pkgconfig
+BuildRequires: python
+Requires:      lv2 >= 1.2.0
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+This is a port of the BLOP LADSPA plugins to LV2.
+
+%description -l pl.UTF-8
+Ten pakiet zawiera port wtyczek LADSPA BLOP do LV2.
+
+%prep
+%setup -q -n blop-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 AUTHORS README
+%dir %{_libdir}/lv2/blop.lv2
+%{_libdir}/lv2/blop.lv2/*.ttl
+%attr(755,root,root) %{_libdir}/lv2/blop.lv2/*.so
This page took 0.149741 seconds and 4 git commands to generate.