Changeset 117779 for trunk/dports


Ignore:
Timestamp:
Mar 12, 2014, 6:39:39 PM (10 years ago)
Author:
devans@…
Message:

gstreamer010-gst-plugins-bad: uniformly reformat tabs, white space only.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/gnome/gstreamer010-gst-plugins-bad/Portfile

    r117775 r117779  
    55
    66# https://bugzilla.gnome.org/show_bug.cgi?id=636134
    7 PortGroup   muniversal 1.0
     7PortGroup           muniversal 1.0
    88
    99name                gstreamer010-gst-plugins-bad
     
    3030                    rmd160  3a837843b8aa941ff7c81b90d37930ccb1ddb0be
    3131
    32 depends_build port:pkgconfig
    33 depends_lib port:gstreamer010-gst-plugins-base \
    34             port:XviD \
    35             port:curl \
    36             port:dirac \
    37             port:exempi \
    38             port:faac \
    39             port:faad2 \
    40             port:jasper \
    41             port:libdc1394 \
    42             port:libdca \
    43             port:libexif \
    44             port:libglade2 \
    45             port:libmms \
    46             port:libmodplug \
    47             port:libmpcdec \
    48             port:libmusicbrainz2 \
    49             port:libpng \
    50             port:librsvg \
    51             port:libsndfile \
    52             port:libvpx \
    53             port:soundtouch \
    54             port:neon \
    55             port:rtmpdump \
    56             port:schroedinger
     32depends_build       port:pkgconfig
     33depends_lib         port:gstreamer010-gst-plugins-base \
     34                    port:XviD \
     35                    port:curl \
     36                    port:dirac \
     37                    port:exempi \
     38                    port:faac \
     39                    port:faad2 \
     40                    port:jasper \
     41                    port:libdc1394 \
     42                    port:libdca \
     43                    port:libexif \
     44                    port:libglade2 \
     45                    port:libmms \
     46                    port:libmodplug \
     47                    port:libmpcdec \
     48                    port:libmusicbrainz2 \
     49                    port:libpng \
     50                    port:librsvg \
     51                    port:libsndfile \
     52                    port:libvpx \
     53                    port:soundtouch \
     54                    port:neon \
     55                    port:rtmpdump \
     56                    port:schroedinger
    5757
    5858#
     
    7575#
    7676
    77 configure.args              --disable-silent-rules \
    78                             --disable-assrender \
    79                             --disable-quicktime \
    80                             --disable-mpeg2enc \
    81                             --disable-mplex \
    82                             --disable-opus \
    83                             --disable-opencv \
    84                             --disable-lv2 \
    85                             --disable-resindvd \
    86                             --disable-sdl \
    87                             --disable-sdltest \
    88                             --disable-spandsp \
    89                             --disable-schemas-compile \
    90                             --enable-experimental \
    91                             --enable-static
     77configure.args      --disable-silent-rules \
     78                    --disable-assrender \
     79                    --disable-quicktime \
     80                    --disable-mpeg2enc \
     81                    --disable-mplex \
     82                    --disable-opus \
     83                    --disable-opencv \
     84                    --disable-lv2 \
     85                    --disable-resindvd \
     86                    --disable-sdl \
     87                    --disable-sdltest \
     88                    --disable-spandsp \
     89                    --disable-schemas-compile \
     90                    --enable-experimental \
     91                    --enable-static
    9292
    9393#
     
    9696
    9797if { ${os.major} < 10 } {
    98         depends_lib-delete port:soundtouch
    99         configure.args-append --disable-soundtouch
     98    depends_lib-delete port:soundtouch
     99    configure.args-append --disable-soundtouch
    100100}
    101101
     
    104104configure.env-append        "HAVE_CXX=yes"
    105105
    106 use_autoreconf          yes
    107 autoreconf.args         -fvi
     106use_autoreconf      yes
     107autoreconf.args     -fvi
    108108
    109 patchfiles  modplug.patch \
    110             po.patch \
    111             objcflags.patch
     109patchfiles          modplug.patch \
     110                    po.patch \
     111                    objcflags.patch
    112112
    113113post-patch {
     
    119119
    120120variant no_x11 {
    121         configure.args-append --disable-examples
     121    configure.args-append --disable-examples
    122122}
    123123
     
    142142
    143143post-activate {
    144         system "${prefix}/bin/glib-compile-schemas ${prefix}/share/glib-2.0/schemas"
     144    system "${prefix}/bin/glib-compile-schemas ${prefix}/share/glib-2.0/schemas"
    145145}
    146146
    147 livecheck.type  none
     147livecheck.type      none
Note: See TracChangeset for help on using the changeset viewer.