File swfdec-mozilla.spec of Package swfdec-mozilla
#
# spec file for package swfdec-mozilla (Version 0.8.2)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: swfdec-mozilla
Url: http://swfdec.freedesktop.org/
BuildRequires: alsa-devel gtk2-devel liboil-devel pkg-config swfdec-devel
# Prevent "have choice for swfdec: swfdec swfdec-orig":
BuildRequires: swfdec
License: LGPL v2.1 or later
Group: Productivity/Networking/Web/Browsers
AutoReqProv: on
Summary: Browser plugin for swfdec
Version: 0.8.2
Release: 1
Source0: http://swfdec.freedesktop.org/download/swfdec-mozilla/0.8/%name-%version.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
Swfdec is a decoder/renderer for Macromedia Flash animations. The
decoding and rendering engine is provided in a library that can be used
by other applications.
This package contains a Mozilla plugin that uses the Swfdec library for
playing SWF files in a browser capable of loading Netscape-Plugins. It
is in an experimental state at the moment, so don't be surprised if it
crashes your browser.
Authors:
--------
Benjamin Otte <otte@gnome.org>
David Schleef <ds@schleef.org>
%prep
%setup -q
%build
autoreconf -i -f
%configure --disable-static --with-plugin-dir=/%{_libdir}/browser-plugins
make
%install
make install DESTDIR=$RPM_BUILD_ROOT
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-, root, root)
%doc COPYING NEWS README
%{_libdir}/browser-plugins/lib*
/usr/share/icons/*/*/apps/swfdec-mozilla.png
/usr/share/icons/hicolor/scalable/apps/swfdec-mozilla.svg
%changelog
* Fri Oct 24 2008 meissner@suse.de
- Upgraded to 0.8.2 ("Would you like a monkey claw?")
- Fix crash when using Flashblock
* Tue Sep 16 2008 meissner@suse.de
- Upgraded to 0.8.0 ("Best Friends Forever")
- Add UI for handling autoplay to the right-click menu
- Bump reported version to 9.0r999
- Fix some rare crashers
* Wed Aug 27 2008 meissner@suse.de
- removed unneeded mozilla-xulrunner181 from BuildRequires
(part of bnc#420641) (from wolfgang)
* Sat Aug 23 2008 meissner@suse.de
- Upgraded to 0.7.4 ("Whites won again")
- adjusted to 0.7.4 swfdec release
- Upgraded to 0.7.2 ("Do the Handicapped Go to Hell?")
- adjusted to 0.7.2 swfdec release
- now remembers which files the user clicked on to play them
and autoplays them the next time.
- Also, it is the first plugin to support windowless mode on
Linux, so all stacking problems should now be a thing of the past.
* Wed Mar 05 2008 meissner@suse.de
- Upgraded to 0.6.0 ("It'll choke on the sweet air of freedom.")
And here's the first long-term release of Swfdec-mozilla.
- support missing plugins installation
- update API
- bugfixes galore
* Mon Feb 04 2008 meissner@suse.de
- upgraded to 0.5.90
- update API to new version
- resolve relative links correctly
* Wed Dec 19 2007 meissner@suse.de
- upgraded to 0.5.5
- add FutureSplash mime type
- update API to match Swfdec
- some serious bugs fixed
* Wed Nov 14 2007 meissner@suse.de
- upgraded to 0.5.3
- lots of bugfixes
- keyboard support
* Tue Apr 17 2007 sbrabec@suse.cz
- Require swfdec-devel.
* Thu Mar 29 2007 meissner@suse.de
- initial import. Mozilla Plugin for swfdec.