Ticket #41725: patch-vlc-devel-2.1.3_2014Feb25_01.diff

File patch-vlc-devel-2.1.3_2014Feb25_01.diff, 20.9 KB (added by ctreleaven (Craig Treleaven), 10 years ago)

Patch against vlc-devel

  • Portfile

    diff -urN -x .DS_Store /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/multimedia/VLC-devel/Portfile ./Portfile
    old new  
    55PortGroup           compiler_blacklist_versions 1.0
    66
    77name                VLC-devel
    8 version             2.1.99
    9 revision            5
    10 
     8version             2.1.3
    119categories          multimedia
    1210
    1311maintainers         jeremyhu openmaintainer
    14 description         VLC is a cross-platform media player and streaming server
     12description         media player and streaming server, development version
    1513long_description    VLC media player is a highly portable multimedia player for \
    1614                    various audio and video formats (MPEG-1, MPEG-2, MPEG-4, DivX, \
    1715                    mp3, ogg, ...) as well as DVDs, VCDs, and various streaming protocols. \
     
    2624
    2725# http://git.videolan.org/?p=vlc.git
    2826# http://git.videolan.org/?p=vlc.git;a=forks
    29 fetch.type      git
     27#fetch.type      git
    3028#git.url         git://git.videolan.org/vlc/vlc-2.1.git
    31 git.url         git://git.videolan.org/vlc.git
    32 git.branch      050a16328dac1d3573326c43d47376d08210604d
     29#git.url         git://git.videolan.org/vlc.git
     30#git.branch      edd88358218f273fddde646a172a2104796d46c2
    3331
    34 #master_sites        http://download.videolan.org/pub/videolan/vlc/${version}/
    35 #distname            vlc-${version}
    36 #use_xz              yes
    37 #
    38 #checksums           md5     5ad114755670e4881a2b35354e2f79bc \
    39 #                    sha1    40d0ed360dd3fa7dc3ff4fbc9c319553ebb22538 \
    40 #                    rmd160  9d932e1be72b65cf47057191d9e84deeedea282c
     32master_sites        http://download.videolan.org/pub/videolan/vlc/${version}/
     33distname            vlc-${version}
     34use_xz              yes
     35
     36checksums           md5     56a489d093ffef9aa29809116985adba \
     37                    sha1    de3e0b027bbb2dc2451992c428f2bed824128039 \
     38                    rmd160  187337e0149cf9d86b6a4266128cbf0bc5bcf777
    4139
    4240depends_build   port:pkgconfig
    4341
     
    4745                port:ncurses port:lua port:libpng port:jpeg port:tiff port:libebml \
    4846                port:gnutls port:taglib port:libxml2 port:faad2 \
    4947                port:x264 port:libtheora port:twolame port:libssh2 \
    50                 port:libdvdnav port:libdvdread port:libproxy \
    51                 port:fluidsynth port:libsamplerate port:libupnp \
    52                 port:avahi path:lib/libavcodec.dylib:ffmpeg \
    53                 port:openjpeg15 port:libbluray \
    54                 port:libdc1394 port:libmpeg2
     48                port:libdvdnav port:libdvdread port:libsamplerate port:libupnp \
     49                port:avahi path:lib/libavcodec.dylib:ffmpeg port:openjpeg15 port:libbluray \
     50                port:libdc1394 port:libmpeg2 port:dirac port:libass port:libsdl \
     51                port:libsdl_image port:schroedinger port:speex port:libmodplug \
     52                port:libmpcdec port:fontconfig port:freetype port:fribidi port:libdvbpsi \
     53                port:XviD port:bzip2 port:gettext port:glib2 port:gmp \
     54                port:libgpg-error port:libiconv port:libidn port:libsndfile \
     55                port:libusb port:nettle port:openssl port:orc port:p11-kit \
     56                port:readline port:xorg-libX11 port:xorg-libXau port:xorg-libXdmcp \
     57                port:xorg-libXext port:xorg-libXrandr port:xorg-libxcb port:xrender
    5558
    5659# TODO: live555 opencv FreeRDP
    5760
     
    7376    configure.ac-no-arch.patch \
    7477    PR-34741-no__clang_version__.patch \
    7578    class_struct.patch \
     79    qtkit.patch \
    7680    static_assert.patch \
    7781    no-sparkle.patch
    7882
    7983post-patch {
    8084    reinplace "s:librsvg-2/librsvg:librsvg:" \
    8185        ${worksrcpath}/modules/text_renderer/svg.c
    82 
    83     set cxxstdlib {}
    84 
    85     if {[info exists configure.cxx_stdlib] &&
    86         ${configure.cxx_stdlib} ne {} &&
    87         [string match *clang* ${configure.cxx}]} {
    88         set cxxstdlib ${configure.cxx_stdlib}
    89     } elseif {[string match *clang* ${configure.cxx}] &&
    90               ${os.major} >= 13} {
    91         set cxxstdlib libc++
    92     } else {
    93         set cxxstdlib libstdc++
    94     }
    95 
    96     if {${cxxstdlib} == "libc++"} {
    97         reinplace "s:-lstdc\+\+:-lc++:" \
    98             ${worksrcpath}/configure.ac \
    99             ${worksrcpath}/modules/access/Makefile.am
    100     }
    10186}
    10287
    10388use_autoreconf      yes
     
    121106configure.args-append \
    122107    --with-contrib=${worksrcpath}/contrib \
    123108    --disable-debug --disable-update-check --enable-gnutls \
    124     --disable-notify --disable-telepathy --disable-dbus \
     109    --disable-notify --disable-dbus \
    125110    --disable-gnomevfs --disable-growl --disable-macosx-vlc-app \
    126     --enable-libproxy --enable-lua
     111    --enable-lua
    127112
    128113# Input Plugins
    129114# build fails when FreeRDP is installed
    130115# build fails when opencv is installed
    131116configure.args-append \
    132     --enable-dvdnav --enable-dvdread --disable-smb --disable-vcdx \
     117    --enable-dvdnav --enable-dvdread --disable-smbclient --disable-vcdx \
    133118    --disable-macosx-qtkit --disable-macosx-eyetv --disable-realrtsp \
    134     --disable-freerdp --disable-opencv \
     119    --disable-libfreerdp --disable-opencv \
    135120    --enable-sftp
    136121
    137122# Mux/Demux Plugins
    138123configure.args-append \
    139     --disable-dvbpsi --enable-ogg --enable-mux_ogg \
    140     --enable-mkv --disable-mod --disable-mpc --disable-shout
     124    --enable-dvbpsi --enable-ogg --enable-mux_ogg \
     125    --enable-mkv --enable-mod --enable-mpc --disable-shout
    141126
    142127# Codec Plugins
    143128configure.args-append \
    144129    --enable-a52 --enable-faad --enable-flac --disable-live555 \
    145     --enable-opus --enable-vorbis --enable-ogg --enable-mad --disable-libass \
     130    --enable-opus --enable-vorbis --enable-ogg --enable-mad --enable-libass \
    146131    --enable-dca --enable-png --disable-quicktime --enable-twolame \
    147     --disable-speex --enable-theora --enable-x264 --enable-postproc \
     132    --enable-speex --enable-theora --enable-x264 --enable-postproc \
    148133    --enable-avcodec --enable-avformat --enable-swscale \
    149     --enable-fluidsynth
     134    --disable-fluidsynth --enable-dirac --enable-schroedinger
    150135
    151136# Video Plugins
    152137configure.args-append \
    153     --disable-caca --disable-sdl --disable-macosx-vout \
     138    --disable-caca --enable-sdl --enable-sdl-image --disable-macosx-vout \
    154139    --without-x --disable-xcb --disable-xvideo --disable-glx \
    155     --disable-fontconfig --disable-freetype --disable-fribidi \
     140    --enable-freetype --enable-fontconfig --enable-fribidi \
    156141    --disable-svg
    157142
    158143# Audio Plugins
     
    162147# Interface Plugins
    163148configure.args-append \
    164149    --disable-macosx --disable-macosx-dialog-provider \
    165     --disable-qt4 --enable-ncurses --disable-skins2
     150    --disable-qt --enable-ncurses --disable-skins2
    166151
    167152# Visualisations and Video Filter Plugins
    168153configure.args-append \
    169     --disable-goom --disable-glspectrum
     154    --disable-goom
    170155
    171156# Service Discovery Plugins
    172157configure.args-append \
    173158    --enable-bonjour --enable-upnp
    174159
    175 variant jack description {Enable jack plugin for audio output} {
    176     depends_lib-append      port:jack
    177     configure.args-delete   --disable-jack
    178     configure.args-append   --enable-jack
     160variant jack description {Enable jack and fluidsynth plugins for audio output} {
     161    depends_lib-append      port:jack port:fluidsynth port:portaudio
     162    configure.args-delete   --disable-jack --disable-fluidsynth
     163    configure.args-append   --enable-jack --enable-fluidsynth
    179164}
    180165
    181166variant qtkit description {Enable qtcapture and qtaudio} {
     
    183168    configure.args-append   --enable-macosx-qtkit
    184169}
    185170
    186 variant eyetv description {Enable eyetv plugin} {
    187     configure.args-delete --disable-macosx-eyetv
    188     configure.args-append --enable-macosx-eyetv
    189 }
    190 
    191 variant speex description {Enable Speex decoder support} {
    192     depends_lib-append      path:lib/libspeex.dylib:speex
    193     configure.args-delete   --disable-speex
    194     configure.args-append   --enable-speex
    195 }
    196 
    197171variant svg description {Enable SVG support} {
    198172    depends_lib-append      port:librsvg
    199173    configure.args-delete   --disable-svg
    200174    configure.args-append   --enable-svg
    201175}
    202176
    203 variant shout description {Enable Shoutcast support} {
     177variant shout description {Enable Shoutcast/Icecast streaming output support} {
    204178    depends_lib-append      port:libshout2
    205179    configure.args-delete   --disable-shout
    206180    configure.args-append   --enable-shout
    207181}
    208182
    209 # TODO: libvcdx_plugin.la fails to link, eg:
    210 #   "_cdio_log_set_handler", referenced from:
    211 #      _VCDOpen in libvcdx_plugin_la-access.o
    212 #  "_cdio_read_mode2_sector", referenced from:
    213 #      _vcdplayer_read in libvcdx_plugin_la-vcdplayer.o
    214 #  "_vcd_log_set_handler", referenced from:
    215 #      _VCDOpen in libvcdx_plugin_la-access.o
    216 #  "_vcdinf_get_bsn", referenced from:
    217 #      _vcdplayer_read in libvcdx_plugin_la-vcdplayer.o
    218 #  "_vcdinf_get_loop_count", referenced from:
    219 #      _vcdplayer_read in libvcdx_plugin_la-vcdplayer.o
    220 #      _VCDMetaInfo in libvcdx_plugin_la-info.o
    221 #variant vcd description {Enable VCD support} {
    222 #    depends_lib-append      port:vcdimager
    223 #    configure.args-delete   --disable-vcdx
    224 #    configure.args-append   --enable-vcdx
    225 #}
    226 
    227 variant mod description {Enable MOD demuxer support} {
    228     depends_lib-append      port:libmodplug
    229     configure.args-delete   --disable-mod
    230     configure.args-append   --enable-mod
    231 }
    232 
    233 variant mpc description {enable Musepack Decoder library support} {
    234     depends_lib-append      port:libmpcdec
    235     configure.args-delete   --disable-mpc
    236     configure.args-append   --enable-mpc
    237 }
    238 
    239 variant dvb description {enable DVB Program Specific Information support} {
    240     depends_lib-append      port:libdvbpsi
    241     configure.args-delete   --disable-dvbpsi
    242     configure.args-append   --enable-dvbpsi
    243 }
    244 
    245 variant osd description {Enable onscreen display and TrueType font support} {
    246     depends_lib-append      port:fontconfig port:freetype
    247     configure.args-delete   --disable-freetype --disable-fontconfig
    248     configure.args-append   --enable-freetype --enable-fontconfig
    249 }
    250 
    251 variant fribidi requires osd description {Enable FriBidi Unicode support} {
    252     depends_lib-append      port:fribidi
    253     configure.args-delete   --disable-fribidi
    254     configure.args-append   --enable-fribidi
    255 }
    256 
    257 variant sdl description {Enable SDL/SDL-Image support} {
    258     depends_lib-append      port:libsdl port:libsdl_image
    259     configure.args-delete   --disable-sdl
    260     configure.args-append   --enable-sdl
     183variant vcd description {Enable support for playing Video CD} {
     184    depends_lib-append      port:vcdimager
     185    configure.args-delete   --disable-vcdx
     186    configure.args-append   --enable-vcdx
    261187}
    262188
    263 variant smb description {Enable Samba 3 support} {
     189variant smb description {Enable Samba 3 input support} {
    264190    depends_lib-append      port:samba3
    265     configure.args-delete   --disable-smb
    266     configure.args-append   --enable-smb
     191    configure.args-delete   --disable-smbclient
     192    configure.args-append   --enable-smbclient
    267193    configure.ldflags-append    -L${prefix}/lib/samba3
    268194}
    269195
    270 variant x11 {
     196variant x11 description {Build using X11 UI. Use at own risk} {
    271197    depends_lib-append \
    272198        port:mesa \
    273199        port:xorg-libXinerama \
     
    276202        port:xorg-xcb-util \
    277203        port:xorg-xcb-util-keysyms
    278204
    279     configure.args-delete   --without-x --disable-xvideo --disable-glx --disable-glspectrum --disable-xcb
     205    configure.args-delete   --without-x --disable-xvideo --disable-glx --disable-xcb
    280206    configure.args-append   --with-x --x-include=${prefix}/include --x-lib=${prefix}/lib \
    281                             --enable-xvideo --enable-glx --enable-glspectrum --enable-xcb
     207                            --enable-xvideo --enable-glx --enable-xcb
    282208}
    283209
    284 variant qt4 description {Build using QT4 UI.  This will use qt4-mac} {
    285     configure.args-delete   --disable-qt4
    286     configure.args-append   --enable-qt4
     210variant qt4 description {Build using QT4 UI.  This will use qt4-mac. Experimental} {
     211    configure.args-delete   --disable-qt
     212    configure.args-append   --enable-qt
    287213
    288214    PortGroup qt4 1.0
    289215
     
    300226    configure.args-append   --enable-macosx --enable-macosx-dialog-provider
    301227}
    302228
    303 default_variants +mod +mpc +osd +quartz
    304 
    305229variant huge \
    306     requires dvb eyetv fribidi jack mod mpc osd sdl shout speex svg vcd \
     230    requires jack shout svg vcd \
    307231    description {Enable all variants except quartz, qt4, smb, and x11} {}
    308232
    309233variant full \
     
    311235    description {Enable all variants} {}
    312236
    313237platform macosx {
    314     default_variants-append +qtkit
     238    default_variants-append +quartz +qtkit
    315239
    316240    configure.args-delete \
    317         --disable-macosx-vout --disable-macosx-audio \
     241        --disable-macosx-vout --disable-macosx-audio --disable-macosx-eyetv
    318242
    319243    configure.args-append \
    320         --enable-macosx-vout --enable-macosx-audio \
    321         --with-macosx-sdk=/
     244        --enable-macosx-vout --enable-macosx-audio --enable-macosx-eyetv
    322245
    323246    if {[variant_isset qt4] || [variant_isset quartz]} {
    324247        configure.args-delete --disable-macosx-vlc-app
     
    328251    post-patch {
    329252        reinplace "s/Appkit/AppKit/" ${worksrcpath}/configure.ac
    330253        reinplace "/Sparkle.framework/d" \
    331             ${worksrcpath}/extras/package/macosx/vlc.xcodeproj/project.pbxproj 
     254            ${worksrcpath}/extras/package/macosx/vlc.xcodeproj/project.pbxproj
    332255        reinplace "/SDKROOT/d" \
    333             ${worksrcpath}/extras/package/macosx/vlc.xcodeproj/project.pbxproj 
     256            ${worksrcpath}/extras/package/macosx/vlc.xcodeproj/project.pbxproj
    334257        reinplace "/Growl.framework/d" \
    335258            ${worksrcpath}/extras/package/macosx/package.mak
    336259
    337260        reinplace "s:LD_LIBRARY_PATH:DYLD_LIBRARY_PATH:g" \
    338             ${worksrcpath}/Makefile.am 
     261            ${worksrcpath}/Makefile.am
    339262
    340263        reinplace "/argv/s/environ/*_NSGetEnviron()/" \
    341264            ${worksrcpath}/modules/misc/inhibit/xdg.c \
     
    355278        eval file delete [glob ${destroot}${prefix}/lib/vlc/plugins/*/*.la]
    356279
    357280        if {[variant_isset qt4] || [variant_isset quartz]} {
    358             file rename ${worksrcpath}/VLC.app ${destroot}${applications_dir}/VLC.app
    359 
    360             # These are already in ${prefix}, so we don't need to bundle them as well
    361             file delete -force ${destroot}${applications_dir}/VLC.app/Contents/Frameworks
    362             file delete -force ${destroot}${applications_dir}/VLC.app/Contents/lib
    363 
    364             # There's no need to install these into the bundle and the prefix
    365             file delete -force ${destroot}${applications_dir}/VLC.app/Contents/MacOS/include
    366             file delete -force ${destroot}${applications_dir}/VLC.app/Contents/MacOS/lib
    367             file delete -force ${destroot}${applications_dir}/VLC.app/Contents/MacOS/plugins
    368 
    369             # http://trac.macports.org/ticket/35131
    370             ln -s ${prefix}/lib ${destroot}${applications_dir}/VLC.app/Contents/MacOS/lib
    371             ln -s ${prefix}/lib/vlc/plugins ${destroot}${applications_dir}/VLC.app/Contents/MacOS/plugins
     281            file copy ${worksrcpath}/VLC.app ${destroot}${applications_dir}/VLC.app
     282            file copy ${worksrcpath}/modules/plugins.dat \
     283                 ${destroot}${applications_dir}/VLC.app/Contents/MacOS/plugins/plugins.dat
    372284        }
    373285    }
    374286}
  • files/configure.ac-no-arch.patch

    diff -urN -x .DS_Store /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/multimedia/VLC-devel/files/configure.ac-no-arch.patch ./files/configure.ac-no-arch.patch
    old new  
    1 --- configure.ac.orig   2013-12-31 23:26:06.000000000 -0800
    2 +++ configure.ac        2013-12-31 23:35:58.000000000 -0800
    3 @@ -138,22 +138,11 @@ case "${host_os}" in
    4      SYS=dragonfly
     1--- configure.ac.orig   2013-03-31 16:51:03.000000000 -0700
     2+++ configure.ac        2013-03-31 16:51:47.000000000 -0700
     3@@ -127,33 +127,12 @@ case "${host_os}" in
    54     ;;
    65   darwin*)
    7 -
     6 
    87-    dnl Force gcc "-arch" flag
    98-    ARCH_flag=""
    10      case "${host}" in
    11        i?86*)
     9-    case "${host}" in
     10-      i?86*)
    1211-        ARCH_flag="-arch i386"
    13          YASMFLAGS="-f macho32"
    14        ;;
     12-      ;;
    1513-      ppc64*)
    1614-        ARCH_flag="-arch ppc64"
    1715-      ;;
    1816-      ppc*)
    1917-        ARCH_flag="-arch ppc"
    2018-      ;;
    21        x86_64*)
     19-      x86_64*)
    2220-        ARCH_flag="-arch x86_64"
    23          YASMFLAGS="-f macho64"
    24        ;;
    25        arm*)
    26 @@ -163,11 +152,10 @@ case "${host_os}" in
    27      esac
    28  
     21-      ;;
     22-      arm*)
     23-        ac_cv_c_bigendian="no"
     24-        ac_cv_c_attribute_packed="no"
     25-      ;;
     26-    esac
     27-
    2928     SYS=darwin
    3029-    CFLAGS="${CFLAGS} -D_INTL_REDIRECT_MACROS ${ARCH_flag}"
    3130-    CXXFLAGS="${CXXFLAGS} -D_INTL_REDIRECT_MACROS ${ARCH_flag}"
     
    3433-    LDFLAGS="${LDFLAGS} -Wl,-headerpad_max_install_names ${ARCH_flag}"
    3534+    CFLAGS="${CFLAGS} -D_INTL_REDIRECT_MACROS"
    3635+    CXXFLAGS="${CXXFLAGS} -D_INTL_REDIRECT_MACROS"
     36+    CPPFLAGS="${CPPFLAGS}"
    3737+    OBJCFLAGS="${OBJCFLAGS} -D_INTL_REDIRECT_MACROS -std=gnu99"
    3838+    LDFLAGS="${LDFLAGS} -Wl,-headerpad_max_install_names"
     39     VLC_ADD_LIBS([motion rotate], [-Wl,-framework,IOKit,-framework,CoreFoundation])
    3940     VLC_ADD_LIBS([libvlc vlc],[-Wl,-undefined,dynamic_lookup,-framework,AppKit])
    40      VLC_ADD_LIBS([avcodec access_avio swscale postproc i420_rgb_mmx x262 x264 x26410b],[-Wl,-read_only_relocs,suppress])
    41      VLC_ADD_LIBS([libvlccore],[-Wl,-framework,CoreFoundation,-framework,CoreServices])
     41     VLC_ADD_LIBS([avcodec access_avio swscale postproc i420_rgb_mmx x264 x26410b],[-Wl,-read_only_relocs,suppress])
  • files/no-sparkle.patch

    diff -urN -x .DS_Store /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/multimedia/VLC-devel/files/no-sparkle.patch ./files/no-sparkle.patch
    old new  
    7070index c5fced6..da7d001 100644
    7171--- modules/gui/macosx/intf.m
    7272+++ modules/gui/macosx/intf.m
    73 @@ -69,8 +69,6 @@
    74  #import "VideoEffects.h"
     73@@ -69,7 +69,6 @@
    7574 #import "AudioEffects.h"
    7675 
     76 #import <AddressBook/AddressBook.h>         /* for crashlog send mechanism */
    7777-#import <Sparkle/Sparkle.h>                 /* we're the update delegate */
    78 -
     78 
    7979 #import "iTunes.h"
    8080 
    81  /*****************************************************************************
    8281@@ -916,16 +915,6 @@ static VLCMain *_o_sharedMainInstance = nil;
    8382 }
    8483 
     
    9695 #pragma mark Media Key support
    9796 
    9897 -(void)mediaKeyTap:(SPMediaKeyTap*)keyTap receivedMediaKeyEvent:(NSEvent*)event
    99 diff --git modules/gui/macosx/simple_prefs.m modules/gui/macosx/simple_prefs.m
    100 index a91fe3a..4407d25 100644
    101 --- modules/gui/macosx/simple_prefs.m
    102 +++ modules/gui/macosx/simple_prefs.m
     98diff -u modules/gui/macosx/simple_prefs.m.orig modules/gui/macosx/simple_prefs.m
     99--- modules/gui/macosx/simple_prefs.m.orig      2013-12-11 08:20:00.000000000 -0500
     100+++ modules/gui/macosx/simple_prefs.m   2013-12-11 08:21:56.000000000 -0500
    103101@@ -38,8 +38,6 @@
    104102 #import "AppleRemote.h"
    105103 #import "CoreInteraction.h"
     
    109107 static const char *const ppsz_language[] =
    110108 {
    111109     "auto",
    112 @@ -365,7 +363,6 @@ create_toolbar_item(NSString * o_itemIdent, NSString * o_name, NSString * o_desc
     110@@ -365,7 +363,6 @@
    113111     [o_intf_appleremote_sysvol_ckb setTitle: _NS("Control system volume with the Apple Remote")];
    114112     [o_intf_mediakeys_ckb setTitle: _NS("Control playback with media keys")];
    115113     [o_intf_update_ckb setTitle: _NS("Automatically check for updates")];
     
    117115     [o_intf_enableGrowl_ckb setTitle: _NS("Enable Growl notifications (on playlist item change)")];
    118116     [o_intf_autoresize_ckb setTitle: _NS("Resize interface to the native video size")];
    119117     [o_intf_pauseminimized_ckb setTitle: _NS("Pause the video playback when minimized")];
    120 @@ -585,10 +582,6 @@ static inline char * __config_GetLabel(vlc_object_t *p_this, const char *psz_nam
     118@@ -585,10 +582,6 @@
    121119     [self setupButton: o_intf_appleremote_sysvol_ckb forBoolValue: "macosx-appleremote-sysvol"];
    122120 
    123121     [self setupButton: o_intf_mediakeys_ckb forBoolValue: "macosx-mediakeys"];
  • files/qtkit.patch

    diff -urN -x .DS_Store /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/multimedia/VLC-devel/files/qtkit.patch ./files/qtkit.patch
    old new  
     1--- modules/access/Modules.am
     2+++ modules/access/Modules.am
     3@@ -1,3 +1,5 @@
     4+AM_LIBTOOLFLAGS=--tag=CC
     5+
     6 SUBDIRS = rtp
     7 noinst_LTLIBRARIES =
     8 
     9--- modules/access/qtsound.m
     10+++ modules/access/qtsound.m
     11@@ -40,7 +40,7 @@
     12 #include <vlc_dialog.h>
     13 
     14 //#define QTKIT_VERSION_MIN_REQUIRED 70603
     15-#define QTKIT_VERSION_MAX_ALLOWED 70700
     16+//#define QTKIT_VERSION_MAX_ALLOWED 70700
     17 
     18 #import <QTKit/QTKit.h>
     19