Author: pebender
Date: Tue Mar 31 06:24:47 2009
New Revision: 4533
Added:
trunk/gar-minimyth/script/mediaplayers/vlc/files/vlc-0.9.9.patch.gar
Removed:
trunk/gar-minimyth/script/mediaplayers/vlc/files/vlc-0.9.8a.patch.gar
Modified:
trunk/gar-minimyth/html/minimyth/document-changelog.txt
trunk/gar-minimyth/script/mediaplayers/vlc/Makefile
trunk/gar-minimyth/script/mediaplayers/vlc/checksums
Log:
- Updated package mediaplayers/vlc.
Modified: trunk/gar-minimyth/html/minimyth/document-changelog.txt
==============================================================================
--- trunk/gar-minimyth/html/minimyth/document-changelog.txt (original)
+++ trunk/gar-minimyth/html/minimyth/document-changelog.txt Tue Mar 31
06:24:47 2009
@@ -37,6 +37,7 @@
Updated packages
Updated emulators/stella.
Updated lib/openssl.
+ Updated mediaplayers/vlc.
Reverted net/curl (breaks TFTP upload).
Updated utils/busybox.
Updated X11/vdpau.
Modified: trunk/gar-minimyth/script/mediaplayers/vlc/Makefile
==============================================================================
--- trunk/gar-minimyth/script/mediaplayers/vlc/Makefile (original)
+++ trunk/gar-minimyth/script/mediaplayers/vlc/Makefile Tue Mar 31 06:24:47
2009
@@ -1,5 +1,5 @@
GARNAME = vlc
-GARVERSION = 0.9.8a
+GARVERSION = 0.9.9
CATEGORIES = mediaplayers
MASTER_SITES =
http://download.videolan.org/pub/videolan/$(GARNAME)/$(GARVERSION)/
DISTFILES = $(DISTNAME).tar.bz2
Modified: trunk/gar-minimyth/script/mediaplayers/vlc/checksums
==============================================================================
--- trunk/gar-minimyth/script/mediaplayers/vlc/checksums (original)
+++ trunk/gar-minimyth/script/mediaplayers/vlc/checksums Tue Mar 31
06:24:47 2009
@@ -1,2 +1,2 @@
-8ffa2ff763badd5de7592004d8d69a63 download/vlc-0.9.8a.tar.bz2
-29a4ab2394b3da09819f6fe7f94659a4 download/vlc-0.9.8a.patch.gar
+b7c2a75194ad5c73979c3d880aebbe38 download/vlc-0.9.9.tar.bz2
+57e5c257d105bb5bd191f9b310b08b26 download/vlc-0.9.9.patch.gar
Added: trunk/gar-minimyth/script/mediaplayers/vlc/files/vlc-0.9.9.patch.gar
==============================================================================
--- (empty file)
+++ trunk/gar-minimyth/script/mediaplayers/vlc/files/vlc-0.9.9.patch.gar
Tue Mar 31 06:24:47 2009
@@ -0,0 +1,14 @@
+diff -Naur vlc-0.9.9-old/vlc-config.in.in vlc-0.9.9-new/vlc-config.in.in
+--- vlc-0.9.9-old/vlc-config.in.in 2008-08-25 05:52:20.000000000 -0700
++++ vlc-0.9.9-new/vlc-config.in.in 2009-03-30 21:37:03.000000000 -0700
+@@ -71,8 +71,8 @@
+ # No need to include the default @*FLAGS@ values here because they are
+ # automatically added when using $(COMPILE), $(CXXCOMPILE) or
$(OBJCCOMPILE)
+ #
+-if test "@includedir@" != "/usr/include"; then
+- includes="-...@includedir@"
++if test "$dest...@includedir@" != "@GAR_DESTDIR@@GAR_includedir@"; then
++ includes="-i$dest...@includedir@"
+ fi
+ if test "${top_builddir}" != ""; then
+ top_builddir="${top_builddir}/"
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"minimyth-commits" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/minimyth-commits?hl=en
-~----------~----~----~----~------~----~------~--~---