|
|
|
@ -2,7 +2,7 @@
|
|
|
|
|
Summary: Multimedia framework api
|
|
|
|
|
Name: phonon
|
|
|
|
|
Version: 4.2.0
|
|
|
|
|
Release: 6%{?dist}
|
|
|
|
|
Release: 7%{?dist}
|
|
|
|
|
|
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
|
License: LGPLv2+
|
|
|
|
@ -79,7 +79,7 @@ make install DESTDIR=%{buildroot} -C %{_target_platform}
|
|
|
|
|
install -D -m 0644 %{SOURCE1} %{buildroot}%{_datadir}/icons/hicolor/scalable/apps/%{name}-gstreamer.svg
|
|
|
|
|
for i in 16 22 32 48 64 128; do
|
|
|
|
|
mkdir -p %{buildroot}%{_datadir}/icons/hicolor/${i}x${i}/apps
|
|
|
|
|
convert -geometry ${i}x${i} %{SOURCE1} %{buildroot}%{_datadir}/icons/hicolor/${i}x${i}/apps/%{name}-gstreamer.png
|
|
|
|
|
convert -background None -geometry ${i}x${i} %{SOURCE1} %{buildroot}%{_datadir}/icons/hicolor/${i}x${i}/apps/%{name}-gstreamer.png
|
|
|
|
|
done
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -124,6 +124,9 @@ xdg-icon-resource forceupdate --theme hicolor 2> /dev/null || :
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue Sep 30 2008 Than Ngo <than@redhat.com> 4.2.0-7
|
|
|
|
|
- fix tranparent issue by convert
|
|
|
|
|
|
|
|
|
|
* Tue Sep 30 2008 Than Ngo <than@redhat.com> 4.2.0-6
|
|
|
|
|
- add missing icon
|
|
|
|
|
|
|
|
|
|