rpms/vlc/F-11 sources,1.18,1.19 vlc.spec,1.43,1.44
NicolasChauvet
kwizart at rpmfusion.org
Wed Aug 12 12:26:02 CEST 2009
- Previous message: rpms/vlc/devel sources,1.21,1.22
- Next message: rpms/vboxgtk/devel vboxgtk-vboxgtk.desktop.in.patch, NONE,
1.1 vboxgtk-vboxpath.patch, NONE, 1.1 vboxgtk.spec, NONE,
1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Author: kwizart
Update of /cvs/free/rpms/vlc/F-11
In directory se02.es.rpmfusion.net:/tmp/cvs-serv23510
Modified Files:
sources vlc.spec
Log Message:
- Conditionalize libass until stabilized ABI.
- Update to 1.0-bugfix 20090812
Index: sources
===================================================================
RCS file: /cvs/free/rpms/vlc/F-11/sources,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- sources 28 Jul 2009 15:44:40 -0000 1.18
+++ sources 12 Aug 2009 10:26:02 -0000 1.19
@@ -1 +1,2 @@
6e299d373e7751bb36de001cdc6a2989 vlc-1.0.1.tar.bz2
+3cf4d28f13d2fe525c0df7e2460c5b8b vlc-1.0-bugfix-20090812.tar.bz2
Index: vlc.spec
===================================================================
RCS file: /cvs/free/rpms/vlc/F-11/vlc.spec,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- vlc.spec 28 Jul 2009 15:44:40 -0000 1.43
+++ vlc.spec 12 Aug 2009 10:26:02 -0000 1.44
@@ -8,7 +8,7 @@
Summary: Multi-platform MPEG, DVD, and DivX player
Name: vlc
Version: 1.0.1
-Release: 1%{?dist}
+Release: 2%{?dist}
License: GPLv2+
Group: Applications/Multimedia
URL: http://www.videolan.org
@@ -22,7 +22,7 @@
Patch2: 0002-Default-aout-for-pulse.patch
Patch3: 300_all_pic.patch
Patch4: 310_all_mmx_pic.patch
-Patch5: vlc-1.0-bugfix-bp_zip_qt4.patch
+Patch5: vlc-1.0-bugfix-20090812.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: desktop-file-utils
@@ -54,7 +54,7 @@
BuildRequires: hal-devel
BuildRequires: jack-audio-connection-kit-devel
BuildRequires: libavc1394-devel
-BuildRequires: libass-devel
+%{?_with_libass:BuildRequires: libass-devel >= 0.9.7}
BuildRequires: libcaca-devel
BuildRequires: libcddb-devel
BuildRequires: libcdio-devel >= 0.77-3
@@ -238,7 +238,7 @@
%patch3 -p1 -b .dmo_pic
sed -i.dmo_pic -e 's/fno-PIC/fPIC/' libs/loader/Makefile.in
%patch4 -p1 -b .mmx_pic
-%patch5 -p1 -b .bp5
+%patch5 -p1 -b .bf
rm modules/access/videodev2.h
@@ -292,7 +292,7 @@
--enable-tarkin \
--enable-theora \
--enable-dirac \
- --enable-libass \
+%{?_with_libass:--enable-libass} \
--enable-xcb \
--enable-svg \
--enable-snapshot \
@@ -549,6 +549,10 @@
%changelog
+* Wed Aug 12 2009 kwizart < kwizart at gmail.com > - 1.0.1-2
+- Conditionalize libass until stabilized ABI.
+- Update to 1.0-bugfix 20090812
+
* Tue Jul 28 2009 kwizart < kwizart at gmail.com > - 1.0.1-1
- Update to 1.0.1 (Final)
- Improve conditionals
- Previous message: rpms/vlc/devel sources,1.21,1.22
- Next message: rpms/vboxgtk/devel vboxgtk-vboxgtk.desktop.in.patch, NONE,
1.1 vboxgtk-vboxpath.patch, NONE, 1.1 vboxgtk.spec, NONE,
1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the rpmfusion-commits
mailing list