123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134 |
- Summary: Mozilla/Gecko player Flash plugin using swfdec
- Summary(ja): swfdec を利用した Mozilla/Gecko 用 Flash プラグイン
- Name: swfdec-mozilla
- Version: 0.9.2
- Release: 1%{?_dist_release}
-
- Group: Applications/Internet
- License: LGPLv2+
- URL: http://swfdec.freedesktop.org/
- Source0: http://swfdec.freedesktop.org/download/%{name}/0.9/%{name}-%{version}.tar.gz
- BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
- BuildRequires: gtk2-devel
- BuildRequires: swfdec-gtk-devel >= %{version}
- Requires: %{_libdir}/mozilla/plugins
- %description
- swfdec is a library for rendering Adobe Flash animations. Currently it handles
- most Flash 3, 4 and many Flash 7 videos. This is the viewer plugin for Firefox
- and other Gecko-based browsers such as Epiphany and Galeon.
- %prep
- %setup -q
- %build
- %configure --disable-static --with-plugin-dir=%{_libdir}/mozilla/plugins
- make %{?_smp_mflags}
- %install
- rm -rf $RPM_BUILD_ROOT
- make install DESTDIR=$RPM_BUILD_ROOT
- find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
- %clean
- rm -rf $RPM_BUILD_ROOT
- %post
- touch --no-create %{_datadir}/icons/hicolor || :
- if [ -x %{_bindir}/gtk-update-icon-cache ]; then
- %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
- fi
- %postun
- touch --no-create %{_datadir}/icons/hicolor || :
- if [ -x %{_bindir}/gtk-update-icon-cache ]; then
- %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
- fi
- %files
- %defattr(-,root,root)
- %doc AUTHORS COPYING NEWS README
- %{_libdir}/mozilla/plugins/*.so
- %{_datadir}/icons/hicolor/*/apps/%{name}.png
- %{_datadir}/icons/hicolor/scalable/apps/%{name}.svg
- %changelog
- * Mon Mar 23 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.9.2-1
- - new upstream release
- * Wed Dec 31 2008 Shu KONNO <owa@bg.wakwak.com> 0.8.2-1
- - new upstream release
- * Sat Sep 27 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.8.0-1
- - initial build for Vine Linux
- * Tue Sep 9 2008 Brian Pepple <bpepple@fedoraproject.org> - 0.8.0-1
- - Update to 0.8.0.
- * Wed Jul 30 2008 Brian Pepple <bpepple@fedoraproject.org> - 0.7.4-1
- - Update to 0.7.4.
- * Wed Jun 25 2008 Brian Pepple <bpepple@fedoraproject.org> - 0.7.2-1
- - Update to 0.7.2.
- * Wed Feb 20 2008 Brian Pepple <bpepple@fedoraproject.org> - 0.6.0-1
- - Update to 0.6.0.
- * Fri Feb 8 2008 Brian Pepple <bpepple@fedoraproject.org> - 0.5.90-2
- - Rebuild for gcc-4.3.
- * Tue Jan 29 2008 Brian Pepple <bpepple@fedoraproject.org> - 0.5.90-1
- - Update to 0.5.90.
- * Wed Dec 19 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.5.5-2
- - Drop BR on alsa-libs-devel.
- - Rebuild for pulseaudio-enabled swfdec.
- * Mon Dec 17 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.5.5-1
- - Update to 0.5.5.
- * Sat Nov 17 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.5.4-2
- - Update license tag.
- - Drop BR on firefox-devel.
- * Thu Nov 15 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.5.4-1
- - Update to 0.5.4.
- * Fri Oct 12 2007 Peter Gordon <peter@thecodergeek.com> - 0.5.3-1
- - Update to new upstream release (0.5.3)
- * Wed Oct 10 2007 Peter Gordon <peter@thecodergeek.com> - 0.5.2-1
- - Update to new upstream release (0.5.2)
- * Wed Aug 15 2007 Peter Gordon <peter@thecodergeek.com> - 0.5.1-1
- - Update to new upstream release (0.5.1)
- * Thu Jul 5 2007 kwizart <kwizart at gmail.com> - 0.4.5-2
- - Fix directory ownership
- - Add missing BR ( swfdec-gtk-devel )
- * Thu Jul 5 2007 kwizart <kwizart at gmail.com> - 0.4.5-1
- - Update to 0.4.5
- - Use --with-plugin-dir
- * Sat Mar 31 2007 Peter Gordon <peter@thecodergeek.com> - 0.4.3-3
- - Remove %%post and %%postun ldconfig calls (not necessary for this package).
- - Remove empty ChangeLog from %%doc.
- * Sun Mar 25 2007 Peter Gordon <peter@thecodergeek.com> - 0.4.3-2
- - Fix firefox dependency versioning.
- * Sat Mar 24 2007 Peter Gordon <peter@thecodergeek.com> - 0.4.3-1
- - Initial packaging for Fedora/Livna
|