Correct dependencies and generally clean and improve packaging.

Thu, 05 Feb 2009 15:23:50 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 05 Feb 2009 15:23:50 +0100
changeset 2
9837280ca183
parent 1
0ac791766d58
child 3
d160fffb83b7

Correct dependencies and generally clean and improve packaging.
In particular, enable linking to the Mesa OpenGL library for graphics.

cinelerra/cinelerra.spec file | annotate | diff | comparison | revisions
cinelerra/leeme.txt file | annotate | diff | comparison | revisions
cinelerra/reqpkg.txt file | annotate | diff | comparison | revisions
     1.1 --- a/cinelerra/cinelerra.spec	Thu Feb 05 15:21:12 2009 +0100
     1.2 +++ b/cinelerra/cinelerra.spec	Thu Feb 05 15:23:50 2009 +0100
     1.3 @@ -3,44 +3,62 @@
     1.4  # Packmangroup: Multimedia
     1.5  # norootforbuild
     1.6  # NOTICE:
     1.7 -# To compile Cinelerra with opengl you have to install NVidia drivers v8774 into the chroot!
     1.8 -# Once compiled Cinelerra should work on non-NVidia cards fine too.
     1.9 +# To compile Cinelerra with opengl you have to install
    1.10 +# NVidia drivers v8774 into the chroot! Once compiled
    1.11 +# Cinelerra should work on non-NVidia cards fine too.
    1.12  
    1.13  #%define svnv 1061
    1.14  Name: cinelerra
    1.15  Summary: A non linear video editor and effects processor 
    1.16 -Version: 2.1.cv%(date '+%Y%m%d' -d 01/06/2009)
    1.17 +Version: 2.1.cv%(date '+%Y%m%d' -d 02/02/2009)
    1.18  #Version: 2.1.cv%{svnv}
    1.19 -Release: 0.pm.1 
    1.20 +Release: 0.msvb.1 
    1.21  License: GPL
    1.22  Group: Productivity/Multimedia/Video/Editors and Convertors
    1.23 -URL: http://cvs.cinelerra.org
    1.24 +URL: http://cvs.cinelerra.org/
    1.25  Source0: %name-%version.tar.bz2
    1.26  #Patch0: cinelerra-gcc43.patch
    1.27  BuildRoot: %{_tmppath}/%{name}-2.1-%{release}-buildroot
    1.28 -BuildRequires: gcc-c++ freetype2-devel Mesa-devel xorg-x11-devel fltk-devel libx264-devel alsa-devel lame libavc1394-devel libfaac-devel faad2-devel libjpeg-devel libpng-devel libdv-devel OpenEXR-devel libogg-devel libvorbis-devel libtheora-devel mjpegtools-devel libraw1394-devel libiec61883-devel libmpeg3 libsndfile-devel pkgconfig nasm fftw3-devel liba52dec-devel libffmpeg-devel
    1.29 +BuildRequires: automake autoconf libtool gcc-c++ freetype2-devel Mesa-devel xorg-x11-devel fltk-devel libx264-devel alsa-devel libesd-devel lame libavc1394-devel libfaac-devel faad2-devel libjpeg-devel libpng-devel libdv-devel OpenEXR-devel libogg-devel libvorbis-devel libtheora-devel mjpegtools-devel libraw1394-devel libiec61883-devel libmpeg3 libsndfile-devel pkgconfig nasm fftw3-devel liba52dec-devel libffmpeg-devel
    1.30  #who would ever think of that...
    1.31  BuildRequires: e2fsprogs-devel
    1.32  #and what they forgot to check in the configure script...
    1.33  BuildRequires: libtiff-devel flac-devel
    1.34 -Requires: mjpegtools >= 1.6.3
    1.35 +Requires: mjpegtools >= 1.6.3, libavcodec52, libavutil49
    1.36 +Requires: libx264-66, liba52, libpostproc51, libswscale0
    1.37  Provides: cinelerra
    1.38  Autoreqprov: on
    1.39  
    1.40  %description
    1.41 -Heroine Virtual Ltd. presents an advanced content creation system for Linux. Cinelerra takes what normally is a boring server - studied in computer science classrooms, hidden in back offices - and turns it into a 50,000 watt flamethrower of multimedia editing.
    1.42 - That's right kids. Unlike most of the Linux solutions out there, Cinelerra requires no emulation of proprietary operating systems, no commercial add-ons, no banner advertizements, no corporate dependancies, no terrorists, just a boring old Linux box.
    1.43 - Cinelerra does primarily 3 main things: capturing, compositing, and editing audio and video with sample level accuracy. It's a seamless integration of audio, video, and still photos rarely experienced on a web server.
    1.44 - If you want to make movies, you just want to defy the establishment, you want the same kind of compositing and editing suite that the big boys use, on the world's most efficient UNIX operating system, it's time for Cinelerra.
    1.45 +Heroine Virtual Ltd. presents an advanced content creation system for
    1.46 +Linux. Cinelerra takes what normally is a boring server - studied in
    1.47 +computer science classrooms, hidden in back offices - and turns it into
    1.48 +a 50,000 watt flamethrower of multimedia editing.
    1.49  
    1.50 -The version you'll find in this package is the cinelerra.org community version.
    1.51 +That's right kids. Unlike most of the Linux solutions out there,
    1.52 +Cinelerra requires no emulation of proprietary operating systems, no
    1.53 +commercial add-ons, no banner advertizements, no corporate dependancies,
    1.54 +no terrorists, just a boring old Linux box.
    1.55 +
    1.56 +Cinelerra does primarily 3 main things: capturing, compositing, and
    1.57 +editing audio and video with sample level accuracy. It's a seamless
    1.58 +integration of audio, video, and still photos rarely experienced on a
    1.59 +web server.
    1.60 +
    1.61 +If you want to make movies, you just want to defy the establishment, you
    1.62 +want the same kind of compositing and editing suite that the big boys
    1.63 +use, on the world's most efficient UNIX operating system, it's time for
    1.64 +Cinelerra.
    1.65 +
    1.66 +The version of this package is the cinelerra.org community version.
    1.67 +
    1.68  %package devel
    1.69  Summary: Cinelerra header files and development libraries
    1.70  Group: Development/Libraries/Other
    1.71  Requires: %name = %version
    1.72 +
    1.73  %description devel
    1.74 -Cinelerra files needed for compiling stuff
    1.75 -
    1.76 +This package contains Cinelerra files needed for compiling stuff.
    1.77  
    1.78  %prep
    1.79  %setup -q 
    1.80 @@ -50,8 +68,7 @@
    1.81  
    1.82  %build
    1.83  ./autogen.sh
    1.84 -%configure  --disable-opengl --with-plugindir=%{_libdir}/%{name} --with-buildinfo=cust/GIT\ Packman\ build --with-external-ffmpeg
    1.85 -
    1.86 +%configure  --enable-opengl --with-plugindir=%{_libdir}/%{name} --with-buildinfo=cust/Europalab\ Development\ Build\ \(MSvB20090202\) --with-external-ffmpeg
    1.87  
    1.88  %{__make} %{?_smp_mflags} %{?mflags}
    1.89  
    1.90 @@ -108,7 +125,10 @@
    1.91  #%{_libdir}/libsndfilehv.so
    1.92  #%{_libdir}/libsndfilehv.la
    1.93  %{_includedir}/*
    1.94 +
    1.95  %changelog
    1.96 +* Tue Feb 02 2009 Michael Schloh von Bennewitz <michael@schloh.com> - 2.1.cv20090106
    1.97 +- enabled OpenGL configuration parameter and added runtime dependencies
    1.98  * Tue Jan 06 2009 Leon Freitag <leon@links2linux.de> - 2.1.cv20090106
    1.99  - new versioning scheme, as cinelerra moved to git and dropped the release numbers
   1.100  - Suse 11.1 build
   1.101 @@ -128,13 +148,10 @@
   1.102  * Thu Sep 14 2006 Kevin Brosius <cobra@compuserve.com> - 2.1.0.cvs.cobra-date
   1.103  - First package with merged Cinelerra 2.1
   1.104  - svn r888
   1.105 -
   1.106 -%changelog
   1.107  * Thu Jun 1 2006 Kevin Brosius <cobra@compuserve.com> - 2.0.0.cvs.cobra-date
   1.108  - transitions fix, Ogg renderfarm support, po email address fix
   1.109  - file.h compile fix, fix thread delete race condition
   1.110  - a bunch of mem management fixes
   1.111 -
   1.112  * Mon May 29 2006 Kevin Brosius <cobra@compuserve.com> - 2.0.0.cvs.cobra-date
   1.113  - reading ogg vorbis fix, Freetype2 2.2.1 compatibility
   1.114  - mjpeg load fixes (bug139, 148, 259), fix insertion of media files directly
   1.115 @@ -142,7 +159,6 @@
   1.116  - camera and projector automation for plugins, waveform not shown fix
   1.117  - change every clip all media files behavior in saved xml
   1.118  - work without audio enabled, delete pluginsets fix
   1.119 -
   1.120  * Tue May 02 2006 Kevin Brosius <cobra@compuserve.com> - 2.0.0.cvs.cobra-date
   1.121  - fseek0 fix bug244, bug250, check sound/audio in dv format
   1.122  - bug249 vorbis setup fix, chromakey fix, check for libfaac
   1.123 @@ -150,7 +166,6 @@
   1.124  - bug30 allow transition at end of track, bug243
   1.125  - fix crash when rendering plugins, fix null plugin usage
   1.126  - fix load XML crash, bug242 >1024 properties
   1.127 -
   1.128  * Sat Apr 03 2006 Kevin Brosius <cobra@compuserve.com> - 2.0.0.cvs.cobra-date
   1.129  - EDL export, .mov DV fourcc -> dvc, multi transitions with diff lengths fix
   1.130  - debian build fixes, new configure checks and libavcodec header fixes
   1.131 @@ -163,30 +178,23 @@
   1.132  - new deinterlacer, timefronts - take from alpha
   1.133  - fix apply-mask-before-plugins for masks, new timefront plugin
   1.134  - add histogram split checkbox
   1.135 -
   1.136  * Sat Feb 04 2006 Kevin Brosius <cobra@compuserve.com> - 2.0.0.cvs.cobra-date
   1.137  - vertical pos of auto-zoom text, dv audio offset/framing fix
   1.138  - Italian translation, Spanish update, deinterlace fix
   1.139  - mpeg encode params fix
   1.140 -
   1.141  * Sat Jan 26 2006 Kevin Brosius <cobra@compuserve.com> - 2.0.0.cvs.cobra-date
   1.142  - raw dv i/o fixes, textual info for labels, " conversion
   1.143  - Automation text label editable, audio_position adjust for dv1394
   1.144 - 
   1.145  * Sat Dec 24 2005 Kevin Brosius <cobra@compuserve.com> - 2.0.0.cvs.cobra-date
   1.146  - fix bug 219 & 220, make text menu hilight white
   1.147  - alt+left/right navigates trough edit handles
   1.148  - parameter name fix, single image dnd fixes, remove mwindowmove dup code
   1.149  - ffmpeg defaults for elem stream (Bug 164), member function fix
   1.150  - gettextize language changes for more plugins, French update
   1.151 -
   1.152  * Sun Dec 11 2005 Kevin Brosius <cobra@compuserve.com> - 2.0.0.cvs.cobra-date
   1.153  - Fix renderfarm client crash, align cursor on frames default
   1.154  - right mouse on keyframe - keyframe popup, guicast / gettextize additions
   1.155  - Brazilian update, French update
   1.156  - link mpeg2enc.plugin for SUSE, add mjpegtools >= 1.6.3 dep
   1.157 -
   1.158  * Mon Nov 14 2005 Kevin Brosius <cobra@compuserve.com> - 2.0.0.cvs.cobra-date
   1.159  - Initial build of CV from svn tree.
   1.160 -
   1.161 -
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/cinelerra/leeme.txt	Thu Feb 05 15:23:50 2009 +0100
     2.3 @@ -0,0 +1,6 @@
     2.4 +rpm -qa | sort >rpkgs_vorcinbld.txt'
     2.5 +zypper install `cat reqpkg.txt`
     2.6 +rpm -qa | sort >rpkgs_nachcinbld.txt'
     2.7 +zypper remove `cat reqpkg.txt`
     2.8 +rpm -qa | sort >rpkgs_wiederstell.txt'
     2.9 +diff -bd rpkgs_vorcinbld.txt rpkgs_wiederstell.txt
     3.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     3.2 +++ b/cinelerra/reqpkg.txt	Thu Feb 05 15:23:50 2009 +0100
     3.3 @@ -0,0 +1,49 @@
     3.4 +alsa-devel
     3.5 +audiofile-devel
     3.6 +autoconf
     3.7 +automake
     3.8 +e2fsprogs-devel
     3.9 +faad2-devel
    3.10 +fftw3-devel
    3.11 +fftw3-threads
    3.12 +flac-devel
    3.13 +fltk
    3.14 +fltk-devel
    3.15 +gcc-c++
    3.16 +IlmBase-devel
    3.17 +lame
    3.18 +liba52dec-devel
    3.19 +libavc1394-devel
    3.20 +libblkid-devel
    3.21 +libcom_err-devel
    3.22 +libdv-devel
    3.23 +libesd-devel
    3.24 +libext2fs-devel
    3.25 +libfaac-devel
    3.26 +libffmpeg-devel
    3.27 +libgomp43
    3.28 +libiec61883-devel
    3.29 +libjpeg-devel
    3.30 +libmp3lame-devel
    3.31 +libmpeg3
    3.32 +libmudflap43
    3.33 +libogg-devel
    3.34 +libpng-devel
    3.35 +libquicktime-devel
    3.36 +libraw1394-devel
    3.37 +libsndfile-devel
    3.38 +libstdc++43-devel
    3.39 +libstdc++-devel
    3.40 +libtheora-devel
    3.41 +libtiff-devel
    3.42 +libtool
    3.43 +libuuid-devel
    3.44 +libvorbis-devel
    3.45 +libx264-devel
    3.46 +libxvidcore-devel
    3.47 +Mesa-devel
    3.48 +Mesa-devel-static
    3.49 +mjpegtools-devel
    3.50 +nasm
    3.51 +OpenEXR-devel
    3.52 +x264

mercurial