update to 4.7.1 [release 4.7.1-1mamba;Wed Jun 04 2014]
This commit is contained in:
parent
76dccee514
commit
e75c949077
@ -1,5 +1,5 @@
|
|||||||
Name: phonon-backend-gstreamer
|
Name: phonon-backend-gstreamer
|
||||||
Version: 4.6.3
|
Version: 4.7.1
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Gstreamer phonon backend
|
Summary: Gstreamer phonon backend
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -7,15 +7,12 @@ Vendor: openmamba
|
|||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Davide Madrisan <davide.madrisan@gmail.com>
|
Packager: Davide Madrisan <davide.madrisan@gmail.com>
|
||||||
URL: http://www.kde.org
|
URL: http://www.kde.org
|
||||||
Source: ftp://ftp.kde.org/pub/kde/stable/phonon/phonon-backend-gstreamer/%{version}/src/phonon-backend-gstreamer-%{version}.tar.xz
|
Source: ftp://ftp.kde.org/pub/kde/stable/phonon/phonon-backend-gstreamer/%{version}/phonon-backend-gstreamer-%{version}.tar.xz
|
||||||
License: LGPL
|
License: LGPL
|
||||||
BuildRequires: cmake
|
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: gst-plugins-good
|
|
||||||
BuildRequires: libalsa-devel
|
|
||||||
BuildRequires: libgcc
|
|
||||||
BuildRequires: libGL-devel
|
BuildRequires: libGL-devel
|
||||||
|
BuildRequires: libgcc
|
||||||
BuildRequires: libglib-devel
|
BuildRequires: libglib-devel
|
||||||
BuildRequires: libgst-plugins-base010-devel
|
BuildRequires: libgst-plugins-base010-devel
|
||||||
BuildRequires: libgstreamer010-devel
|
BuildRequires: libgstreamer010-devel
|
||||||
@ -23,9 +20,14 @@ BuildRequires: libphonon-devel
|
|||||||
BuildRequires: libqt4-devel
|
BuildRequires: libqt4-devel
|
||||||
BuildRequires: libstdc++6-devel
|
BuildRequires: libstdc++6-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
|
BuildRequires: cmake
|
||||||
|
BuildRequires: libphonon-devel >= 4.7
|
||||||
Provides: phonon_backend
|
Provides: phonon_backend
|
||||||
Requires: libqt4 >= %_qt4_version
|
Requires: libqt4 >= %_qt4_version
|
||||||
|
Requires: libgst-plugins-base010
|
||||||
Requires: gst-plugins-good010
|
Requires: gst-plugins-good010
|
||||||
|
Requires: gst-plugins-bad010
|
||||||
|
Requires: gst-plugins-ugly010
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -35,7 +37,9 @@ Gstreamer phonon backend.
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake_kde4 -d build
|
%cmake_kde4 -d build \
|
||||||
|
-DPHONON_BUILDSYSTEM_DIR=%{_datadir}/share/phonon/buildsystem
|
||||||
|
|
||||||
%make
|
%make
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -69,6 +73,9 @@ exit 0
|
|||||||
%doc COPYING.LIB
|
%doc COPYING.LIB
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jun 04 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 4.7.1-1mamba
|
||||||
|
- update to 4.7.1
|
||||||
|
|
||||||
* Sun Feb 03 2013 Davide Madrisan <davide.madrisan@gmail.com> 4.6.3-1mamba
|
* Sun Feb 03 2013 Davide Madrisan <davide.madrisan@gmail.com> 4.6.3-1mamba
|
||||||
- update to 4.6.3
|
- update to 4.6.3
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user