Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Sep 2014 07:42:25 +0000
From:      bugzilla-noreply@freebsd.org
To:        emulation@FreeBSD.org
Subject:   [Bug 193862] New: audio/linux-c6-{flac, libsndfile, alsa-plugins-pulseaudio, pulseaudio-libs}: fix depends, comment/conflicts in flac
Message-ID:  <bug-193862-4077@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193862

            Bug ID: 193862
           Summary: audio/linux-c6-{flac,libsndfile,alsa-plugins-pulseaudi
                    o,pulseaudio-libs}: fix depends, comment/conflicts in
                    flac
           Product: Ports Tree
           Version: Latest
          Hardware: Any
                OS: Any
            Status: Needs Triage
          Keywords: patch
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: xmj@FreeBSD.org
          Reporter: jbeich@vfemail.net
                CC: emulation@FreeBSD.org

Created attachment 147588
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=147588&action=edit
fix

linux-c6-flac/Makefile:COMMENT=                Audio system for the KDE
integrated X11 desktop (Linux CentOS ${LINUX_DIST_VER})
linux-c6-flac/Makefile:CONFLICTS=              linux-arts-[0-9]*
linux-f10-arts-[0-9]*

$ readelf -d $(make -V WRKSRC -C linux-c6-flac)/usr/lib/libFLAC.so.8 | fgrep
NEEDED
 0x00000001 (NEEDED)                     Shared library: [libm.so.6]
 0x00000001 (NEEDED)                     Shared library: [libogg.so.0]
 0x00000001 (NEEDED)                     Shared library: [libc.so.6]

$ readelf -d $(make -V WRKSRC -C linux-c6-libsndfile)/usr/lib/libsndfile.so.1 |
fgrep NEEDED
 0x00000001 (NEEDED)                     Shared library: [libFLAC.so.8]
 0x00000001 (NEEDED)                     Shared library: [libvorbisenc.so.2]
 0x00000001 (NEEDED)                     Shared library: [libvorbis.so.0]
 0x00000001 (NEEDED)                     Shared library: [libogg.so.0]
 0x00000001 (NEEDED)                     Shared library: [libm.so.6]
 0x00000001 (NEEDED)                     Shared library: [libc.so.6]

$ readelf -d $(make -V WRKSRC -C
linux-c6-pluseaudio-libs)/usr/lib/libpulse.so.0 | fgrep NEEDED
 0x00000001 (NEEDED)                     Shared library:
[libpulsecommon-0.9.21.so]
 0x00000001 (NEEDED)                     Shared library: [libX11.so.6]
 0x00000001 (NEEDED)                     Shared library: [libSM.so.6]
 0x00000001 (NEEDED)                     Shared library: [libICE.so.6]
 0x00000001 (NEEDED)                     Shared library: [libXtst.so.6]
 0x00000001 (NEEDED)                     Shared library: [libwrap.so.0]
 0x00000001 (NEEDED)                     Shared library: [libsndfile.so.1]
 0x00000001 (NEEDED)                     Shared library: [libasyncns.so.0]
 0x00000001 (NEEDED)                     Shared library: [libdbus-1.so.3]
 0x00000001 (NEEDED)                     Shared library: [libpthread.so.0]
 0x00000001 (NEEDED)                     Shared library: [librt.so.1]
 0x00000001 (NEEDED)                     Shared library: [libdl.so.2]
 0x00000001 (NEEDED)                     Shared library: [libm.so.6]
 0x00000001 (NEEDED)                     Shared library: [libc.so.6]

$ readelf -d $(make -V WRKSRC -C
linux-c6-alsa-plugins-pulseaudio)/usr/lib/alsa-lib/libasound_module_pcm_pulse.so
| fgrep NEEDED
 0x00000001 (NEEDED)                     Shared library: [libpulse.so.0]
 0x00000001 (NEEDED)                     Shared library: [libasound.so.2]
 0x00000001 (NEEDED)                     Shared library: [libc.so.6]

-- 
You are receiving this mail because:
You are on the CC list for the bug.



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