Ticket #22962: libsdl_mixer_Portfile_1.2.11.diff

File libsdl_mixer_Portfile_1.2.11.diff, 3.4 KB (added by tchristney@…, 14 years ago)

patch to the libsdl_mixer Portfile to upgrade to 1.2.11

  • dports/audio/libsdl_mixer/Portfile

     
    44
    55name            libsdl_mixer
    66set my_name     SDL_mixer
    7 version         1.2.10
     7version         1.2.11
    88categories      audio devel
    99platforms       macosx
    1010maintainers     nomaintainer
     
    2020master_sites    ${homepage}release/
    2121distname        ${my_name}-${version}
    2222
    23 patchfiles      patch-leopard.diff
     23#patchfiles      patch-leopard.diff
    2424
    25 checksums       md5     a357558552436b0b5ea0333b3e2327df \
    26                 sha1    ee644e805aca76c0ad368c3697206f7ee3266a33 \
    27                 rmd160  973cded82066e4fa35179a753b04d831ee3b28f3
     25checksums       md5     65ada3d997fe85109191a5fb083f248c \
     26                sha1    ef5d45160babeb51eafa7e4019cec38324ee1a5d \
     27                rmd160 559355116a1c380edf71879da0dbcf5359f05476
    2828
    2929depends_lib     path:lib/pkgconfig/sdl.pc:libsdl \
    3030                port:smpeg \
  • dports/PortIndex

     
    417417libsamplerate 569
    418418variants universal depends_build path:bin/pkg-config:pkgconfig portdir audio/libsamplerate description {libsamplerate (also known as Secret Rabbit Code) is a library for performing sample rate conversion of audio data.} homepage http://www.mega-nerd.com/libsamplerate/ epoch 0 platforms darwin depends_lib {port:fftw-3 port:libsndfile} name libsamplerate long_description {{libsamplerate (also known as Secret Rabbit Code) is a library for performing sample rate conversion of audio data.}} maintainers {boeyms openmaintainer} categories audio version 0.1.7 revision 0
    419419libsdl_mixer 529
    420 variants {mikmod universal} portdir audio/libsdl_mixer description {Audio mixer library for SDL} homepage http://www.libsdl.org/projects/SDL_mixer/ epoch 0 platforms macosx name libsdl_mixer depends_lib {path:lib/pkgconfig/sdl.pc:libsdl port:smpeg port:libvorbis port:libogg} long_description {A sample multi-channel audio mixer library. It supports any number of simultaneously playing channels of 16 bit stereo audio, plus a single channel of music.} maintainers nomaintainer categories {audio devel} version 1.2.10 revision 0
     420variants {mikmod universal} portdir audio/libsdl_mixer description {Audio mixer library for SDL} homepage http://www.libsdl.org/projects/SDL_mixer/ epoch 0 platforms macosx name libsdl_mixer depends_lib {path:lib/pkgconfig/sdl.pc:libsdl port:smpeg port:libvorbis port:libogg} long_description {A sample multi-channel audio mixer library. It supports any number of simultaneously playing channels of 16 bit stereo audio, plus a single channel of music.} maintainers nomaintainer categories {audio devel} version 1.2.11 revision 0
    421421libsdl_mixer-framework 488
    422422variants universal portdir audio/libsdl_mixer-framework description {Audio mixer library for SDL} homepage http://www.libsdl.org/projects/SDL_mixer/ epoch 0 platforms macosx name libsdl_mixer-framework depends_lib port:libsdl-framework long_description {A sample multi-channel audio mixer library. It supports any number of simultaneously playing channels of 16 bit stereo audio, plus a single channel of music.} maintainers nomaintainer version 1.2.8 categories {audio devel} revision 2
    423423libsdl_sound 630