packages: vlc/vlc.spec - properly enable live555 plugin
arekm
arekm at pld-linux.org
Sat Jul 18 13:01:23 CEST 2009
Author: arekm Date: Sat Jul 18 11:01:23 2009 GMT
Module: packages Tag: HEAD
---- Log message:
- properly enable live555 plugin
---- Files affected:
packages/vlc:
vlc.spec (1.191 -> 1.192)
---- Diffs:
================================================================
Index: packages/vlc/vlc.spec
diff -u packages/vlc/vlc.spec:1.191 packages/vlc/vlc.spec:1.192
--- packages/vlc/vlc.spec:1.191 Sat Jul 18 11:16:13 2009
+++ packages/vlc/vlc.spec Sat Jul 18 13:01:17 2009
@@ -302,7 +302,7 @@
--enable-mad \
--enable-mga \
%{?with_mozilla:--enable-mozilla } \
- %{?with_live:--enable-live555 } \
+ %{?with_live:--enable-live555 --with-live555-tree=%{_libdir}/liveMedia} \
%{!?with_live:--disable-live555 } \
--enable-ncurses \
%{!?with_notify:--disable-notify} \
@@ -339,11 +339,6 @@
%{__make}
-### FIXME:
-# Build manually liblive555 plugin - dunno why it's not build by default
-cd modules/demux
-%{__make} liblive555_plugin.la
-
%install
rm -rf $RPM_BUILD_ROOT
install -d $RPM_BUILD_ROOT{%{_desktopdir},%{_mandir}/man1}
@@ -801,6 +796,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.192 2009/07/18 11:01:17 arekm
+- properly enable live555 plugin
+
Revision 1.191 2009/07/18 09:16:13 blues
- live patch obsolete, build live555 plugin manually but it still doesn't
work (missing symbols)
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/vlc/vlc.spec?r1=1.191&r2=1.192&f=u
More information about the pld-cvs-commit
mailing list