]> git.pld-linux.org Git - packages/kdenlive.git/commitdiff
- Version: 0.8
authorJacek Konieczny <jajcus@pld-linux.org>
Mon, 26 Sep 2011 12:18:22 +0000 (12:18 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    kdenlive.spec -> 1.29

kdenlive.spec

index 777af31c6f9864488a2132663f0c13bf14fd0785..3b376459590f7eaa1ea68d23959ff8f12f35796a 100644 (file)
@@ -1,14 +1,16 @@
 # TODO:
-# - Still fails with Failed to load plugin: /usr/share/mlt/modules/libmltavformat.so: undefined symbol: img_convert
+# - Doesn't work. Fails with nonsense 'MLT's SDL module not found'
+#   (http://www.kdenlive.org/mantis/view.php?id=913 and googling around does
+#   not help)
 Summary:       KDE movie editor
 Summary(pl.UTF-8):     Edytor filmów dla KDE
 Name:          kdenlive
-Version:       0.7.8
-Release:       2
+Version:       0.8
+Release:       0.1
 License:       GPL
 Group:         X11/Applications/Multimedia
 Source0:       http://downloads.sourceforge.net/kdenlive/%{name}-%{version}.tar.gz
-# Source0-md5: 7011d0c6b26f7f2350065defef3d9a76
+# Source0-md5: 26170b4360285e8a7bf53fd122d8854e
 URL:           http://kdenlive.org/
 BuildRequires: automoc4
 BuildRequires: cmake
@@ -16,6 +18,7 @@ BuildRequires:        gettext-devel
 BuildRequires: kde4-kdelibs-devel
 BuildRequires: mlt-devel
 BuildRequires: pkgconfig
+BuildRequires: qjson-devel >= 0.5
 BuildRequires: qt4-build
 BuildRequires: qt4-qmake
 BuildRequires: rpmbuild(macros) >= 1.129
@@ -68,9 +71,11 @@ cd build
        DESTDIR=$RPM_BUILD_ROOT
 
 cd ..
-mv $RPM_BUILD_ROOT%{_datadir}/locale/zh $RPM_BUILD_ROOT%{_datadir}/locale/zh_CN
+rm -rf $RPM_BUILD_ROOT%{_datadir}/locale/zh
 %find_lang %{name} --with-kde
 
+rm -rf $RPM_BUILD_ROOT%{_datadir}/menu
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
This page took 0.268167 seconds and 4 git commands to generate.