Author: shadzik Date: Fri Apr 28 18:09:00 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - up to 0.8.7 - build fixes - remove buggy scripts - added german description
---- Files affected: SPECS: kavi2svcd.spec (1.3 -> 1.4) ---- Diffs: ================================================================ Index: SPECS/kavi2svcd.spec diff -u SPECS/kavi2svcd.spec:1.3 SPECS/kavi2svcd.spec:1.4 --- SPECS/kavi2svcd.spec:1.3 Wed Oct 12 01:50:31 2005 +++ SPECS/kavi2svcd.spec Fri Apr 28 20:08:55 2006 @@ -1,13 +1,14 @@ # $Revision$, $Date$ Summary: kavi2svcd - a GUI for generating MPEG files from an AVI file +Summary(de): kavi2svcd - ein GUI zum generieren MPEGs aus AVI Dateien Summary(pl): kavi2svcd - GUI do generowania plików MPEG z plików AVI Name: kavi2svcd -Version: 0.8.5 +Version: 0.8.7 Release: 1 License: GPL v2 Group: X11/Applications/Multimedia Source0: http://dl.sourceforge.net/kavi2svcd/%{name}-%{version}.tar.gz -# Source0-md5: cbe04045102b4991e8e1bd33e2f05468 +# Source0-md5: df37bd19fcbb85c4aa58680c1ab3e445 URL: http://www.cornelinux.de/web/linux/kavi2svcd/index-english.html BuildRequires: autoconf BuildRequires: automake @@ -27,6 +28,14 @@ mpa files, multiplex the MPEG file, generate cue and bin files, and allows the generated command lines to be edited before executing them. +%description -l de +kavi2svcd ist ein GUI dass transcode und mplex benutzt um MPEGs aus +AVI Dateien zu generieren. Es generiert dann ein VideoCDbild mittels +vcdimager und brennt es mit Hilfe von cdrdao auf eine CD. Es kann m1v, +m2v und mpa Dateien erstellen, MPEGs verflechten, cue und bin Dateien +generieren und erlaubt es generierte Befehlslinien zu editiren bevor +sie ausgeführt werden. + %description -l pl kavi2svcd to GUI do generowania plików MPEG z plików AVI przy użyciu narzędzi transcode i mplex. Generuje także obrazy Video CD przy użyciu @@ -36,10 +45,10 @@ ich wykonaniem. %prep -%setup -q +%setup -q -n %{name} %build -%configure +%configure \ %if "%{_lib}" == "lib64" --enable-libsuffix=64 \ %endif @@ -54,6 +63,10 @@ DESTDIR=$RPM_BUILD_ROOT\ kde_htmldir=%{_kdedocdir} +# buggy scripts that don't need to be in the package +rm -f $RPM_BUILD_ROOT%{_bindir}/kavi2svcd-script +rm -r $RPM_BUILD_ROOT%{_prefix}/local/bin/restlosKillTranscode + %find_lang %{name} --with-kde %clean @@ -70,6 +83,12 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.4 2006/04/28 18:08:55 shadzik +- up to 0.8.7 +- build fixes +- remove buggy scripts +- added german description + Revision 1.3 2005/10/11 23:50:31 charles - rel. 1 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/kavi2svcd.spec?r1=1.3&r2=1.4&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
