]> git.pld-linux.org Git - packages/vlc.git/commitdiff
- rel 2; fix tremor linking auto/th/vlc-2.2.0-2
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 3 Mar 2015 13:20:43 +0000 (14:20 +0100)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 3 Mar 2015 13:20:43 +0000 (14:20 +0100)
vlc-tremor.patch [new file with mode: 0644]
vlc.spec

diff --git a/vlc-tremor.patch b/vlc-tremor.patch
new file mode 100644 (file)
index 0000000..4383879
--- /dev/null
@@ -0,0 +1,11 @@
+--- vlc-2.2.0/modules/codec/Makefile.am~       2015-02-26 21:11:26.000000000 +0100
++++ vlc-2.2.0/modules/codec/Makefile.am        2015-03-03 14:14:01.553414900 +0100
+@@ -234,7 +234,7 @@
+ libtremor_plugin_la_SOURCES = codec/vorbis.c
+ libtremor_plugin_la_CPPFLAGS = $(AM_CPPFLAGS) -DMODULE_NAME_IS_tremor
+ libtremor_plugin_la_LDFLAGS = $(AM_LDFLAGS) -rpath '$(codecdir)'
+-libtremor_plugin_la_LIBADD = -lvorbisdec -logg
++libtremor_plugin_la_LIBADD = -lvorbisidec -logg
+ EXTRA_LTLIBRARIES += libtremor_plugin.la
+ codec_LTLIBRARIES += $(LTLIBtremor)
index c5d5f63e9bd8a960ed84d61642a84e77941b6ad8..94ab12cbba78197c83f107637bdd973bf5dd22ba 100644 (file)
--- a/vlc.spec
+++ b/vlc.spec
@@ -57,13 +57,13 @@ Summary:    VLC - a multimedia player and stream server
 Summary(pl.UTF-8):     VLC - odtwarzacz multimedialny oraz serwer strumieni
 Name:          vlc
 Version:       2.2.0
-Release:       1
+Release:       2
 License:       GPL v2+
 Group:         X11/Applications/Multimedia
 Source0:       http://download.videolan.org/pub/videolan/vlc/%{version}/%{name}-%{version}.tar.xz
 # Source0-md5: faeceb614bf3946e5f90ef0d1f51db45
 Patch0:                %{name}-buildflags.patch
-
+Patch1:                %{name}-tremor.patch
 Patch2:                %{name}-system-minizip.patch
 Patch3:                xmas-sucks.patch
 
@@ -315,7 +315,7 @@ Akcje klienta VLC dla Solid.
 %prep
 %setup -q
 %patch0 -p1
-
+%patch1 -p1
 %patch2 -p1
 %if %{without xmas}
 %patch3 -p1
This page took 0.050296 seconds and 4 git commands to generate.