]> git.pld-linux.org Git - packages/cinelerra-cv.git/commitdiff
- test with opengl disabled auto/th/cinelerra-cv-2_1-0_20061125_2
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 26 Nov 2006 16:01:14 +0000 (16:01 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cinelerra-cv.spec -> 1.3

cinelerra-cv.spec

index c8a09661a43bbced2f6a3ce2b776c900b2ff67ad..3c8bf220fc76d0153f458f1aa37b8b5a00812bb1 100644 (file)
@@ -6,7 +6,7 @@ Summary:        Cinelerra - capturing, editing and production of audio/video material
 Summary(pl):   Cinelerra - nagrywanie, obróbka i produkcja materia³u audio/video
 Name:          cinelerra-cv
 Version:       2.1
-Release:       0.%{snap}.1
+Release:       0.%{snap}.2
 License:       GPL
 Group:         X11/Applications
 # svn://svn.skolelinux.org/cinelerra/trunk/hvirtual
@@ -99,6 +99,7 @@ touch config.rpath
 %{__autoconf}
 
 %configure \
+       --disable-opengl \
 %ifarch ppc
        --enable-altivec \
 %endif
@@ -120,6 +121,8 @@ rm -rf $RPM_BUILD_ROOT
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
+install -d $RPM_BUILD_ROOT%{_libdir}/cinelerra/fonts
+
 %find_lang cinelerra
 
 %clean
@@ -136,6 +139,7 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_libdir}/cinelerra/*.so
 %{_libdir}/cinelerra/*.la
 %{_libdir}/cinelerra/shapewipe
+%{_libdir}/cinelerra/fonts
 %attr(755,root,root) %{_libdir}/lib*.so.*
 %{_desktopdir}/*.desktop
 %{_pixmapsdir}/*.*
This page took 0.044334 seconds and 4 git commands to generate.