Author: rdieter
Update of /cvs/free/rpms/phonon-backend-vlc/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv19729
Modified Files:
.cvsignore phonon-backend-vlc.spec sources
Log Message:
* Mon Dec 12 2011 Rex Dieter <rdieter(a)fedoraproject.org> 0.5.0-0.1.20111212git
- 20111212 (master branch) snapshot
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/phonon-backend-vlc/devel/.cvsignore,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- .cvsignore 21 Oct 2011 21:03:20 -0000 1.7
+++ .cvsignore 12 Dec 2011 15:18:01 -0000 1.8
@@ -1,2 +1 @@
-phonon-backend-vlc-0.4.1.tar.xz
-phonon-vlc-0.4.55-20111021.tar.xz
+phonon-backend-vlc-0.5.0-20111212.tar.bz2
Index: phonon-backend-vlc.spec
===================================================================
RCS file: /cvs/free/rpms/phonon-backend-vlc/devel/phonon-backend-vlc.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- phonon-backend-vlc.spec 21 Oct 2011 21:16:29 -0000 1.10
+++ phonon-backend-vlc.spec 12 Dec 2011 15:18:01 -0000 1.11
@@ -1,17 +1,17 @@
-%define snap 20111021
+%define snap 20111212
name: phonon-backend-vlc
Summary: VLC phonon backend
-Version: 0.4.55
-Release: 0.1.%{snap}%{?dist}
+Version: 0.5.0
+Release: 0.1.%{snap}git%{?dist}
Group: Applications/Multimedia
License: LGPLv2+
URL:
http://phonon.kde.org/
%if 0%{?snap}
# git clone
git://anongit.kde.org/phonon-vlc
-# git archive --prefix=phonon-backend-vlc-%{version}/ master | xz >
phonon-vlc-%{version}-%{snap}.tar.xz
-Source0: phonon-vlc-%{version}-%{snap}.tar.xz
+# git archive --prefix=phonon-backend-vlc-%{version}/ master | bzip -9 >
phonon-vlc-%{version}-%{snap}.tar.bz2
+Source0: phonon-backend-vlc-%{version}-%{snap}.tar.bz2
%else
Source0:
ftp://ftp.kde.org/pub/kde/stable/phonon/phonon-backend-vlc/%{version}/pho...
%endif
@@ -20,20 +20,20 @@
BuildRequires: automoc4 >= 0.9.86
BuildRequires: cmake >= 2.6.0
BuildRequires: kde-filesystem
-BuildRequires: pkgconfig(libvlc) >= 1.1.1
+BuildRequires: pkgconfig(libvlc) >= 1.1.10
BuildRequires: pkgconfig(libxml-2.0)
BuildRequires: pkgconfig(phonon) >= 4.5.50
BuildRequires: pkgconfig(QtCore) pkgconfig(QtGui)
BuildRequires: pkgconfig(xcb)
%global phonon_ver %(pkg-config --modversion phonon 2>/dev/null || echo 4.5.50)
-%global vlc_ver %(pkg-config --modversion libvlc 2>/dev/null || echo 1.1.0)
+%global vlc_ver %(pkg-config --modversion libvlc 2>/dev/null || echo 1.1.10)
Provides: phonon-backend%{?_isa} = %{phonon_ver}
Requires: vlc-core%{?_isa} >= %{vlc_ver}
Requires: phonon%{?_isa} >= %{phonon_ver}
-Requires: qt4%{?_isa} >= %{_qt4_version}
+%{?_qt4:Requires: qt4%{?_isa} >= %{_qt4_version}}
%description
@@ -74,6 +74,9 @@
%changelog
+* Mon Dec 12 2011 Rex Dieter <rdieter(a)fedoraproject.org> 0.5.0-0.1.20111212git
+- 20111212 (master branch) snapshot
+
* Fri Oct 21 2011 Rex Dieter <rdieter(a)fedoraproject.org> 0.4.55-0.1.20111021
- 20111021 snapshot
- pkgconfig-style deps
Index: sources
===================================================================
RCS file: /cvs/free/rpms/phonon-backend-vlc/devel/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- sources 21 Oct 2011 21:03:21 -0000 1.7
+++ sources 12 Dec 2011 15:18:01 -0000 1.8
@@ -1,2 +1 @@
-3adc566c8b24fb2374697b8b14309d26 phonon-backend-vlc-0.4.1.tar.xz
-204b0ed1f4fdee290b09e5b715bfb4a4 phonon-vlc-0.4.55-20111021.tar.xz
+36e7c5573351eadfe224729b7df0cf22 phonon-backend-vlc-0.5.0-20111212.tar.bz2