Author: charles Date: Wed Feb 15 21:52:08 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - new
---- Files affected: SPECS: vamps.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/vamps.spec diff -u /dev/null SPECS/vamps.spec:1.1 --- /dev/null Wed Feb 15 22:52:08 2006 +++ SPECS/vamps.spec Wed Feb 15 22:52:02 2006 @@ -0,0 +1,53 @@ +# $Revision$, $Date$ +Summary: Tool to recompress and modify the structure of a DVD +Name: vamps +Version: 0.98 +Release: 0.1 +License: GPL v2 +Group: Applications +Source0: http://dl.sourceforge.net/vamps/%{name}-%{version}.tar.gz +# Source0-md5: 70f63e007a9cd314548efee2d48f1c85 +Patch0: %{name}-stdint.patch +URL: http://vamps.sourceforge.net/ +BuildRequires: libdvdread-devel +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +Vamps reduces the size of DVD compliant MPEG2 program streams by +selectively copying audio and subpicture tracks and by resizing the +embedded elementary video stream. The shrink factor may be either +specified for the video elementary stream only or for the video ES +only or for the full PS. + +%prep +%setup -q +%patch0 -p1 + +%build +%{__make} \ + CC="%{__cc}" \ + CFLAGS="%{rpmcflags} -fomit-frame-pointer -DHAVE_BUILTIN_EXPECT" + +%install +rm -rf $RPM_BUILD_ROOT +install -d $RPM_BUILD_ROOT%{_bindir} + +install vamps/vamps $RPM_BUILD_ROOT%{_bindir} +install play_cell/play_cell $RPM_BUILD_ROOT%{_bindir} + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%attr(755,root,root) %{_bindir}/* + +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) +%changelog +* %{date} PLD Team <[EMAIL PROTECTED]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + +$Log$ +Revision 1.1 2006/02/15 21:52:02 charles +- new + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
