Author: shadzik Date: Fri Jan 21 20:11:05 2011 GMT Module: packages Tag: HEAD ---- Log message: - initial - ver 4.4.4 - won't install - probably due wrong build - rel 0.1
---- Files affected: packages/phonon-backend-directshow: phonon-backend-directshow.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/phonon-backend-directshow/phonon-backend-directshow.spec diff -u /dev/null packages/phonon-backend-directshow/phonon-backend-directshow.spec:1.1 --- /dev/null Fri Jan 21 21:11:06 2011 +++ packages/phonon-backend-directshow/phonon-backend-directshow.spec Fri Jan 21 21:11:00 2011 @@ -0,0 +1,69 @@ +# $Revision$, $Date$ +%define qtver 4.7.1 +%define kdever 4.5.5 + +Summary: DirectShow backend for Phonon +Summary(pl.UTF-8): Wtyczka DirectShow dla Phonona +Name: phonon-backend-directshow +Version: 4.4.4 +Release: 0.1 +License: LGPL 2.1 +Group: Libraries +Source0: ftp://ftp.kde.org/pub/kde/stable/phonon/%{name}/%{version}/src/%{name}-%{version}.tar.bz2 +# Source0-md5: 5d1da5927a5b37f47d0616a10aa9b9fa +#URL: http:// +BuildRequires: automoc4 >= 0.9.88 +BuildRequires: cmake >= 2.8.0 +BuildRequires: kde4-kdebase-workspace-devel >= %{kdever} +BuildRequires: kde4-kdelibs-devel >= %{kdever} +BuildRequires: phonon-devel >= 4.4.4 +BuildRequires: qt4-build >= %{qtver} +BuildRequires: qt4-qmake >= %{qtver} +BuildRequires: rpmbuild(macros) >= 1.600 +Provides: qt4-phonon-backend = %{version} +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +DirectShow backend for Phonon. + +%description -l pl.UTF-8 +Wtyczka DirectShow dla Phonona. + +%prep +%setup -q + +%build +install -d build +cd build +%cmake \ + ../ + +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT + +%{__make} -C build install \ + DESTDIR=$RPM_BUILD_ROOT + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%attr(755,root,root) %{_libdir}/kde4/plugins/phonon_backend/phonon_directshow.so +%{_datadir}/kde4/services/phononbackends/directshow.desktop + +%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 2011/01/21 20:11:00 shadzik +- initial +- ver 4.4.4 +- won't install - probably due wrong build +- rel 0.1 + + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
