Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Aug 2015 17:02:15 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 202576] audio/deadbeef: respect OGG option
Message-ID:  <bug-202576-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org
          Reporter: novel@FreeBSD.org
          Assignee: vg@FreeBSD.org
             Flags: maintainer-feedback?(vg@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@kloomba:/usr/ports/audio/deadbeef %> sudo make showconfig|grep
OGG
     OGG=off: Ogg media format support
(19:57) novel@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@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@kloomba:~/ports_stuff/deadbeef %> make showconfig|grep OGG
     OGG=off: Ogg media format support
(19:59) novel@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@kloomba:~/ports_stuff/deadbeef %>

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-202576-13>