Skip to content

Commit

Permalink
Revert "vlc: Version bump to 2.0.4."
Browse files Browse the repository at this point in the history
This reverts commit ead97a9.
  • Loading branch information
stumbles committed Oct 21, 2012
1 parent ead97a9 commit 995f99c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 11 deletions.
12 changes: 4 additions & 8 deletions video/vlc/DEPENDS
Expand Up @@ -8,7 +8,7 @@ optional_depends "libproxy" "" "--disable-libproxy" "for proxy support"
optional_depends "libnotify" "--enable-notify" "" "for notify support"
optional_depends "taglib" "" "--disable-taglib" "for taglib support"

# Causes the make to fail, no fix as yet. As of 20121018 this still breaks the make.
# Causes the make to fail, no fix as yet.
#optional_depends "opencv" "--enable-opencv" "" "for OpenCV (computer vision) filter support"

optional_depends "fontconfig" "" "--disable-fontconfig" "for fontconfig support"
Expand All @@ -23,7 +23,7 @@ optional_depends "SDL" "" "--disable-sdl" "for SDL support"
optional_depends "libcdio" "" "" "for CD-ROM control"
optional_depends "libcddb" "" "" "for CDDB support"
optional_depends "libmatroska" "" "--disable-mkv" "for Matroska support"
optional_depends "libmpcdec" "" "--disable-mpc" "for Musepack support"
optional_depends "libmpcdec" "" "" "for Musepack support"
optional_depends "libxml2" "" "--disable-libxml2" "for XML support"
optional_depends "libpng" "" "--disable-png" "for PNG support"
optional_depends "gnutls" "" "" "for TLS/SSL support"
Expand All @@ -32,18 +32,15 @@ optional_depends "gnome-vfs" "" "--disable-gnomevfs" "for GNOME Vfs suppor
optional_depends "freetype2" "" "--disable-freetype" "for TrueType support"
optional_depends "pulseaudio" "" "--disable-pulse" "for Pulse Audio support"
optional_depends "libmtp" "" "--disable-mtp" "for Media Transfer Protocol support"
optional_depends "libssh" "--enable-sftp" "--disable-sftp" "for sftp support"
optional_depends "openssh" "--enable-sftp" "--disable-sftp" "for sftp support"
optional_depends "libdvbpsi" "--enable-dvbpsi" "" "for MPEG TS and DVB PSI tables support"
optional_depends "v4l-utils" "--enable-v4l2" "--disable-v4l2" "for v4l support"
optional_depends "libcddb" "" "--disable-libcddb" "for cddb support"
optional_depends "libshout" "" "--disable-shout" "for shoutcast support"
optional_depends "a52dec" "" "--disable-a52" "for a52dec support"
optional_depends "libmad" "" "--disable-mad" "for MP3 support"
optional_depends "fribidi" "" "--disable-fribidi" "for Fribidi bidirectional text support"

# It looks for ncurses but want ncursesw and causes the configure to fail.
#optional_depends "ncurses" "--enable-ncurses" "--disable-ncurses" "for ncurses support"

optional_depends "ncurses" "--enable-ncurses" "--disable-ncurses" "for ncurses support"
optional_depends "librsvg" "" "--disable-svg" "for svg support"
optional_depends "faad" "--enable-faad" "" "for faad support"
optional_depends "libtheora" "" "--disable-theora" "for theora support"
Expand Down Expand Up @@ -73,4 +70,3 @@ optional_depends "libva" "" "--disable-libva" "for video
optional_depends "vcdimager" "--enable-vcdx" "--disable-vcdx" "for navigating VCD with libvcdinfo support"
optional_depends "libblueray" "--enable-bluray" "--disable-bluray" "for blueray support"
optional_depends "libprojectM" "--enable-projectm" "--disable-projectm" "for visual effects support"
optional_depends "samba" "--enable-smb" "--disable-smb" "for SMB support"
6 changes: 3 additions & 3 deletions video/vlc/DETAILS
@@ -1,11 +1,11 @@
MODULE=vlc
VERSION=2.0.4
VERSION=2.0.3
SOURCE=$MODULE-$VERSION.tar.xz
SOURCE_URL=http://download.videolan.org/pub/videolan/vlc/$VERSION
SOURCE_VFY=sha1:4d9ec642593a5bac282f0793d9c78140b28523f9
SOURCE_VFY=sha1:9f161d997eae613bc6431bcb2459e1aefad8d529
WEB_SITE=http://www.videolan.org
ENTERED=20011113
UPDATED=20121018
UPDATED=20120719
SHORT="Videolan client multimedia player"

cat << EOF
Expand Down

0 comments on commit 995f99c

Please sign in to comment.