Author: pebender
Date: Fri Jun 19 19:21:34 2009
New Revision: 4975

Added:
    trunk/gar-minimyth/script/mediaplayers/vlc/files/vlc-1.0.0-rc4.patch.gar
Removed:
    trunk/gar-minimyth/script/mediaplayers/vlc/files/vlc-0.9.9a.patch.gar
Modified:
    trunk/gar-minimyth/html/minimyth/document-changelog.txt
    trunk/gar-minimyth/html/minimyth/index.html
    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     Fri Jun 19  
19:21:34 2009
@@ -1,7 +1,7 @@
  MiniMyth Changelog

   
--------------------------------------------------------------------------------
-Changes since 67 (2009-06-18):
+Changes since 67 (2009-06-19):

  Current MythTV versions
      MythTV 0.20-softpad: version 0.20.2.softpad, release-0-20-fixes branch  
svn 16082 and
@@ -86,6 +86,7 @@
      Updated lib/libdvdnav.
      Updated lib/libdvdread.
      Updated mediaplayers/mplayer-svn.
+    Updated mediaplayers/vlc.
      Updated net/mount.cifs.
      Updated net/syslinux.
      Updated perl/perl-DBI.

Modified: trunk/gar-minimyth/html/minimyth/index.html
==============================================================================
--- trunk/gar-minimyth/html/minimyth/index.html (original)
+++ trunk/gar-minimyth/html/minimyth/index.html Fri Jun 19 19:21:34 2009
@@ -69,7 +69,7 @@
                </ul>
              </li>
              <li>
-              <a href="http://www.videolan.org/";>VLC</a>  
<strong>0.9.9a</strong> and
+              <a href="http://www.videolan.org/";>VLC</a>  
<strong>1.0.0-rc4</strong> and
                <a href="http://www.ffmpeg.org/";>FFmpeg</a> <strong>SVN  
19153</strong>
                (experimental)
              </li>
@@ -197,7 +197,7 @@
                alt="Valid CSS!"      height="31" width="88" /></a>
          </div>
          <div class="version">
-          Last Updated on 2009-06-18
+          Last Updated on 2009-06-19
            <br />
             
&lt;&nbsp;mailto&nbsp;:&nbsp;webmaster&nbsp;at&nbsp;minimyth&nbsp;dot&nbsp;org&nbsp;&gt;
          </div>

Modified: trunk/gar-minimyth/script/mediaplayers/vlc/Makefile
==============================================================================
--- trunk/gar-minimyth/script/mediaplayers/vlc/Makefile (original)
+++ trunk/gar-minimyth/script/mediaplayers/vlc/Makefile Fri Jun 19 19:21:34  
2009
@@ -1,7 +1,8 @@
  GARNAME = vlc
-GARVERSION = 0.9.9a
+GARVERSION = 1.0.0-rc4
  CATEGORIES = mediaplayers
-MASTER_SITES =  
http://download.videolan.org/pub/videolan/$(GARNAME)/$(GARVERSION)/
+MASTER_SITES  =  
http://download.videolan.org/pub/videolan/$(GARNAME)/$(GARVERSION)/
+MASTER_SITES +=  
http://download.videolan.org/pub/videolan/testing/$(DISTNAME)/
  DISTFILES = $(DISTNAME).tar.bz2
  PATCHFILES = $(DISTNAME).patch.gar
  LICENSE = GPL2
@@ -41,15 +42,16 @@
        --x-libraries=$(DESTDIR)$(libdir) \
        --disable-python-bindings \
        --disable-java-bindings \
+       --disable-macosx-defaults \
        --disable-static \
        --enable-shared \
        --enable-nls \
        --disable-rpath \
        --disable-hal \
+       --disable-mtp \
        --disable-dbus \
        --disable-dbus-control \
        --disable-telepathy \
-       --disable-debug \
        --disable-gprof \
        --disable-cprof \
        --enable-mmx \
@@ -57,6 +59,7 @@
        --disable-altivec \
        --disable-optimize-memory \
        --disable-optimizations \
+       --disable-debug \
        --disable-run-as-root \
        --disable-coverage \
        --enable-release \
@@ -65,6 +68,7 @@
        --disable-shout \
        --disable-lua \
        --disable-httpd \
+       --disable-libproxy \
        --disable-vlm \
        --disable-growl \
        --disable-notify \
@@ -86,7 +90,7 @@
        --disable-pvr \
        --disable-gnomevfs \
        --enable-libcdio \
