]> git.pld-linux.org Git - packages/cinelerra-cv.git/commitdiff
- rel 7 auto/th/cinelerra-cv-2_1-0_20100109_7
authorJan Rękorajski <baggins@pld-linux.org>
Wed, 12 May 2010 12:32:43 +0000 (12:32 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- fixed desktop categories

Changed files:
    cinelerra-cv-desktop.patch -> 1.1
    cinelerra-cv.spec -> 1.33

cinelerra-cv-desktop.patch [new file with mode: 0644]
cinelerra-cv.spec

diff --git a/cinelerra-cv-desktop.patch b/cinelerra-cv-desktop.patch
new file mode 100644 (file)
index 0000000..427ebf4
--- /dev/null
@@ -0,0 +1,11 @@
+--- cinelerra-cv/image/cinelerra.desktop~      2010-01-09 15:12:20.000000000 +0100
++++ cinelerra-cv/image/cinelerra.desktop       2010-05-12 14:31:55.906693310 +0200
+@@ -5,7 +5,7 @@
+ Name[fr]=Cinelerra
+ Name[es]=Cinelerra
+ Comment=Video Editor
+-Categories=Application;AudioVideo;Multimedia;
++Categories=Application;AudioVideo;Video;AudioVideoEditing;
+ Encoding=UTF-8
+ Exec=cinelerra
+ Icon=cinelerra.xpm
index 3672894784f24487950108e8e66bdd744dfc5057..48516ed46355e384455f4d4ed5adb080cac540e7 100644 (file)
@@ -2,7 +2,7 @@
 # - external libraries packages (is there any sense in that?)
 #
 %define                snap    20100109
-%define                rel             6
+%define                rel             7
 Summary:       Cinelerra - capturing, editing and production of audio/video material
 Summary(pl.UTF-8):     Cinelerra - nagrywanie, obróbka i produkcja materiału audio/video
 Name:          cinelerra-cv
@@ -15,6 +15,7 @@ Source0:      %{name}-%{snap}.tar.bz2
 # Source0-md5: e130b134a9e691ae36d2bbb117fc530b
 Patch0:                %{name}-build.patch
 Patch1:                %{name}-libpng.patch
+Patch2:                %{name}-desktop.patch
 URL:           http://cinelerra.org/
 BuildRequires: OpenEXR-devel >= 1.2.1
 BuildRequires: OpenGL-GLU-devel
@@ -99,6 +100,7 @@ Wersja społecznościowa.
 %setup -q -n %{name}
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 find -name Makefile.am | xargs %{__sed} -i -e 's#^LIBTOOL =.*##g'
 %{__sed} -i -e 's/png_check_sig((unsigned char\*)test, 8)/!png_sig_cmp((unsigned char\*)test, 0, 8)/g' cinelerra/filepng.C
This page took 0.035037 seconds and 4 git commands to generate.