SPECS: swfdec.spec - updated to 0.5.4 (sonames changed)
qboosh
qboosh at pld-linux.org
Sun Dec 16 11:54:56 CET 2007
Author: qboosh Date: Sun Dec 16 10:54:56 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- updated to 0.5.4 (sonames changed)
---- Files affected:
SPECS:
swfdec.spec (1.75 -> 1.76)
---- Diffs:
================================================================
Index: SPECS/swfdec.spec
diff -u SPECS/swfdec.spec:1.75 SPECS/swfdec.spec:1.76
--- SPECS/swfdec.spec:1.75 Sun Nov 4 15:37:24 2007
+++ SPECS/swfdec.spec Sun Dec 16 11:54:51 2007
@@ -2,35 +2,34 @@
#
# Conditional build:
%bcond_without apidocs # disable gtk-doc
-%bcond_without gnomevfs # without gnome-vfs support
-%bcond_without gnome # disable gnomevfs
+%bcond_with vivified # build (internal) Vivified Flash Debugger
#
-%if %{without gnome}
-%undefine with_gnomevfs
-%endif
Summary: Flash animations redering library
Summary(pl.UTF-8): Biblioteka renderująca animacje flash
Name: swfdec
-Version: 0.5.3
+Version: 0.5.4
Release: 1
License: LGPL v2.1+
Group: Libraries
Source0: http://swfdec.freedesktop.org/download/swfdec/0.5/%{name}-%{version}.tar.gz
-# Source0-md5: bbabc83acad340479bae5dd125c40fc7
+# Source0-md5: 506b032204b71ffac7d0424eaf9608c4
URL: http://swfdec.freedesktop.org/wiki/
BuildRequires: autoconf >= 2.58
BuildRequires: automake >= 1:1.6
BuildRequires: alsa-lib-devel >= 1.0
BuildRequires: cairo-devel >= 1.2.0
BuildRequires: ffmpeg-devel
+BuildRequires: glib2-devel >= 1:2.10.0
BuildRequires: gtk+2-devel >= 2:2.8.0
+%{?with_vivified:BuildRequires: gtk+2-devel >= 2:2.11.6}
%{?with_apidocs:BuildRequires: gtk-doc >= 1.6}
-%{?with_gnomevfs:BuildRequires: gnome-vfs2-devel >= 2.14.0}
BuildRequires: gstreamer-devel >= 0.10.11
BuildRequires: libmad-devel >= 0.14.2b
BuildRequires: liboil-devel >= 0.3.9
BuildRequires: libtool
BuildRequires: libsoup-devel >= 2.2.100
+%{?with_vivified:BuildRequires: ming-devel >= 0.4.0-0.beta5}
+BuildRequires: pango-devel >= 1:1.10.0
BuildRequires: pkgconfig
BuildRequires: rpmbuild(macros) >= 1.357
BuildRequires: zlib-devel >= 1.1.4
@@ -55,7 +54,7 @@
Requires: %{name} = %{version}-%{release}
Requires: cairo-devel >= 1.2.0
Requires: ffmpeg-devel
-Requires: glib2-devel >= 1:2.8.0
+Requires: glib2-devel >= 1:2.10.0
Requires: gstreamer-devel >= 0.10.11
Requires: libmad-devel >= 0.14.2b
Requires: liboil-devel >= 0.3.9
@@ -100,7 +99,6 @@
Requires: %{name}-devel = %{version}-%{release}
Requires: %{name}-gtk = %{version}-%{release}
Requires: alsa-lib-devel >= 1.0
-%{?with_gnomevfs:Requires: gnome-vfs2-devel >= 2.14.0}
Requires: gtk+2-devel >= 2:2.8.0
Requires: libsoup-devel >= 2.2.100
@@ -144,12 +142,12 @@
%{__autoheader}
%{__automake}
%configure \
- %{!?with_gnomevfs:--disable-gnome-vfs} \
--enable-ffmpeg \
--enable-gstreamer \
- --%{?with_apidocs:en}%{?!with_apidocs:dis}able-gtk-doc \
+ --%{?with_apidocs:en}%{!?with_apidocs:dis}able-gtk-doc \
--enable-gtk \
--enable-mad \
+ %{?with_vivified:--enable-vivified} \
--with-html-dir=%{_gtkdocdir}
%{__make} -j1
@@ -173,7 +171,8 @@
%files
%defattr(644,root,root,755)
%doc AUTHORS ChangeLog NEWS README
-%attr(755,root,root) %{_libdir}/libswfdec-0.5.so.*.*
+%attr(755,root,root) %{_libdir}/libswfdec-0.5.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libswfdec-0.5.so.4
%files devel
%defattr(644,root,root,755)
@@ -189,7 +188,8 @@
%files gtk
%defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/libswfdec-gtk-0.5.so.*.*
+%attr(755,root,root) %{_libdir}/libswfdec-gtk-0.5.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libswfdec-gtk-0.5.so.4
%files gtk-devel
%defattr(644,root,root,755)
@@ -202,6 +202,9 @@
%defattr(644,root,root,755)
%attr(755,root,root) %{_libdir}/libswfdec-gtk-0.5.a
+# swfplay - binary is noinst, icons are installed
+#%{_iconsdir}/hicolor/*/apps/swfdec.*
+
%if %{with apidocs}
%files apidocs
%defattr(644,root,root,755)
@@ -214,6 +217,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.76 2007-12-16 10:54:51 qboosh
+- updated to 0.5.4 (sonames changed)
+
Revision 1.75 2007-11-04 14:37:24 qboosh
- updated to 0.5.3
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/swfdec.spec?r1=1.75&r2=1.76&f=u
More information about the pld-cvs-commit
mailing list