diff options
author | François Andriot <albator78@libertysurf.fr> | 2015-01-02 18:51:40 +0100 |
---|---|---|
committer | François Andriot <albator78@libertysurf.fr> | 2015-01-02 18:51:40 +0100 |
commit | 9a18f29a577beb50e9484f173af0de58075376cb (patch) | |
tree | d08f31d69e48574058b04fcd349c4b65e189cf16 /redhat | |
parent | 31542eab1a67a5cab2b7bf0d07f24d96a162e094 (diff) | |
download | tde-packaging-9a18f29a577beb50e9484f173af0de58075376cb.tar.gz tde-packaging-9a18f29a577beb50e9484f173af0de58075376cb.zip |
RPM packaging: update amarok
Diffstat (limited to 'redhat')
-rw-r--r-- | redhat/applications/amarok/amarok-14.0.0.spec | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/redhat/applications/amarok/amarok-14.0.0.spec b/redhat/applications/amarok/amarok-14.0.0.spec index e188073f6..2e61ddbba 100644 --- a/redhat/applications/amarok/amarok-14.0.0.spec +++ b/redhat/applications/amarok/amarok-14.0.0.spec @@ -66,10 +66,25 @@ BuildRequires: desktop-file-utils BuildRequires: cmake >= 2.8 BuildRequires: gcc-c++ BuildRequires: pkgconfig +BuildRequires: gettext + +# SUSE desktop files utility +%if 0%{?suse_version} +BuildRequires: update-desktop-files +%endif + +%if 0%{?opensuse_bs} && 0%{?suse_version} +# for xdg-menu script +BuildRequires: brp-check-trinity +%endif +# ALSA support BuildRequires: alsa-lib-devel + +# ESOUND support BuildRequires: esound-devel -BuildRequires: gettext + +# PCRE support BuildRequires: pcre-devel # LIBTOOL @@ -84,6 +99,7 @@ BuildRequires: postgresql-devel BuildRequires: SDL-devel BuildRequires: taglib-devel BuildRequires: sqlite-devel + # not used anymore, in favor of libvisual ? -- Rex #{?fedora:BuildRequires: xmms-devel} |