Projects
New Ticket     Wiki     Browse Source     Timeline     Roadmap     Bug Reports     Search

Changeset 26642

Show
Ignore:
Timestamp:
07/01/07 04:03:44 (17 months ago)
Author:
rhwood@…
Message:

Upgrade to version 0.10.6
Claim joint maintainership with openmaintainer@
Add dependencies to make this a useful port
Remove unneeded port-extract phase
Remove apparently unneeded configure environment settings

Files:
1 modified

Legend:

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

    r21392 r26642  
    22PortSystem 1.0 
    33name            gst-plugins-good 
    4 version         0.10.3 
     4version         0.10.6 
    55description     This is gst-plugins, a set of plug-ins for GStreamer. 
    66long_description        ${description} 
    7 maintainers     nomaintainer@macports.org 
     7maintainers     rhwood openmaintainer@macports.org 
    88categories      gnome 
    99platforms       darwin  
    1010homepage        http://www.gnome.org/ 
    1111master_sites    gnome:sources/gst-plugins-good/0.10/ http://gstreamer.freedesktop.org/src/${name}/ 
    12 checksums       md5 2b59bce477349628ee549c2ce1d80a3a \ 
    13                 sha1 d3616a0bd12b4c98dfdc3b4a0498ec77779a5d46 \ 
    14                 rmd160 3f6f5ae89e566e3a900e1ce1e67b56742bf1eb0c 
    15 depends_lib     port:gst-plugins-base 
     12checksums       md5 25f111360c2930705b91b4fcf93ae5c5 \ 
     13                sha1 eb918b6876e90f4ac803d209a14b32c1b3e26695 \ 
     14                rmd160 fd0102617759611f9b6e9e490101b95f4369f4e8 
     15depends_lib     \ 
     16        port:gst-plugins-base \ 
     17        port:libcdio \ 
     18        port:flac \ 
     19        port:libcaca \ 
     20        port:dv \ 
     21        port:libshout2 \ 
     22        port:speex \ 
     23        port:taglib \ 
     24        port:wavpack 
    1625# could depend on tons for multimedia stuff +variants 
    1726use_bzip2       yes 
    18 configure.args  mandir=${prefix}/share/man --enable-static 
    19 configure.env   CPPFLAGS="-L${prefix}/lib -I${prefix}/include" LDFLAGS="-L${prefix}/lib" \ 
    20                 CFLAGS="-no-cpp-precomp -funroll-loops -fstrict-aliasing"  
    21 post-extract { 
    22         reinplace "s|-flat_namespace -undefined suppress|-undefined define_a_way|g" \ 
    23                 ${worksrcpath}/configure 
    24 } 
     27configure.args  mandir=${prefix}/share/man