Ticket #37081: gst-plugins-ugly.diff

File gst-plugins-ugly.diff, 2.2 KB (added by thijsvermeir@…, 11 years ago)
  • Portfile

     
    77PortGroup   muniversal 1.0
    88
    99name                gst-plugins-ugly
    10 version             0.10.19
    11 revision            5
     10version             1.0.5
    1211description         \
    1312    A set of good-quality plug-ins for GStreamer that might pose distribution \
    1413    problems.
     
    1615    GStreamer Ugly Plug-ins is a set of plug-ins that have good quality and \
    1716    correct functionality, but distributing them might pose problems. The \
    1817    license on either the plug-ins or the supporting libraries might not be how \
    19     we'd like. The code might be widely known to present patent problems. 
     18    we'd like. The code might be widely known to present patent problems.
    2019maintainers         rmstonecipher openmaintainer
    2120categories          gnome
    2221platforms           darwin
     
    2423master_sites        http://gstreamer.freedesktop.org/src/${name}/
    2524license             GPL-2+ LGPL-2+
    2625
    27 checksums           md5     1d81c593e22a6cdf0f2b4f57eae93df2 \
    28                     sha1    a28e4e8962f1fe385a098b13249a2b817c44fe63 \
    29                     rmd160  39fadcf4205bbe0fd2dc079296c816d8668cc59d
     26checksums           rmd160  81939abf5e993f1627d1e051bb6f8b767d7ab487 \
     27                    sha256  a62a182ea96d9b2783b493b46d531914db9d2ebb9e537e9c84668fe752791331
    3028
    3129depends_build       port:pkgconfig
    3230depends_lib         port:gst-plugins-base \
     
    4139                    port:twolame \
    4240                    port:x264
    4341
    44 use_bzip2           yes
     42use_xz              yes
    4543
    46 patchfiles          libcdio.patch
    47 patch.pre_args      -p1
    48 
    4944configure.args              mandir=${prefix}/share/man --enable-static
    5045configure.cppflags-append   "-L${prefix}/lib"
    5146configure.cflags-append     -funroll-loops -fstrict-aliasing
     
    5853    ${worksrcpath}/configure
    5954}
    6055
    61 if {[variant_isset universal]} { 
     56if {[variant_isset universal]} {
    6257    set merger_host(x86_64) x86_64-apple-${os.platform}${os.major}
    6358    set merger_host(i386) i686-apple-${os.platform}${os.major}
    6459    set merger_configure_args(x86_64) --build=x86_64-apple-${os.platform}${os.major}