Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (cb97d9a7e955fbf1b27babff5355fc7af2f89fa2)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (cb97d9a7e955fbf1b27babff5355fc7af2f89fa2)
  • Date: Sat, 11 Apr 2009 00:12:33 -0500

GIT changes to master grimoire by Eric Sandall <sandalle AT sourcemage.org>:

video/vlc/DEPENDS | 10 +++++-----
video/vlc/HISTORY | 3 +++
2 files changed, 8 insertions(+), 5 deletions(-)

New commits:
commit cb97d9a7e955fbf1b27babff5355fc7af2f89fa2
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

vlc: List new DVD support before old

diff --git a/video/vlc/DEPENDS b/video/vlc/DEPENDS
index d610c22..51dfca9 100755
--- a/video/vlc/DEPENDS
+++ b/video/vlc/DEPENDS
@@ -191,16 +191,16 @@ optional_depends "libdvdcss" \
"--disable-dvd" \
"for DVD support" &&

-optional_depends "libdvdplay" \
- "--enable-dvdplay" \
- "--disable-dvdplay" \
- "for old DVD navigation support" &&
-
optional_depends "libdvdnav" \
"--enable-dvdnav" \
"--disable-dvdnav" \
"for new DVD navigation support" &&

+optional_depends "libdvdplay" \
+ "--enable-dvdplay" \
+ "--disable-dvdplay" \
+ "for old DVD navigation support" &&
+
# misc
optional_depends "libpng" \
"--enable-png" \
diff --git a/video/vlc/HISTORY b/video/vlc/HISTORY
index 3474eed..a930d94 100644
--- a/video/vlc/HISTORY
+++ b/video/vlc/HISTORY
@@ -1,3 +1,6 @@
+2009-04-10 Eric Sandall <sandalle AT sourcemage.org>
+ * DEPENDS: List new DVD support before old
+
2009-04-04 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 0.9.9a




  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (cb97d9a7e955fbf1b27babff5355fc7af2f89fa2), Eric Sandall, 04/11/2009

Archive powered by MHonArc 2.6.24.

Top of Page