|
|
@ -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: 5%{?dist}
|
|
|
|
Release: 6%{?dist}
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
License: LGPLv2+
|
|
|
|
License: LGPLv2+
|
|
|
|
URL: http://phonon.kde.org/
|
|
|
|
URL: http://phonon.kde.org/
|
|
|
@ -105,6 +105,7 @@ install -D -m 0644 %{SOURCE1} %{buildroot}%{_datadir}/icons/hicolor/scalable/app
|
|
|
|
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
|
|
|
|
gm 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
|
|
|
|
|
|
|
|
touch --reference %{SOURCE1} %{buildroot}%{_datadir}/icons/hicolor/${i}x${i}/apps/phonon-gstreamer.png
|
|
|
|
done
|
|
|
|
done
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -172,6 +173,9 @@ fi
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Wed May 20 2009 Rex Dieter <rdieter@fedoraproject.org> - 4.3.1-6
|
|
|
|
|
|
|
|
- phonon-backend-gstreamer multilib conflict (#501816)
|
|
|
|
|
|
|
|
|
|
|
|
* Wed May 20 2009 Rex Dieter <rdieter@fedoraproject.org> - 4.3.1-5
|
|
|
|
* Wed May 20 2009 Rex Dieter <rdieter@fedoraproject.org> - 4.3.1-5
|
|
|
|
- s/ImageMagick/GraphicsMagick/, avail on more secondary archs, is faster,
|
|
|
|
- s/ImageMagick/GraphicsMagick/, avail on more secondary archs, is faster,
|
|
|
|
yields better results.
|
|
|
|
yields better results.
|
|
|
|