Ticket #1095: smpeg.diff

File smpeg.diff, 1.3 KB (added by blb@…, 21 years ago)

unidiff to Portfile

  • Portfile

    old new  
    33PortSystem 1.0
    44name            smpeg
    55version         0.4.4
    6 revision        1       
     6revision        2
    77categories      devel
    88maintainers     mww@opendarwin.org
    99description     a general purpose MPEG video/audio player/library
     
    1111                        library programmed by Loki entertainment and others
    1212
    1313homepage        http://www.lokigames.com/development/smpeg.php3
    14 master_sites    ftp://ftp.lokigames.com/pub/open-source/smpeg/
    15 checksums       md5 59c76ac704088ef5539210190c4e1fe3
     14master_sites    ftp://ftp.lokigames.com/pub/open-source/smpeg/ \
     15                                http://distfiles.opendarwin.org/:lt
     16distfiles-append        ltconfig13:lt ltmain13:lt
     17extract.only    ${distname}${extract.sufx}
     18
     19checksums       ${distname}${extract.sufx} md5 59c76ac704088ef5539210190c4e1fe3 \
     20            ltconfig13 md5 ea53f42a550c9f9e653758a8ed91574e \
     21            ltmain13 md5 e094ae92724c4015dbab97de151c2525
    1622
    1723depends_lib     lib:libSDL:libsdl
    1824
     25post-patch {
     26        system "cp ${distpath}/ltconfig13 ${worksrcpath}/ltconfig"
     27        system "cp ${distpath}/ltmain13 ${worksrcpath}/ltmain.sh"
     28}
     29
    1930configure.args  --without-x \
    2031                --disable-gtktest \
    2132                --disable-gtk-player \
     33                --disable-static \
    2234                --mandir=${prefix}/share/man
    2335
    2436post-configure  { reinplace "s|gcc|g++|g" ${worksrcpath}/Makefile }