[Bug 202576] audio/deadbeef: respect OGG option
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sat Aug 22 17:02:15 UTC 2015
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=202576
Bug ID: 202576
Summary: audio/deadbeef: respect OGG option
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: vg at FreeBSD.org
Reporter: novel at FreeBSD.org
Assignee: vg at FreeBSD.org
Flags: maintainer-feedback?(vg at FreeBSD.org)
Created attachment 160218
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=160218&action=edit
respect ogg option
Currently the OGG option is not respected:
(19:57) novel at kloomba:/usr/ports/audio/deadbeef %> sudo make showconfig|grep
OGG
OGG=off: Ogg media format support
(19:57) novel at kloomba:/usr/ports/audio/deadbeef %> sudo make clean configure
2>/dev/null|grep vorbis
vorbis: yes - ogg vorbis player
config.status: creating plugins/vorbis/Makefile
(19:58) novel at kloomba:/usr/ports/audio/deadbeef %>
It was fixed upstream:
https://github.com/Alexey-Yakovenko/deadbeef/commit/f58d6e38ac9725fd1fe7760232a36bcefa940ee4
I have reproduced this fix using sed(1)
(19:59) novel at kloomba:~/ports_stuff/deadbeef %> make showconfig|grep OGG
OGG=off: Ogg media format support
(19:59) novel at kloomba:~/ports_stuff/deadbeef %> make clean configure
2>/dev/null|grep vorbis
vorbis: no - ogg vorbis player
config.status: creating plugins/vorbis/Makefile
(19:59) novel at kloomba:~/ports_stuff/deadbeef %>
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list