]> git.pld-linux.org Git - packages/avidemux.git/commitdiff
- based on template
authorwrobell <wrobell@pld-linux.org>
Thu, 13 Jun 2002 13:35:27 +0000 (13:35 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    avidemux.spec -> 1.1

avidemux.spec [new file with mode: 0644]

diff --git a/avidemux.spec b/avidemux.spec
new file mode 100644 (file)
index 0000000..5fcab88
--- /dev/null
@@ -0,0 +1,55 @@
+Summary:       A small audio/video editing software for Linux
+Summary(pl):   Ma³y audio/video edytor dla Linuxa
+Name:          avidemux
+Version:       0.9pre5
+Release:       1
+License:       GPL
+Group:         X11/Applications/Multimedia
+Source0:       http://fixounet.free.fr/%{name}/%{name}-%{version}.tgz
+URL:           http://fixounet.free.fr/%{name}/
+Patch0:                %{name}-lameh.patch
+BuildRequires: a52dec-libs-devel
+BuildRequires: divx4linux-devel
+BuildRequires: esound-devel
+BuildRequires: gtk+-devel
+BuildRequires: lame-libs-devel
+BuildRequires: libmpeg3-devel
+BuildRequires: libvorbis-devel
+BuildRequires: mad-devel
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define                _prefix         /usr/X11R6
+%define                _mandir         %{_prefix}/man
+
+%description
+A small audio/video editing software for Linux
+
+%description -l pl
+Ma³y audio/video edytor dla Linuxa.
+
+%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
+
+%configure2_13
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT
+
+%{__make} install DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README AUTHORS TODO
+%attr(755,root,root) %{_bindir}/*
This page took 0.049682 seconds and 4 git commands to generate.