[packages/vlc] - rel 2; fix tremor linking

arekm arekm at pld-linux.org
Tue Mar 3 14:20:51 CET 2015


commit 615167b221b18ec7e76f2e87b61d71d96a7e4f7f
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Tue Mar 3 14:20:43 2015 +0100

    - rel 2; fix tremor linking

 vlc-tremor.patch | 11 +++++++++++
 vlc.spec         |  6 +++---
 2 files changed, 14 insertions(+), 3 deletions(-)
---
diff --git a/vlc.spec b/vlc.spec
index c5d5f63..94ab12c 100644
--- 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
diff --git a/vlc-tremor.patch b/vlc-tremor.patch
new file mode 100644
index 0000000..4383879
--- /dev/null
+++ b/vlc-tremor.patch
@@ -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)
+ 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/vlc.git/commitdiff/615167b221b18ec7e76f2e87b61d71d96a7e4f7f



More information about the pld-cvs-commit mailing list