From 51ca3603f62978239e1457a4b4f26c37222e4923 Mon Sep 17 00:00:00 2001 From: Nicolas Chauvet Date: Tue, 15 Dec 2009 19:41:55 +0000 Subject: [PATCH] - Update to 1.0.4 - Drop patch2 - PulseaAudio is tried first from original sources. --- 0002-Default-aout-for-pulse.patch | 25 ------------------------- sources | 2 +- vlc.spec | 8 +++++--- 3 files changed, 6 insertions(+), 29 deletions(-) delete mode 100644 0002-Default-aout-for-pulse.patch diff --git a/0002-Default-aout-for-pulse.patch b/0002-Default-aout-for-pulse.patch deleted file mode 100644 index d217d49..0000000 --- a/0002-Default-aout-for-pulse.patch +++ /dev/null @@ -1,25 +0,0 @@ -From bba9ed13be6a4dade99360583dcc4a9eef62d1f4 Mon Sep 17 00:00:00 2001 -From: Nicolas Chauvet (kwizart) -Date: Tue, 26 May 2009 23:11:50 +0200 -Subject: [PATCH] Default aout for pulse - ---- - modules/audio_output/pulse.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) - -diff --git a/modules/audio_output/pulse.c b/modules/audio_output/pulse.c -index 86bd6dd..93b2763 100644 ---- a/modules/audio_output/pulse.c -+++ b/modules/audio_output/pulse.c -@@ -97,7 +97,7 @@ static void uninit(aout_instance_t *p_aout); - vlc_module_begin () - set_shortname( "Pulse Audio" ) - set_description( N_("Pulseaudio audio output") ) -- set_capability( "audio output", 40 ) -+ set_capability( "audio output", 200 ) - set_category( CAT_AUDIO ) - set_subcategory( SUBCAT_AUDIO_AOUT ) - add_shortcut( "pulseaudio" ) --- -1.6.0.6 - diff --git a/sources b/sources index 178303c..2639ac9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d0945c2489551c102a3f0f15e4591555 vlc-1.0.3.tar.bz2 +3a0db00380b6d5b24dc7eb73e5d8ae51 vlc-1.0.4.tar.bz2 diff --git a/vlc.spec b/vlc.spec index e045ac1..12d3b8a 100644 --- a/vlc.spec +++ b/vlc.spec @@ -7,7 +7,7 @@ Summary: Multi-platform MPEG, DVD, and DivX player Name: vlc -Version: 1.0.3 +Version: 1.0.4 Release: 1%{?dist} License: GPLv2+ Group: Applications/Multimedia @@ -19,7 +19,6 @@ Source2: http://www.live555.com/liveMedia/public/live.%{live555_date}.tar.gz Source10: vlc-handlers.schemas Patch0: vlc-trunk-default_font.patch Patch1: 0001-Default-libv4l2-to-true.patch -Patch2: 0002-Default-aout-for-pulse.patch Patch3: 300_all_pic.patch Patch4: 310_all_mmx_pic.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -224,7 +223,6 @@ JACK audio plugin for the VLC media player. %endif %patch0 -p1 -b .default_font %patch1 -p1 -b .istrue -%patch2 -p1 -b .defpa #http://trac.videolan.org/vlc/ticket/1383 %patch3 -p1 -b .dmo_pic sed -i.dmo_pic -e 's/fno-PIC/fPIC/' libs/loader/Makefile.in @@ -530,6 +528,10 @@ fi || : %changelog +* Tue Dec 15 2009 Nicolas Chauvet - 1.0.4-1 +- Update to 1.0.4 +- Drop patch2 - PulseaAudio is tried first from original sources. + * Sat Oct 31 2009 Nicolas Chauvet - 1.0.3-1 - Update to 1.0.3