]> git.pld-linux.org Git - packages/LiVES.git/blobdiff - LiVES.spec
- package pixmaps
[packages/LiVES.git] / LiVES.spec
index c9e70158bed2aee38bd0285fb4b01676b0c33605..afbf7f58a88e9e0e776fd03eb594b5da113340a1 100644 (file)
@@ -1,18 +1,19 @@
 # TODO
 # - unfortunately it crashes in weed_plugin_info_init (alien_overlay.wo)
 # - some platform-independent left in %{_libdir}
+# - LiVES req LiVES-plugins which req LiVES; it sucks
 
 %define                _sname          lives
 
 Summary:       LiVES - the Linux Video Editing System
 Summary(pl.UTF-8):     LiVES - Linuksowy System Edycji Video
 Name:          LiVES
-Version:       0.9.8.4
+Version:       0.9.8.6
 Release:       0.1
 License:       GPL v2
 Group:         X11/Applications/Multimedia
 Source0:       http://www.xs4all.nl/%7Esalsaman/lives/current/%{name}-%{version}.tar.bz2
-# Source0-md5: 585f7a8d8a3e2b71a886fc04de3a79a3
+# Source0-md5: c73aed9b2da4fc74d51f9e92fae7439d
 Source1:       %{name}.desktop
 Patch0:                %{name}-FHS.patch
 Patch1:                %{name}-automake.patch
@@ -105,6 +106,7 @@ sed -i -e 's,/share/,/%{_lib}/,' po/pxgettext po/make_rfx_builtin_list.pl
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT%{_desktopdir}
+install -d $RPM_BUILD_ROOT%{_pixmapsdir}
 install -d $RPM_BUILD_ROOT%{_datadir}/lives/plugins/effects/rendered
 for i in lives-plugins/plugins/effects/RFXscripts/*.script ; do
        ./build-lives-rfx-plugin $i $RPM_BUILD_ROOT%{_datadir}/lives/plugins/effects/rendered
@@ -135,6 +137,7 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/%{_sname}/icons
 %{_datadir}/%{_sname}/default.keymap
 %{_desktopdir}/%{name}.desktop
+%{_pixmapsdir}/%{_sname}.xpm
 %dir %{_themesdir}
 %{_themesdir}/default
 
This page took 0.028106 seconds and 4 git commands to generate.