Changeset 99151


Ignore:
Timestamp:
Oct 28, 2012, 6:35:16 PM (12 years ago)
Author:
jeremyhu@…
Message:

VLC-devel: Bump to recent git

Location:
trunk/dports/multimedia/VLC-devel
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/multimedia/VLC-devel/Portfile

    r97894 r99151  
    66name                VLC-devel
    77version             2.0.99
    8 revision            3
     8revision            4
    99
    1010categories          multimedia
     
    2727fetch.type      git
    2828git.url         git://git.videolan.org/vlc.git
    29 git.branch      ac2ccb3a7f28b4771758b0169ac0c6367eab327d
     29git.branch      99236d7bc67930c189862ef1de4cc429fd1fee3a
    3030
    3131#master_sites        http://download.videolan.org/pub/videolan/vlc/${version}/
     
    4444                port:ncurses port:lua port:libpng port:jpeg \
    4545                port:gnutls port:taglib port:libxml2 port:faad2 \
    46                 port:x264 port:libtheora port:twolame \
     46                port:x264 port:libtheora port:twolame port:libssh2 \
    4747                port:libdvdnav port:libdvdread port:libproxy \
    4848                port:fluidsynth port:libsamplerate port:libupnp \
     
    6363
    6464patchfiles \
     65    0001-Remove-VOUT_WINDOW_TYPE_NATIVE.patch \
    6566    buildfix-package.mak.patch \
    6667    configure.ac-no-arch.patch \
  • trunk/dports/multimedia/VLC-devel/files/configure.ac-no-arch.patch

    r97719 r99151  
    1 --- configure.ac.orig   2012-09-12 15:42:02.000000000 -0700
    2 +++ configure.ac        2012-09-12 15:48:28.000000000 -0700
     1--- configure.ac.orig   2012-10-28 03:16:42.000000000 -0700
     2+++ configure.ac        2012-10-28 03:19:38.000000000 -0700
    33@@ -126,35 +126,11 @@ case "${host_os}" in
    44     SYS=dragonfly
     
    3838+    OBJCFLAGS="${OBJCFLAGS} -D_INTL_REDIRECT_MACROS -std=gnu99"
    3939+    LDFLAGS="${LDFLAGS} -Wl,-headerpad_max_install_names"
    40      VLC_ADD_LIBS([motion], [-Wl,-framework,IOKit,-framework,CoreFoundation])
    41      VLC_ADD_LIBS([libvlc vlc],[-Wl,-undefined,dynamic_lookup,-framework,Appkit])
     40     VLC_ADD_LIBS([motion rotate], [-Wl,-framework,IOKit,-framework,CoreFoundation])
     41     VLC_ADD_LIBS([libvlc vlc],[-Wl,-undefined,dynamic_lookup,-framework,AppKit])
    4242     VLC_ADD_LIBS([avcodec access_avio swscale postproc i420_rgb_mmx x264 x26410b],[-Wl,-read_only_relocs,suppress])
Note: See TracChangeset for help on using the changeset viewer.