]> git.pld-linux.org Git - packages/patchage.git/blob - patchage.spec
- relup, rebuild with libfmt-8
[packages/patchage.git] / patchage.spec
1 Summary:        Modular patch bay for audio and MIDI systems based on JACK and ALSA
2 Summary(pl.UTF-8):      Modularny panel połączeniowy dla systemów dźwiękowych i MIDI opartych na JACK-u i ALSA-ie
3 Name:           patchage
4 Version:        1.0.4
5 Release:        2
6 License:        GPL v3+
7 Group:          X11/Applications/Sound
8 Source0:        http://download.drobilla.net/%{name}-%{version}.tar.bz2
9 # Source0-md5:  d6a9183bb9de4772613b34c182965cd0
10 URL:            http://drobilla.net/software/patchage/
11 BuildRequires:  alsa-lib-devel >= 1.0
12 BuildRequires:  boost-devel
13 BuildRequires:  dbus-devel
14 BuildRequires:  dbus-glib-devel
15 BuildRequires:  ganv-devel >= 1.5.2
16 BuildRequires:  glib2-devel >= 1:2.14.0
17 BuildRequires:  glibmm-devel >= 2.14.0
18 BuildRequires:  gtkmm-devel >= 2.12.0
19 BuildRequires:  jack-audio-connection-kit-devel >= 0.120.0
20 BuildRequires:  libstdc++-devel
21 BuildRequires:  pkgconfig
22 BuildRequires:  python >= 2
23 Requires:       ganv >= 1.5.2
24 Requires:       glib2 >= 1:2.14.0
25 Requires:       glibmm >= 2.14.0
26 Requires:       gtkmm >= 2.12.0
27 Requires:       jack-audio-connection-kit-libs >= 0.120.0
28 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
29
30 %description
31 Patchage is a modular patch bay for audio and MIDI systems based on
32 JACK and ALSA.
33
34 %description -l pl.UTF-8
35 Patchage to modularny panel połączeniowy dla systemów dźwiękowych i
36 MIDI opartych na JACK-u i ALSA-ie.
37
38 %prep
39 %setup -q
40
41 %build
42 CXX="%{__cxx}" \
43 CXXFLAGS="%{rpmcxxflags}" \
44 ./waf configure \
45         --prefix=%{_prefix} \
46         --libdir=%{_libdir} \
47         --strict
48
49 ./waf -v
50
51 %install
52 rm -rf $RPM_BUILD_ROOT
53
54 ./waf install \
55         --destdir=$RPM_BUILD_ROOT
56
57 %clean
58 rm -rf $RPM_BUILD_ROOT
59
60 %post   -p /sbin/ldconfig
61 %postun -p /sbin/ldconfig
62
63 %files
64 %defattr(644,root,root,755)
65 %doc AUTHORS NEWS README.md
66 %attr(755,root,root) %{_bindir}/patchage
67 %{_datadir}/patchage
68 %{_desktopdir}/patchage.desktop
69 %{_iconsdir}/hicolor/*x*/apps/patchage.png
70 %{_iconsdir}/hicolor/scalable/apps/patchage.svg
71 %{_mandir}/man1/patchage.1*
This page took 0.041894 seconds and 3 git commands to generate.