]> git.pld-linux.org Git - packages/avidemux.git/commitdiff
- ver. 2.0.18
authorwrobell <wrobell@pld-linux.org>
Thu, 6 Nov 2003 13:41:50 +0000 (13:41 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    avidemux.spec -> 1.16

avidemux.spec

index 72001ce5bc1388e99d7bdd54f05689cffe93adfb..5afd65fa4c924d55b2563ffad7d05fdd9c8655c7 100644 (file)
@@ -1,16 +1,14 @@
 Summary:       A small audio/video editing software for Linux
 Summary(pl):   Ma³y edytor audio/wideo dla Linuksa
 Name:          avidemux
-Version:       2.0.16
-Release:       0.1
+Version:       2.0.18
+Release:       1
 License:       GPL
 Group:         X11/Applications/Multimedia
 Source0:       http://fixounet.free.fr/%{name}/%{name}-%{version}.tar.gz
-# Source0-md5: 89e4ac8f832328e8761a7c3035d4d4bc
+# Source0-md5: 5236a00d4a56b25df2c5f28fa8a40ce8
 URL:           http://fixounet.free.fr/avidemux/
-Patch0:                %{name}-lameh.patch
 BuildRequires: a52dec-libs-devel
-#BuildRequires:        divx4linux-devel
 BuildRequires: esound-devel
 BuildRequires: gtk+2-devel
 BuildRequires: pkgconfig
@@ -34,14 +32,8 @@ Ma
 
 %prep
 %setup -q
-#%patch0 -p1
 
 %build
-#CPPFLAGS="-I/usr/include/divx -I/usr/include/libmpeg3"
-
-# dirty hack, so we are avoiding ac/am madness
-echo timestamp > stamp-h.in
-
 %configure
 %{__make}
 
@@ -52,10 +44,12 @@ install -d $RPM_BUILD_ROOT
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
+%find_lang %{name}
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%files
+%files -f %{name}.lang
 %defattr(644,root,root,755)
 %doc README AUTHORS TODO
 %attr(755,root,root) %{_bindir}/*
This page took 0.037359 seconds and 4 git commands to generate.