From 3223257fb3481a797da4bbaf028334d4d10168ba Mon Sep 17 00:00:00 2001 From: Stefan Fiedler Date: Sun, 9 Oct 2005 16:48:47 +0000 Subject: [PATCH] Stefan Fiedler: update vlc 0.8.1 -> 0.8.2 update T, I tags make vlc find samba Index: package/public/vlc/vlc.desc =================================================================== [2005091805052804226] (https://www.rocklinux.net/submaster) git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@6421 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- package/public/vlc/vlc.conf | 8 ++++++++ package/public/vlc/vlc.desc | 20 +++++++++++--------- 2 files changed, 19 insertions(+), 9 deletions(-) diff --git a/package/public/vlc/vlc.conf b/package/public/vlc/vlc.conf index 9a5735c36..707b1902b 100644 --- a/package/public/vlc/vlc.conf +++ b/package/public/vlc/vlc.conf @@ -21,3 +21,11 @@ # --- ROCK-COPYRIGHT-NOTE-END --- confopt="$confopt --enable-dvdread" # --with-dvdcss=/usr + +# set these so libsmbclient.h and libsmbclient.so are found +if pkginstalled samba ; then + CFLAGS="$CFLAGS -I$root/$pkg_samba_prefix/include" + CPPFLAGS="$CPPFLAGS -I$root/$pkg_samba_prefix/include" + LDFLAGS="$LDFLAGS -L/$root/$pkg_samba_prefix/lib" + export CFLAGS CPPFLAGS LDFLAGS +fi diff --git a/package/public/vlc/vlc.desc b/package/public/vlc/vlc.desc index 0821db3b4..5321c4f7a 100644 --- a/package/public/vlc/vlc.desc +++ b/package/public/vlc/vlc.desc @@ -21,13 +21,16 @@ [COPY] [COPY] --- ROCK-COPYRIGHT-NOTE-END --- -[I] OpenSource DVD and MPEG tools +[I] a cross-platform media player and streaming server -[T] VLC - VideoLAN Client is a project of students from the E'cole Centrale -[T] Paris. Its main goals are MPEG and DVD playing and broadcasting on the -[T] campus, but it also features a standalone multimedia player that can -[T] read DVDs and MPEG files. It will also eventually support streams from -[T] a satellite or from an MPEG2 compression card. +[T] VLC (initially VideoLAN Client) is a highly portable multimedia player for +[T] various audio and video formats (MPEG-1, MPEG-2, MPEG-4, DivX, mp3, ogg, ...) +[T] as well as DVDs, VCDs, and various streaming protocols. It can also be used +[T] as a server to stream in unicast or multicast in IPv4 or IPv6 on a +[T] high-bandwidth network. +[T] VLC started as a project of students from the Ecole Centrale Paris. It will +[T] also eventually support streams from a satellite or from an MPEG2 +[T] compression card. [U] http://www.videolan.org/ @@ -38,8 +41,7 @@ [L] GPL [S] Alpha -[V] 0.8.1 +[V] 0.8.2 [P] X -?---5---9 206.200 -[D] 2307090696 vlc-0.8.1.tar.bz2 http://www.videolan.org/pub/videolan/vlc/0.8.1/ - +[D] 478391993 vlc-0.8.2.tar.bz2 http://www.videolan.org/pub/videolan/vlc/0.8.2/