|
|
@ -1,15 +1,18 @@
|
|
|
|
%define svn 20080614svn820634
|
|
|
|
#define svn 20080614svn820634
|
|
|
|
|
|
|
|
%define beta 4.1.83
|
|
|
|
|
|
|
|
%define beta_tag beta2
|
|
|
|
|
|
|
|
|
|
|
|
Summary: Multimedia framework api
|
|
|
|
Summary: Multimedia framework api
|
|
|
|
Name: phonon
|
|
|
|
Name: phonon
|
|
|
|
Version: 4.2
|
|
|
|
Version: 4.2
|
|
|
|
Release: 0.1.%{svn}%{?dist}
|
|
|
|
Release: 0.2.%{?beta_tag}%{?dist}
|
|
|
|
|
|
|
|
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
License: LGPLv2+
|
|
|
|
License: LGPLv2+
|
|
|
|
URL: http://phonon.kde.org/
|
|
|
|
URL: http://phonon.kde.org/
|
|
|
|
# checked out from svn://anonsvn.kde.org/home/kde/branches/phonon/4.2
|
|
|
|
# checked out from svn://anonsvn.kde.org/home/kde/branches/phonon/4.2
|
|
|
|
Source0: %{name}-%{version}-%{svn}.tar.bz2
|
|
|
|
#Source0: %{name}-%{version}-%{svn}.tar.bz2
|
|
|
|
|
|
|
|
Source0: ftp://ftp.kde.org/pub/kde/unstable/4.0.83/support/phonon-%{beta}.tar.bz2
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
|
|
|
|
|
|
|
|
# patch needed for F-9/cmake-2.4
|
|
|
|
# patch needed for F-9/cmake-2.4
|
|
|
@ -43,7 +46,7 @@ Requires: pkgconfig
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
%setup -q -n phonon-%{beta}
|
|
|
|
|
|
|
|
|
|
|
|
# unconditionly apply this, should cause no harm. We'll sort this out upstream soonish
|
|
|
|
# unconditionly apply this, should cause no harm. We'll sort this out upstream soonish
|
|
|
|
%patch1 -p1 -b .automoc_libsuffix
|
|
|
|
%patch1 -p1 -b .automoc_libsuffix
|
|
|
@ -96,6 +99,9 @@ rm -rf %{buildroot}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Fri Jun 20 2008 Rex Dieter <rdieter@fedoraproject.org> 4.2-0.2.beta2
|
|
|
|
|
|
|
|
- phonon 4.2beta2 (aka 4.1.83)
|
|
|
|
|
|
|
|
|
|
|
|
* Sat Jun 14 2008 Rex Dieter <rdieter@fedoraproject.org> 4.2-0.1.20080614svn820634
|
|
|
|
* Sat Jun 14 2008 Rex Dieter <rdieter@fedoraproject.org> 4.2-0.1.20080614svn820634
|
|
|
|
- first try
|
|
|
|
- first try
|
|
|
|
|
|
|
|
|
|
|
|