Ticket #42634: patch-taglib-1.9.1_2014Feb27_01.diff

File patch-taglib-1.9.1_2014Feb27_01.diff, 1.4 KB (added by ctreleaven (Craig Treleaven), 10 years ago)
  • Portfile

    diff -urN -x .DS_Store /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/audio/taglib/Portfile ./Portfile
    old new  
    55PortGroup  cmake  1.0
    66
    77name             taglib
    8 version          1.8
     8version          1.9.1
    99categories       audio
    1010license          {LGPL-2 MPL-1.1}
    1111maintainers      rmstonecipher openmaintainer
     
    1717    Vorbis comments in FLAC files.
    1818homepage         http://developer.kde.org/~wheeler/taglib.html
    1919platforms        darwin
    20 master_sites     https://github.com/downloads/${name}/${name}/
    21 checksums           rmd160  1009fe5b59043ff2096087ea167b358a175e5a92 \
    22                     sha256  66d33481703c90236a0a9d1c38fd81b584ca7109ded049225f5463dcaffc209a
     20master_sites     http://${name}.github.io/releases/
     21checksums           rmd160  932a71f5c9e8fe332a90d29a36ac1310c025879c \
     22                    sha256  72d371cd1419a87ae200447a53bff2be219283071e80fd12337928cc967dc71a
    2323
    2424depends_lib-append  port:zlib
    2525
     
    2929
    3030configure.args-append  ../${distname} \
    3131                       -DWITH_ASF=On -DWITH_MP4=On
    32 # asf and mp4 are necessary for Amarok. 
     32# asf and mp4 are necessary for Amarok.
    3333# Change to make them optional was reportedly political
    3434# http://lists.kde.org/?l=amarok&m=125338541922769&w=2
    3535