- Update to 0.9.2
- Use INSTALL_TARGET as install-strip
while here
- Use options helpers
- Add a pkg-plist file
mp3splt
- Update to 2.6.2
while here
- Use options helpers
- Add a pkg-plist file
PR: 195923
Submitted by: Anton Yuzhaninov <citrin+pr@citrin.ru> (maintainer)
The id3tag library will fail to be detected on systems using ld from
recent binutils. This is because libid3tag is linked without zlib also
being linked directly, and be default it doesn't search libraries linked
to linked libraries. The configure script is patched with "-lz" to fix.
Also remove redundant MAKE_JOBS_SAFE while we are here.
Approved by: bapt (mentor), maintainer
- Remove WITHOUT_NLS patch which was applied upstream
Changes:
- fixed bug #3028775 & #3028078: naming conventions for files > 100 minutes confuses sort
- fixed bug #3025671: getting original ID3v2 tags was not working on Windows
- fixed bug #3012688: wrong include and lib path using --with-mp3splt
- fixed bug #2969968: build failed with --disable-nls
- fixed bug #2969223: 'invalid dir I:'
- added > 2Gb support on Windows
PR: ports/151114
Submitted by: sunpoet (myself)
Approved by: Anton Yuzhaninov <citrin at citrin.ru> (maintainer), pgollucci (mentor)