SPECS: mlt++.spec (NEW) - new

shadzik shadzik at pld-linux.org
Thu Jun 1 02:04:17 CEST 2006


Author: shadzik                      Date: Thu Jun  1 00:04:17 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

---- Files affected:
SPECS:
   mlt++.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/mlt++.spec
diff -u /dev/null SPECS/mlt++.spec:1.1
--- /dev/null	Thu Jun  1 02:04:17 2006
+++ SPECS/mlt++.spec	Thu Jun  1 02:04:12 2006
@@ -0,0 +1,76 @@
+# $Revision$, $Date$
+#
+%define		_snap	20060601
+Summary:	MLT++
+Summary(pl):	MLT++
+Name:		mlt++
+Version:	0.2.2
+Release:	0.%{_snap}.1
+License:	GPL
+Group:		X11/Applications/Multimedia
+Source0:	%{name}-%{_snap}.tar.gz
+# Source0-md5:	06ad73cbc6f8ce4a076b86fb83cca0eb
+URL:		http://www.dennedy.org/mlt/twiki/bin/view/MLT/WebHome
+BuildRequires:	mlt-devel
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+MLT is an open source multimedia framework, designed and developed for
+television broadcasting. It provides a toolkit for broadcasters, video
+editors, media players, transcoders, web streamers and many more types
+of applications. The functionality of the system is provided via an
+assortment of ready to use tools, xml authoring components, and an
+extendible plug-in based API.
+
+#%description -l pl
+
+%package devel
+Summary:	Header files for MLT++
+Summary(pl):	Pliki nagłówkowe dla MLT++
+Group:		Development/Libraries
+
+%description devel
+Header files for MLT++
+
+#%description devel -l pl
+
+%prep
+%setup -q -n %{name}
+
+%build
+%configure
+%{__make}
+	CFLAGS="%{rpmcflags}" \
+	LDFLAGS="%{rpmldflags}"
+
+%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 README
+%attr(755,root,root) %{_libdir}/*.so*
+
+%files devel
+%defattr(644,root,root,755)
+%{_includedir}/mlt++*
+
+%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  2006/06/01 00:04:12  shadzik
+- new
+
+
================================================================


More information about the pld-cvs-commit mailing list