Author: rdieter
Update of /cvs/free/rpms/phonon-backend-vlc/F-14
In directory se02.es.rpmfusion.net:/tmp/cvs-serv25703
Modified Files:
.cvsignore phonon-backend-vlc.spec sources
Log Message:
sync w/devel
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/phonon-backend-vlc/F-14/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore 29 Sep 2010 14:14:30 -0000 1.2
+++ .cvsignore 26 Apr 2011 17:15:25 -0000 1.3
@@ -1 +1 @@
-phonon-backend-vlc-0.2.0.tar.gz
+phonon-backend-vlc-0.4.0.tar.bz2
Index: phonon-backend-vlc.spec
===================================================================
RCS file: /cvs/free/rpms/phonon-backend-vlc/F-14/phonon-backend-vlc.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- phonon-backend-vlc.spec 29 Sep 2010 14:14:30 -0000 1.1
+++ phonon-backend-vlc.spec 26 Apr 2011 17:15:25 -0000 1.2
@@ -1,29 +1,30 @@
-#define snap 20100701
-
name: phonon-backend-vlc
Summary: VLC phonon backend
-Version: 0.2.0
-Release: 2%{?dist}
+Version: 0.4.0
+Release: 1%{?dist}
Group: Applications/Multimedia
License: LGPLv2+
URL:
http://phonon.kde.org/
-Source0:
ftp://ftp.kde.org/pub/kde/stable/phonon-backend-vlc/%{version}/src/phonon...
-#git clone
git://gitorious.org/phonon/phonon-vlc.git
-# git archive --prefix=phonon-backend-vlc-0.2.0/ master | bzip2 >
phonon-vlc-0.2-%{snap}.tar.bz2
-#Source0: phonon-vlc-%{version}-%{snap}.tar.bz2
+%if 0%{?snap}
+# git clone
git://gitorious.org/phonon/phonon-vlc.git
+# git archive --prefix=phonon-backend-vlc-%{version}/ master | bzip2 >
phonon-vlc-%{version}-%{snap}.tar.bz2
+Source0: phonon-vlc-%{version}-%{snap}.tar.bz2
+%else
+Source0:
ftp://ftp.kde.org/pub/kde/stable/phonon/phonon-backend-vlc/%{version}/src...
+%endif
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: automoc4 >= 0.9.86
BuildRequires: cmake >= 2.6.0
-BuildRequires: phonon-devel >= 4.4.2
+BuildRequires: phonon-devel >= 4.5.0
BuildRequires: kde-filesystem
BuildRequires: libxcb-devel
BuildRequires: libxml2-devel
BuildRequires: qt4-devel
BuildRequires: vlc-devel >= 1.1.1
-%global phonon_ver %(pkg-config --modversion phonon 2>/dev/null || echo 4.4.0)
+%global phonon_ver %(pkg-config --modversion phonon 2>/dev/null || echo 4.5.0)
%global vlc_ver %(pkg-config --modversion libvlc 2>/dev/null || echo 1.1.0)
Provides: phonon-backend%{?_isa} = %{phonon_ver}
@@ -71,6 +72,15 @@
%changelog
+* Tue Apr 26 2011 Rex Dieter <rdieter(a)fedoraproject.org> - 0.4.0-1
+- 0.4.0
+
+* Wed Dec 01 2010 Rex Dieter <rdieter(a)fedoraproject.org> - 0.3.1-1
+- 0.3.1
+
+* Tue Nov 30 2010 Rex Dieter <rdieter(a)fedoraproject.org> - 0.3.0-1
+- 0.3.0
+
* Sat Sep 11 2010 Rex Dieter <rdieter(a)fedoraproject.org> - 0.2.0-2
- %%doc AUTHORS COPYING.LIB
- drop BR: pkgconfig
Index: sources
===================================================================
RCS file: /cvs/free/rpms/phonon-backend-vlc/F-14/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources 29 Sep 2010 14:14:30 -0000 1.2
+++ sources 26 Apr 2011 17:15:25 -0000 1.3
@@ -1 +1 @@
-33a1ca367989e306507ea633c99b8df5 phonon-backend-vlc-0.2.0.tar.gz
+e6ef8c5b54a49610d4dad67754392420 phonon-backend-vlc-0.4.0.tar.bz2