SPECS: fftv.spec - up to 0.8.2
blekot
blekot at pld-linux.org
Thu Aug 4 10:22:18 CEST 2005
Author: blekot Date: Thu Aug 4 08:22:18 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- up to 0.8.2
---- Files affected:
SPECS:
fftv.spec (1.6 -> 1.7)
---- Diffs:
================================================================
Index: SPECS/fftv.spec
diff -u SPECS/fftv.spec:1.6 SPECS/fftv.spec:1.7
--- SPECS/fftv.spec:1.6 Sun Mar 13 11:39:38 2005
+++ SPECS/fftv.spec Thu Aug 4 10:22:13 2005
@@ -5,17 +5,20 @@
Summary: GNOME TV viewer
Summary(pl): Program do oglądania TV dla GNOME
Name: fftv
-Version: 0.6.0
+Version: 0.8.2
Release: 1
License: GPL
Group: X11/Applications/Multimedia
Source0: http://dl.sourceforge.net/fftv/%{name}-%{version}.tar.bz2
-# Source0-md5: 1703c5f37f1512d1c0c81a22b4caffc6
-Patch0: %{name}-pkg.patch
+# Source0-md5: 07749106e864fcf549e199d5a347f95a
+#Patch0: %{name}-pkg.patch
+#cvs server: nothing known about fftv-pkg.patch
URL: http://fftv.sourceforge.net/
BuildRequires: SDL-devel
+BuildRequires: faac-devel
BuildRequires: freetype-devel
BuildRequires: gtk+2-devel
+BuildRequires: lame-libs-devel
BuildRequires: libvorbis-devel
BuildRequires: zlib-devel
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -35,18 +38,29 @@
%prep
%setup -q
-%patch0 -p1
+#%patch0 -p1
%build
-%configure
+%configure \
+ --enable-mp3lame \
+ --enable-vorbis \
+ --enable-faad \
+ --enable-faadbin \
+ --enable-faac \
+ --enable-a52 \
+ --enable-pp \
+ --enable-gpl
+
%{__make} \
CC="%{__cc}"
%install
rm -rf $RPM_BUILD_ROOT
-%{__make} install \
- DESTDIR=$RPM_BUILD_ROOT
+%makeinstall \
+ DESTDIR=$RPM_BUILD_ROOT \
+ prefix=$RPM_BUILD_ROOT%{_prefix} \
+ MANDIR=$RPM_BUILD_ROOT%{_mandir}
%clean
rm -rf $RPM_BUILD_ROOT
@@ -54,6 +68,13 @@
%files
%defattr(644,root,root,755)
%attr(755,root,root) %{_bindir}/*
+%{_iconsdir}/%{name}
+%{_iconsdir}/%{name}.png
+%{_libdir}/%{name}
+%{_libdir}/menu/*
+%{_libdir}/vhook/*.so
+%{_mandir}/man1/*.1.*
+
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
@@ -61,6 +82,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.7 2005/08/04 08:22:13 blekot
+- up to 0.8.2
+
Revision 1.6 2005/03/13 10:39:38 paszczus
- reverted
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/fftv.spec?r1=1.6&r2=1.7&f=u
More information about the pld-cvs-commit
mailing list