-       --disable-libvcdinfo \
+       --disable-vcdinfo \
        --disable-cddax \
        --disable-libcddb \
        --disable-vcdx \
@@ -99,12 +103,13 @@
        --disable-mod \
        --disable-mpc \
        --disable-gme \
+       --disable-wma-fixed \
+       --disable-shine \
        --enable-mad \
        --disable-id3tag \
        --enable-avcodec \
        --enable-avformat \
        --enable-swscale \
-       --disable-imgresample \
        --enable-postproc \
        --enable-faad \
        --disable-twolame \
@@ -134,11 +139,13 @@
        --disable-asademux \
        --disable-cmml \
        --disable-kate \
+       --disable-tiger \
        --enable-x11 \
        --enable-xvideo \
        --enable-glx \
        --enable-xvmc \
        --enable-xinerama \
+       --disable-xcb \
        --enable-opengl \
        --disable-sdl \
        --disable-sdl-image \
@@ -153,6 +160,7 @@
        --disable-directx \
        --disable-fb \
        --disable-mga \
+       --disable-omapfb \
        --disable-svgalib \
        --disable-directfb \
        --disable-ggi \
@@ -160,10 +168,8 @@
        --disable-caca \
        --disable-wingdi \
        --disable-oss \
-       --disable-esd \
        --disable-pulse \
        --disable-portaudio \
-       --disable-arts \
        --enable-alsa \
        --disable-waveout \
        --disable-macosx-audio \
@@ -173,6 +179,7 @@
        --disable-upnp \
        --disable-skins2 \
        --disable-pda \
+       --disable-maemo \
        --disable-wince \
        --disable-opie \
        --disable-macosx \
@@ -186,7 +193,6 @@
        --disable-atmo \
        --disable-bonjour \
        --enable-lirc \
-       --enable-libgcrypt \
        --disable-gnutls \
        --disable-remoteosd \
        --disable-update-check \
@@ -197,13 +203,9 @@
        --disable-testsuite \
        --without-contrib \
        --with-gnu-ld \
-       --with-x \
        --with-tuning=$(mm_ARCH) \
        --with-dvdnav-config-path=$(DESTDIR)$(bindir) \
-       --without-a52-fixed \
-       --with-sdl-config-path=$(DESTDIR)$(bindir) \
-       --with-xml2-config-path=$(DESTDIR)$(bindir) \
-       --with-libgcrypt-prefix=$(DESTDIR)$(prefix)
+       --with-x

  CONFIGURE_ENV =

@@ -224,16 +226,14 @@

  include ../../gar.mk

+CPPFLAGS += -DHAVE_AVCODEC_VAAPI
+CFLAGS   += -DHAVE_AVCODEC_VAAPI
+CXXFLAGS += -DHAVE_AVCODEC_VAAPI
+
  pre-configure:
        @$(call FIX_LIBTOOL,$(WORKSRC),configure)
        @$(MAKECOOKIE)

-x-post-build:
-       @# Hack to work around libtool relinking issue.
-       @# Only works because FIX_LIBTOOL stops hard linking.
-       @cp -f $(WORKSRC)/src/.libs/vlc $(WORKSRC)/src/vlc
-       @$(MAKECOOKIE)
-
  post-install:
        @rm -f $(DESTDIR)$(libdir)/libvlc.la
        @rm -f $(DESTDIR)$(libdir)/libvlccore.la
@@ -246,9 +246,10 @@
        @rm -rf $(DESTDIR)$(bindir)/cvlc
        @rm -rf $(DESTDIR)$(bindir)/qvlc
        @rm -rf $(DESTDIR)$(bindir)/rvlc
-       @rm -rf $(DESTDIR)$(bindir)/vlc-config
+       @rm -rf $(DESTDIR)$(bindir)/vlc-wrapper
        @rm -rf $(DESTDIR)$(includedir)/vlc
        @rm -rf $(DESTDIR)$(libdir)/vlc
        @rm -rf $(DESTDIR)$(libdir)/libvlc.*
+       @rm -rf $(DESTDIR)$(libdir)/libvlccore.*
        @rm -rf $(DESTDIR)$(datadir)/vlc
        @rm -rf $(DESTDIR)$(docdir)/vlc

