forked from pool/buzztrax
Accepting request 348859 from home:plater
This works OBS-URL: https://build.opensuse.org/request/show/348859 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/buzztrax?expand=0&rev=6
This commit is contained in:
@@ -34,6 +34,7 @@ License: LGPL-2.0
|
||||
Group: Productivity/Multimedia/Sound/Utilities
|
||||
Url: http://sourceforge.net/projects/buzztard/
|
||||
Source0: %{name}-%{version}.tar.gz
|
||||
Source1: COPYING-DOCS
|
||||
BuildRequires: desktop-file-utils
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: gcc-c++
|
||||
@@ -42,8 +43,10 @@ BuildRequires: intltool
|
||||
BuildRequires: pkg-config
|
||||
BuildRequires: scrollkeeper
|
||||
BuildRequires: shared-mime-info
|
||||
BuildRequires: pkgconfig(alsa)
|
||||
BuildRequires: pkgconfig(%{gir})
|
||||
BuildRequires: pkgconfig(cairo)
|
||||
BuildRequires: pkgconfig(fluidsynth)
|
||||
BuildRequires: pkgconfig(gconf-2.0) >= 2.2.0
|
||||
BuildRequires: pkgconfig(gdk-pixbuf-2.0)
|
||||
BuildRequires: pkgconfig(gdk-x11-2.0)
|
||||
@@ -176,14 +179,17 @@ This package contains buzztrax plugins
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
#%%patch0
|
||||
#%%patch1
|
||||
#%%patch2
|
||||
#%%patch3
|
||||
#%%patch4
|
||||
cp -v %{S:1} .
|
||||
|
||||
%build
|
||||
%configure --disable-static --disable-schemas-install --disable-silent-rules
|
||||
%configure --disable-static \
|
||||
--disable-schemas-compile \
|
||||
--disable-silent-rules \
|
||||
--enable-debug \
|
||||
--disable-rpath \
|
||||
--with-pic \
|
||||
--enable-man \
|
||||
--disable-dllwrapper
|
||||
make %{?_smp_flags}
|
||||
|
||||
%install
|
||||
@@ -204,9 +210,9 @@ typelib-1_0-BuzztraxCore-1_1\n
|
||||
# Anything that doesn't work goes here
|
||||
%if 1 == 0
|
||||
%pre -f %{name}.schemas_pre
|
||||
-f %{name}.schemas_list
|
||||
%posttrans -f %{name}.schemas_posttrans
|
||||
|
||||
%posttrans -f %{name}.schemas_posttrans
|
||||
-f %{name}.schemas_list
|
||||
%preun -f %{name}.schemas_preun
|
||||
|
||||
%endif
|
||||
|
Reference in New Issue
Block a user