packages: mp4v2/mp4v2.spec (NEW) - init

arvenil arvenil at pld-linux.org
Sun May 30 03:56:01 CEST 2010


Author: arvenil                      Date: Sun May 30 01:56:01 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- init

---- Files affected:
packages/mp4v2:
   mp4v2.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/mp4v2/mp4v2.spec
diff -u /dev/null packages/mp4v2/mp4v2.spec:1.1
--- /dev/null	Sun May 30 03:56:01 2010
+++ packages/mp4v2/mp4v2.spec	Sun May 30 03:55:55 2010
@@ -0,0 +1,89 @@
+# $Revision$, $Date$
+Summary:	MP4v2 library provides api for creation and modification of MP4 files
+Name:		mp4v2
+Version:	1.9.1
+Release:	0.1
+License:	MPL v1.1
+Group:		Libraries
+Source0:	http://mp4v2.googlecode.com/files/%{name}-%{version}.tar.bz2
+# Source0-md5:	986701929ef15b03155ac4fb16444797
+URL:		http://code.google.com/p/mp4v2/
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+The MP4v2 library provides an API to create and modify mp4 files as
+defined by ISO-IEC:14496-1:2001 MPEG-4 Systems. This file format is
+derived from Apple's QuickTime file format that has been used as a
+multimedia file format in a variety of platforms and applications. It
+is a very powerful and extensible format that can accomodate
+practically any type of media.
+
+%package devel
+Summary:	Header files for MP4v2
+Group:		Development/Libraries
+Requires:	%{name} = %{version}-%{release}
+
+%description devel
+Header files for MP4v2.
+
+%package static
+Summary:	Static MP4v2 library
+Group:		Development/Libraries
+Requires:	%{name}-devel = %{version}-%{release}
+
+%description static
+This package contains static version of MP4v2.
+
+%prep
+%setup -q
+
+%build
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post   -p /sbin/ldconfig
+%postun -p /sbin/ldconfig
+
+%files
+%defattr(644,root,root,755)
+%doc doc/*.txt
+%attr(755,root,root) %{_bindir}/mp4track
+%attr(755,root,root) %{_bindir}/mp4extract
+%attr(755,root,root) %{_bindir}/mp4trackdump
+%attr(755,root,root) %{_bindir}/mp4art
+%attr(755,root,root) %{_bindir}/mp4tags
+%attr(755,root,root) %{_bindir}/mp4subtitle
+%attr(755,root,root) %{_bindir}/mp4chaps
+%attr(755,root,root) %{_bindir}/mp4info
+%attr(755,root,root) %{_bindir}/mp4file
+%attr(755,root,root) %{_libdir}/libmp4v2.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libmp4v2.so.?
+%{_mandir}/man1/*
+
+%files devel
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/libmp4v2.so
+%{_includedir}/mp4v2
+
+%files static
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/libmp4v2.a
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2010/05/30 01:55:55  arvenil
+- init
+
================================================================


More information about the pld-cvs-commit mailing list