|
|
@ -1,7 +1,7 @@
|
|
|
|
Summary: Multimedia framework api
|
|
|
|
Summary: Multimedia framework api
|
|
|
|
Name: phonon
|
|
|
|
Name: phonon
|
|
|
|
Version: 4.3.1
|
|
|
|
Version: 4.3.1
|
|
|
|
Release: 4%{?dist}
|
|
|
|
Release: 5%{?dist}
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
License: LGPLv2+
|
|
|
|
License: LGPLv2+
|
|
|
|
URL: http://phonon.kde.org/
|
|
|
|
URL: http://phonon.kde.org/
|
|
|
@ -30,7 +30,7 @@ BuildRequires: cmake >= 2.6.0
|
|
|
|
BuildRequires: glib2-devel
|
|
|
|
BuildRequires: glib2-devel
|
|
|
|
BuildRequires: gstreamer-devel
|
|
|
|
BuildRequires: gstreamer-devel
|
|
|
|
BuildRequires: gstreamer-plugins-base-devel
|
|
|
|
BuildRequires: gstreamer-plugins-base-devel
|
|
|
|
BuildRequires: ImageMagick
|
|
|
|
BuildRequires: GraphicsMagick
|
|
|
|
BuildRequires: kde-filesystem
|
|
|
|
BuildRequires: kde-filesystem
|
|
|
|
BuildRequires: libxcb-devel
|
|
|
|
BuildRequires: libxcb-devel
|
|
|
|
BuildRequires: libxml2-devel
|
|
|
|
BuildRequires: libxml2-devel
|
|
|
@ -104,7 +104,7 @@ mv %{buildroot}%{_datadir}/icons/oxygen \
|
|
|
|
install -D -m 0644 %{SOURCE1} %{buildroot}%{_datadir}/icons/hicolor/scalable/apps/phonon-gstreamer.svg
|
|
|
|
install -D -m 0644 %{SOURCE1} %{buildroot}%{_datadir}/icons/hicolor/scalable/apps/phonon-gstreamer.svg
|
|
|
|
for i in 16 22 32 48 64 128; do
|
|
|
|
for i in 16 22 32 48 64 128; do
|
|
|
|
mkdir -p %{buildroot}%{_datadir}/icons/hicolor/${i}x${i}/apps
|
|
|
|
mkdir -p %{buildroot}%{_datadir}/icons/hicolor/${i}x${i}/apps
|
|
|
|
convert -background None -geometry ${i}x${i} %{SOURCE1} %{buildroot}%{_datadir}/icons/hicolor/${i}x${i}/apps/phonon-gstreamer.png
|
|
|
|
gm convert -background None -geometry ${i}x${i} %{SOURCE1} %{buildroot}%{_datadir}/icons/hicolor/${i}x${i}/apps/phonon-gstreamer.png
|
|
|
|
done
|
|
|
|
done
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -172,6 +172,10 @@ fi
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Wed May 20 2009 Rex Dieter <rdieter@fedoraproject.org> - 4.3.1-5
|
|
|
|
|
|
|
|
- s/ImageMagick/GraphicsMagick/, avail on more secondary archs, is faster,
|
|
|
|
|
|
|
|
yields better results.
|
|
|
|
|
|
|
|
|
|
|
|
* Mon May 04 2009 Rex Dieter <rdieter@fedoraproject.org> - 4.3.1-4
|
|
|
|
* Mon May 04 2009 Rex Dieter <rdieter@fedoraproject.org> - 4.3.1-4
|
|
|
|
- fix Source0 Url
|
|
|
|
- fix Source0 Url
|
|
|
|
- xine backend will not play files with non-ascii names (kdebug#172242)
|
|
|
|
- xine backend will not play files with non-ascii names (kdebug#172242)
|
|
|
|