Modified: trunk/gar-minimyth/script/mediaplayers/vlc/checksums
==============================================================================
--- trunk/gar-minimyth/script/mediaplayers/vlc/checksums        (original)
+++ trunk/gar-minimyth/script/mediaplayers/vlc/checksums        Fri Jun 19  
19:21:34 2009
@@ -1,2 +1,2 @@
-c8d832deeef7f4072a73506f8d033198  download/vlc-0.9.9a.tar.bz2
-fbeec2d45455c2bb9b764a274fdf3ca6  download/vlc-0.9.9a.patch.gar
+d8cefe26c0b734777c371db163c09bda  download/vlc-1.0.0-rc4.tar.bz2
+3bbe1ddc7715c34794a9836698f81a9f  download/vlc-1.0.0-rc4.patch.gar

Added:  
trunk/gar-minimyth/script/mediaplayers/vlc/files/vlc-1.0.0-rc4.patch.gar
==============================================================================
--- (empty file)
+++  
trunk/gar-minimyth/script/mediaplayers/vlc/files/vlc-1.0.0-rc4.patch.gar        
 
Fri Jun 19 19:21:34 2009
@@ -0,0 +1,47 @@
+diff -Naur vlc-1.0.0-rc4-old/bin/Makefile.am  
vlc-1.0.0-rc4-new/bin/Makefile.am
+--- vlc-1.0.0-rc4-old/bin/Makefile.am  2009-05-10 16:03:53.000000000 -0700
++++ vlc-1.0.0-rc4-new/bin/Makefile.am  2009-06-18 12:57:21.000000000 -0700
+@@ -26,7 +26,7 @@
+
+ vlc_DEPENDENCIES = ../src/libvlc.sym
+ vlc_LDFLAGS = `$(VLC_CONFIG) --ldflags vlc`
+-vlc_LDADD = ../src/libvlc.la `$(VLC_CONFIG) -libs vlc`
++vlc_LDADD = ../src/libvlc.la ../src/libvlccore.la `$(VLC_CONFIG) -libs  
vlc`
+
+ vlc_static_SOURCES = $(vlc_SOURCES)
+ vlc_static_CFLAGS = $(AM_CFLAGS) \
+diff -Naur vlc-1.0.0-rc4-old/bin/Makefile.in  
vlc-1.0.0-rc4-new/bin/Makefile.in
+--- vlc-1.0.0-rc4-old/bin/Makefile.in  2009-06-17 04:00:40.000000000 -0700
++++ vlc-1.0.0-rc4-new/bin/Makefile.in  2009-06-18 16:53:17.000000000 -0700
+@@ -74,7 +74,7 @@
+ @have_win32_t...@am__objects_1 = vlc_static-winvlc.$(OBJEXT)
+ am_vlc_static_OBJECTS = $(am__objects_1)
+ vlc_static_OBJECTS = $(am_vlc_static_OBJECTS)
+-am__DEPENDENCIES_2 = ../src/libvlc.la `$(VLC_CONFIG) vlc` \
++am__DEPENDENCIES_2 = ../src/libvlc.la ../src/libvlccore.la `$(VLC_CONFIG)  
vlc` \
+       $(am__DEPENDENCIES_1)
+ vlc_static_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
+       $(LIBTOOLFLAGS) --mode=link $(CCLD) $(vlc_static_CFLAGS) \
+@@ -656,7 +656,7 @@
+ vlc_wrapper_SOURCES = rootwrap.c
+ vlc_DEPENDENCIES = ../src/libvlc.sym $(am__append_3)
+ vlc_LDFLAGS = `$(VLC_CONFIG) --ldflags vlc`
+-vlc_LDADD = ../src/libvlc.la `$(VLC_CONFIG) -libs vlc` $(am__append_2)
++vlc_LDADD = ../src/libvlc.la ../src/libvlccore.la `$(VLC_CONFIG) -libs  
vlc` $(am__append_2)
+ vlc_static_SOURCES = $(vlc_SOURCES)
+ vlc_static_CFLAGS = $(AM_CFLAGS) \
+       -DTOP_BUILDDIR=\"$$(cd "$(top_builddir)"; pwd)\" \
+diff -Naur vlc-1.0.0-rc4-old/vlc-config.in.in  
vlc-1.0.0-rc4-new/vlc-config.in.in
+--- vlc-1.0.0-rc4-old/vlc-config.in.in 2009-05-10 16:03:59.000000000 -0700
++++ vlc-1.0.0-rc4-new/vlc-config.in.in 2009-06-18 11:16:58.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
-~----------~----~----~----~------~----~------~--~---

Reply via email to