]> git.pld-linux.org Git - packages/cinelerra.git/commitdiff
- updated to 1.2.1, updated system-libs,strip patches
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 22 Aug 2004 20:42:16 +0000 (20:42 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cinelerra.spec -> 1.16

cinelerra.spec

index f7d1cf56946b61d288400143338e1e07bff4f293..e666ef7fb70cf7d379c423132d99c938a1656a2b 100644 (file)
@@ -3,18 +3,19 @@
 Summary:       Cinelerra - capturing, editing and production of audio/video material
 Summary(pl):   Cinelerra - nagrywanie, obróbka i produkcja materia³u audio/video
 Name:          cinelerra
-Version:       1.2.0
+Version:       1.2.1
 Release:       1
 License:       GPL
 Group:         X11/Applications
 Source0:       http://dl.sourceforge.net/heroines/%{name}-%{version}-src.tar.bz2
-# Source0-md5: d28addc4526d62d4f11047a3a3e1ac73
+# Source0-md5: ee230582f2bc7e1e35fc36f92469a78e
 Patch0:                %{name}-system-libs.patch
 Patch1:                %{name}-libsndfile1.patch
 Patch2:                %{name}-strip.patch
 Patch3:                %{name}-fontsdir.patch
 Patch4:                %{name}-alpha.patch
 URL:           http://heroinewarrior.com/cinelerra.php3
+BuildRequires: OpenEXR-devel >= 1.2.1
 BuildRequires: XFree86-devel
 BuildRequires: esound-devel
 BuildRequires: freetype-devel >= 2.1.4
@@ -28,18 +29,17 @@ BuildRequires:      libuuid-devel
 %ifarch %{ix86}
 BuildRequires: nasm
 %endif
-BuildRequires: quicktime4linux-devel >= 2.0.3
+BuildRequires: quicktime4linux-devel >= 2.0.4
+Requires:      OpenEXR-devel >= 1.2.1
 Requires:      freetype >= 2.1.4
 Requires:      libavc1394 >= 0.4.1
 Requires:      libmpeg3 >= 1.5.3
 Requires:      libsndfile >= 1.0.5
-Requires:      quicktime4linux >= 2.0.3
+Requires:      quicktime4linux >= 2.0.4
 Obsoletes:     bcast
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-# defaulttheme and microtheme cannot be stripped
-# (they have resources appended to linked binary :/)
-%define                no_install_post_strip   1
+%define                _noautostrip    .*/microtheme.plugin
 
 %description
 There are two types of moviegoers: producers who create new content,
@@ -76,6 +76,9 @@ Cinelerra by
 # assume we have <linux/videodev2.h> (it's in llh)
 echo '#define HAVE_V4L2' > hvirtual_config.h
 
+# Linux ieee1394 ioctls description - no longer provided by libdv
+ln -sf ../$(echo quicktime/libdv-*/libdv/dv1394.h) cinelerra
+
 %build
 CFLAGS="%{rpmcflags} -fno-rtti"; export CFLAGS
 %{__make} -f build/Makefile.toolame
@@ -96,12 +99,6 @@ install -d $RPM_BUILD_ROOT{%{_bindir},%{_libdir}/cinelerra}
 install cinelerra/*/cinelerra $RPM_BUILD_ROOT%{_bindir}
 install plugins/`uname -m`/*.plugin $RPM_BUILD_ROOT%{_libdir}/cinelerra
 
-%if 0%{!?debug:1}
-# strip all that can be stripped
-find $RPM_BUILD_ROOT%{_libdir}/cinelerra -name '*.plugin' | \
-       grep -v 'defaulttheme\|microtheme' | xargs strip -R.note -R.comment
-%endif
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
This page took 0.030919 seconds and 4 git commands to generate.