]> git.pld-linux.org Git - packages/LiVES.git/commitdiff
- updated to 0.9.5 pre3
authorKarol Krenski <charles@pld-linux.org>
Sun, 10 Apr 2005 11:35:14 +0000 (11:35 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- rm -plugins-python.patch (obsolete)
- ac/am
- -Makefile.in.patch -> -Makefile.am.patch

Changed files:
    LiVES.spec -> 1.15

LiVES.spec

index 6eefa4bb8940ea92b27e26be734166a166091a36..a108b073027daf50be24ec320bb67cc6ca6c2be6 100644 (file)
@@ -1,6 +1,6 @@
 
 %define                _sname          lives
-%define                _pre            pre1
+%define                _pre            pre3
 
 Summary:       LiVES - the Linux Video Editing System
 Summary(pl):   LiVES - Linuksowy System Edycji Video
@@ -10,9 +10,9 @@ Release:      0.%{_pre}.1
 License:       GPL v2
 Group:         X11/Applications/Multimedia
 Source0:       http://www.xs4all.nl/%7Esalsaman/lives/current/%{name}-%{version}-%{_pre}.tar.bz2
-# Source0-md5: cada2088fb0b5cc029b0b6369632bf6a
+# Source0-md5: 722f848a002084bb8f520a85ea5be756
 Source1:       %{name}.desktop
-Patch0:                %{name}-Makefile.in-path.patch
+Patch0:                %{name}-Makefile.am-path.patch
 Patch1:                %{name}-plugins-python.patch
 URL:           http://www.xs4all.nl/~salsaman/lives/
 BuildRequires: SDL-devel
@@ -76,20 +76,26 @@ Motywy dla LiVES.
 %prep
 %setup -q -n %{_sname}-%{version}-%{_pre}
 %patch0 -p1
-%patch1 -p1
 
 %build
+%{__aclocal} -I m4
+%{__autoconf}
+%{__automake}
 %configure
 %{__make} \
        CFLAGS="%{rpmcflags} -fPIC"
 
 %install
 rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_desktopdir}
+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
+done
 
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
-install -d $RPM_BUILD_ROOT%{_desktopdir}
 install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}
 mv $RPM_BUILD_ROOT%{_docdir}/%{_sname}-%{version}-%{_pre} \
        $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}
This page took 0.108343 seconds and 4 git commands to generate.