Author: mmazur Date: Tue Jun 1 07:42:06 2010 GMT Module: packages Tag: HEAD ---- Log message: - up to 0.7.7.1; rel 0.2 - some things are still not working, need to figure it out
---- Files affected: packages/kdenlive: kdenlive.spec (1.23 -> 1.24) , kdenlive-autoconf26.patch (1.3 -> NONE) (REMOVED) ---- Diffs: ================================================================ Index: packages/kdenlive/kdenlive.spec diff -u packages/kdenlive/kdenlive.spec:1.23 packages/kdenlive/kdenlive.spec:1.24 --- packages/kdenlive/kdenlive.spec:1.23 Sun Feb 17 17:23:00 2008 +++ packages/kdenlive/kdenlive.spec Tue Jun 1 09:42:01 2010 @@ -4,25 +4,21 @@ Summary: KDE movie editor Summary(pl.UTF-8): Edytor filmów dla KDE Name: kdenlive -Version: 0.5 -Release: 2 +Version: 0.7.7.1 +Release: 0.2 License: GPL Group: X11/Applications/Multimedia -# http://belnet.dl.sourceforge.net/sourceforge/kdenlive/kdenlive-0.5-1.tar.gz -Source0: http://dl.sourceforge.net/kdenlive/%{name}-%{version}-1.tar.gz -# Source0-md5: dab48a0c40b29c0fe496f3bb1cb0db0e -Patch0: %{name}-autoconf26.patch +Source0: http://dl.sourceforge.net/kdenlive/%{name}-%{version}.tar.gz +# Source0-md5: ff18ee589297c1cca2c165fd4d3a4731 URL: http://kdenlive.org/ -BuildRequires: SDL-devel -BuildRequires: SDL_image-devel -BuildRequires: artsc-devel BuildRequires: automake BuildRequires: ffmpeg-devel -BuildRequires: kdelibs-devel >= 9:3.4.0 -BuildRequires: libiec61883-devel -BuildRequires: mlt++-devel >= 0.2.2-3 -BuildRequires: mlt-devel >= 0.2.4-3 +BuildRequires: kde4-kdebase-devel +BuildRequires: kde4-kdelibs-devel BuildRequires: rpmbuild(macros) >= 1.129 +BuildRequires: shared-desktop-ontologies-devel +BuildRequires: soprano-devel +BuildRequires: mlt-devel BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description @@ -52,22 +48,21 @@ %prep %setup -q -%patch0 -p1 %build -cp -f /usr/share/automake/config.* admin -kde_htmldir="%{_kdedocdir}"; export kde_htmldir -%{__make} -f Makefile.cvs -%configure +mkdir build +cd build +cmake .. -DCMAKE_INSTALL_PREFIX=/usr %{__make} %install rm -rf $RPM_BUILD_ROOT -install -d $RPM_BUILD_ROOT%{_desktopdir}/kde +cd build %{__make} install \ DESTDIR=$RPM_BUILD_ROOT +cd .. %find_lang %{name} --with-kde %clean @@ -76,11 +71,17 @@ %files -f %{name}.lang %defattr(644,root,root,755) %attr(755,root,root) %{_bindir}/%{name}* +%{_libdir}/kde4/* %{_datadir}/apps/%{name} -%{_desktopdir}/kde/%{name}.desktop -%{_datadir}/mimelnk/application/*.desktop -%{_datadir}/config.kcfg/kdenlive.kcfg +%{_datadir}/config/kdenlive* +%{_desktopdir}/kde4/%{name}.desktop +%{_datadir}/kde4/services/*.desktop +%{_datadir}/config.kcfg/kdenlivesettings.kcfg +%{_mandir}/man1/kdenlive* +%{_datadir}/pixmaps/* %{_iconsdir}/*/*/*/*.png +%{_iconsdir}/*/*/*/*.svgz +%{_datadir}/mime/packages/*.xml %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -88,6 +89,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.24 2010/06/01 07:42:01 mmazur +- up to 0.7.7.1; rel 0.2 +- some things are still not working, need to figure it out + Revision 1.23 2008/02/17 16:23:00 matkor - Release 2. BR fixed (at least working for me) mlt/mlt++ packages. ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/kdenlive/kdenlive.spec?r1=1.23&r2=1.24&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
