Browse Source

Stefan Fiedler:


			
			
				rocklinux
			
			
		
Stefan Fiedler 19 years ago
parent
commit
3223257fb3
2 changed files with 19 additions and 9 deletions
  1. +8
    -0
      package/public/vlc/vlc.conf
  2. +11
    -9
      package/public/vlc/vlc.desc

+ 8
- 0
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

+ 11
- 9
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/

Loading…
Cancel
Save