public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/amarok] epel10.2: sync devel/ branch
@ 2026-07-06 18:30 Rex Dieter
0 siblings, 0 replies; only message in thread
From: Rex Dieter @ 2026-07-06 18:30 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/amarok
Branch : epel10.2
Commit : a4652ac723f452a38568763063e38016109895b0
Author : Rex Dieter <rdieter@fedoraproject.org>
Date : 2008-05-01T16:16:41+00:00
Stats : +11/-2 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/amarok/c/a4652ac723f452a38568763063e38016109895b0?branch=epel10.2
Log:
sync devel/ branch
---
diff --git a/amarok.spec b/amarok.spec
index 51b2cfa..09c9279 100644
--- a/amarok.spec
+++ b/amarok.spec
@@ -24,13 +24,14 @@
%define _with_libgpod --with-libgpod
%define _with_libmtp --with-libmtp
%define _with_libnjb --with-libnjb
+%define _with_libvisual --with-libvisual
%define _with_mp4v2 --with-mp4v2
%endif
Name: amarok
Summary: Media player
Version: 1.4.9.1
-Release: 2%{?dist}
+Release: 2%{?dist}.1
Group: Applications/Multimedia
License: GPLv2+
@@ -69,7 +70,7 @@ BuildRequires: libtool-ltdl-devel
%endif
BuildRequires: libtunepimp-devel
BuildRequires: libusb-devel
-BuildRequires: libvisual-devel
+%{?_with_libvisual:BuildRequires: libvisual-devel}
BuildRequires: mysql-devel
BuildRequires: postgresql-devel
BuildRequires: ruby-devel ruby
@@ -123,6 +124,7 @@ Requires: %{name} = %{version}-%{release}
%description konqueror
%{summary}.
+%if 0%{?_with_libvisual:1}
%package visualisation
Summary: Visualisation plugins for Amarok
Group: Applications/Multimedia
@@ -133,6 +135,7 @@ Requires: libvisual-plugins
Amarok can use visualisation plugins from different origins.
Right now, only xmms is supported, which means that you can
use any of xmms' visualisation plugins with Amarok.
+%endif
%prep
@@ -155,6 +158,7 @@ unset QTDIR && . %{_sysconfdir}/profile.d/qt.sh
%{?_with_libgpod} %{!?_with_libgpod:--without-libgpod} \
%{?_with_libmtp} %{!?_with_libmtp:--without-libmtp} \
%{?_with_libnjb} %{!?_with_libnjb:--without-libnjb} \
+ %{?_with_libvisual} %{!?_with_libvisual:--without-libvisual} \
%{?_with_mp4v2} %{!?_with_mp4v2:--without-mp4v2}
# --enable-final \
@@ -292,12 +296,17 @@ rm -fr $RPM_BUILD_ROOT
%{_datadir}/apps/konqsidebartng/*/amarok.desktop
%endif
+%if 0%{?_with_libvisual:1}
%files visualisation
%defattr(-,root,root,-)
%{_bindir}/amarok_libvisual
+%endif
%changelog
+* Thu May 1 2008 Rex Dieter <rdieter@fedoraproject.org> - 1.4.9.1-2.1
+- --with-libvisual fedora-only (epel misses libvisual-plugins)
+
* Thu Apr 17 2008 Rex Dieter <rdieter@fedoraproject.org> - 1.4.9.1-2
- specfile typo (unclosed macro)
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-06 18:30 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-06 18:30 [rpms/amarok] epel10.2: sync devel/ branch Rex Dieter
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox