Author: shadzik Date: Wed May 31 23:12:21 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - new - needs testing, especially avformat support
---- 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 01:12:21 2006 +++ SPECS/mlt.spec Thu Jun 1 01:12:16 2006 @@ -0,0 +1,90 @@ +# $Revision$, $Date$ +# +# TODO: +# - bconds +# - currently avformat support is broken, the hell knows why +# +Summary: MLT +Summary(pl): MLT +Name: mlt +Version: 0.2.2 +Release: 0.1 +License: GPL +Group: X11/Applications/Multimedia +Source0: http://dl.sourceforge.net/mlt/%{name}-%{version}.tar.gz +# Source0-md5: 9d4a3d308b1314a117f692766fb15e90 +URL: http://www.dennedy.org/mlt/twiki/bin/view/MLT/WebHome +BuildRequires: SDL-devel +BuildRequires: bluefish +#BuildRequires: ffmpeg-devel +BuildRequires: libdv-devel >= 0.102 +BuildRequires: libsamplerate-devel +BuildRequires: libvorbis-devel >= 1.0.1 +BuildRequires: libxml2-devel >= 2.5 +BuildRequires: quicktime4linux-devel +BuildRequires: sox-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 + +%build +%configure \ + --disable-avformat +%{__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 ChangeLog README +%attr(755,root,root) %{_bindir}/* +%attr(755,root,root) %{_libdir}/*.so* +%{_datadir}/mlt* + +%files devel +%{_libdir}/pkgconfig/*.pc +%{_includedir}/mlt* + +%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/05/31 23:12:16 shadzik +- new +- needs testing, especially avformat support + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
