Author: qboosh                       Date: Sat Jun 16 16:59:06 2012 GMT
Module: packages                      Tag: HEAD
---- Log message:
- new

---- Files affected:
packages/jalv:
   jalv.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/jalv/jalv.spec
diff -u /dev/null packages/jalv/jalv.spec:1.1
--- /dev/null   Sat Jun 16 18:59:06 2012
+++ packages/jalv/jalv.spec     Sat Jun 16 18:59:01 2012
@@ -0,0 +1,90 @@
+# $Revision$, $Date$
+Summary:       Simple but fully featured LV2 host for JACK
+Summary(pl.UTF-8):     Prosty, ale w pełni funkcjonalny host LV2 dla JACK-a
+Name:          jalv
+Version:       1.0.0
+Release:       1
+License:       ISC
+Group:         Libraries
+Source0:       http://download.drobilla.net/%{name}-%{version}.tar.bz2
+# Source0-md5: f20f81dbb437f4e4ea10e00694f6cc4d
+URL:           http://drobilla.net/software/jalv/
+BuildRequires: QtGui-devel >= 4.0.0
+BuildRequires: gtk+2-devel >= 2:2.18.0
+BuildRequires: gtkmm-devel >= 2.20.0
+BuildRequires: jack-audio-connection-kit-devel >= 0.120.0
+BuildRequires: libstdc++-devel
+BuildRequires: lilv-devel >= 0.14.0
+BuildRequires: lv2-devel >= 1.0.0
+BuildRequires: pkgconfig
+BuildRequires: python
+BuildRequires: serd-devel >= 0.4.5
+BuildRequires: sratom-devel >= 0.2.0
+BuildRequires: suil-devel >= 0.6.0
+Requires:      QtGui >= 4.0.0
+Requires:      gtk+2 >= 2:2.18.0
+Requires:      gtkmm >= 2.20.0
+Requires:      jack-audio-connection-kit-libs >= 0.120.0
+Requires:      lilv >= 0.14.0
+Requires:      lv2 >= 1.0.0
+Requires:      serd >= 0.4.5
+Requires:      sratom >= 0.2.0
+Requires:      suil >= 0.6.0
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Jalv is a simple but fully featured LV2 host for JACK. It runs LV2
+plugins and exposes their ports as JACK ports, essentially making any
+LV2 plugin function as a JACK application.
+
+%description -l pl.UTF-8
+Jalv to prosty, ale w pełni funkcjonalny host LV2 dla JACK-a.
+Uruchamia wtyczki LV2 i udostępnia ich porty jako porty JACK-a, w
+szczególności pozwalając dowolnej wtyczce LV2 działać jako aplikacja
+JACK-a.
+
+%prep
+%setup -q
+
+%build
+CC="%{__cc}" \
+CFLAGS="%{rpmcflags}" \
+./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
+
+%post  -p /sbin/ldconfig
+%postun        -p /sbin/ldconfig
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS COPYING NEWS README
+%attr(755,root,root) %{_bindir}/jalv
+%attr(755,root,root) %{_bindir}/jalv.gtk
+%attr(755,root,root) %{_bindir}/jalv.gtkmm
+%attr(755,root,root) %{_bindir}/jalv.qt
+%{_mandir}/man1/jalv.1*
+%{_mandir}/man1/jalv.gtk.1*
+%{_mandir}/man1/jalv.gtkmm.1*
+%{_mandir}/man1/jalv.qt.1*
+
+%define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <[email protected]>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2012/06/16 16:59:01  qboosh
+- new
================================================================
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to