mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
b62b785f2d
- take over maintainership (after some months of maintainer timeout) Note: I have write access to the LAME repository, I think this is enough to justify this and the following decisions. - remove gtk support (it's only useful for active mp3 algorithm developers, and if you use it, you use the CVS version of it, so there's no need to install it) - don't add vorbis support from PR 39606: * there are much better tools to encode ogg vorbis * there's no support from the LAME developers (FreeBSD would be the only OS with working vorbis in LAME) * it will get removed in a later LAME version Submitted by: many, see PRs PR: 39606, 43255, 43727
27 lines
880 B
Plaintext
27 lines
880 B
Plaintext
bin/lame
|
|
bin/mp3rtp
|
|
include/lame/lame.h
|
|
lib/libmp3lame.a
|
|
lib/libmp3lame.so.0
|
|
@exec ln -fs %F %B/libmp3lame.so
|
|
@unexec rm -f %B/libmp3lame.so
|
|
%%PORTDOCS%%share/doc/lame/API
|
|
%%PORTDOCS%%share/doc/lame/LICENSE
|
|
%%PORTDOCS%%share/doc/lame/PRESETS.draft
|
|
%%PORTDOCS%%share/doc/lame/README
|
|
%%PORTDOCS%%share/doc/lame/TODO
|
|
%%PORTDOCS%%share/doc/lame/USAGE
|
|
%%PORTDOCS%%share/doc/lame/html/basic.html
|
|
%%PORTDOCS%%share/doc/lame/html/contributors.html
|
|
%%PORTDOCS%%share/doc/lame/html/examples.html
|
|
%%PORTDOCS%%share/doc/lame/html/history.html
|
|
%%PORTDOCS%%share/doc/lame/html/id3.html
|
|
%%PORTDOCS%%share/doc/lame/html/index.html
|
|
%%PORTDOCS%%share/doc/lame/html/lame.css
|
|
%%PORTDOCS%%share/doc/lame/html/modes.html
|
|
%%PORTDOCS%%share/doc/lame/html/node6.html
|
|
%%PORTDOCS%%share/doc/lame/html/switchs.html
|
|
%%PORTDOCS%%@dirrm share/doc/lame/html
|
|
%%PORTDOCS%%@dirrm share/doc/lame
|
|
@dirrm include/lame
|