Date: Sat, 25 Jun 2016 18:59:00 +0000 From: bugzilla-noreply@freebsd.org To: gnome@FreeBSD.org Subject: [Bug 210548] audio/pulseaudio: Update to 9.0 Message-ID: <bug-210548-6497-EL3I8vX8cL@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-210548-6497@https.bugs.freebsd.org/bugzilla/> References: <bug-210548-6497@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D210548 --- Comment #10 from lightside <lightside@gmx.com> --- Looks like, the method which I used to search *_DEPENDS in comment #2 is wr= ong, because it doesn't mention multi-line *_DEPENDS. It's possible to search wi= th using pcregrep program (from devel/pcre port): % cd /usr/ports && find * -type f -iname Makefile\* | xargs -L1 pcregrep -M= le 'LIB_DEPENDS(.*\\.*\n)*.*:.*audio/pulseaudio' | sed -e 's|/Makefile.*||' | = sort -u | fmt Current output for LIB_DEPENDS: accessibility/speech-dispatcher audio/alsa-plugins audio/aqualung audio/clementine-player audio/cmus audio/csound audio/csound6 audio/darkice audio/deadbeef audio/dream audio/fluidsynth audio/gnome-media audio/gogglesmm audio/gtick audio/harp audio/hydrogen audio/hydrogen-devel audio/kmix audio/libao audio/libcanberra audio/libmatemixer audio/lmms audio/mangler audio/mhwaveedit audio/musescore audio/musicpd audio/openal-soft audio/paman audio/paprefs audio/pavucontrol audio/pavumeter audio/siren audio/sox audio/wavbreaker audio/xfce4-pulseaudio-plugin audio/xmms2 audio/xmp comms/deforaos-phone comms/fldigi comms/gqrx comms/morse comms/qsstv comms/quisk comms/twpsk deskutils/cairo-dock-plugins deskutils/spice-gtk deskutils/xfce4-volumed-pulse devel/allegro-devel devel/efl devel/ptlib devel/sdl12 emulators/dolphin-emu emulators/higan emulators/snes9x-gtk emulators/vice emulators/virtualbox-ose games/retroarch games/stepmania-devel graphics/swfdec lang/squeak multimedia/aegisub multimedia/audacious-plugins multimedia/avidemux multimedia/ffmpeg multimedia/gmerlin multimedia/gmtk multimedia/gnome-mplayer multimedia/gstreamer-plugins multimedia/gstreamer1-plugins multimedia/kodi multimedia/libav multimedia/libxine multimedia/lives multimedia/mplayer multimedia/mplayer2 multimedia/mpv multimedia/mythtv-frontend multimedia/obs-studio multimedia/phonon multimedia/plexhometheater multimedia/qmmp multimedia/qmmp-qt5 multimedia/qt4-mobility multimedia/qt5-multimedia multimedia/qt5-phonon4 multimedia/vlc net-im/empathy net-im/ring-daemon net-p2p/gnunet net/freerdp net/gtk-vnc net/guacamole-server sysutils/cinnamon-control-center sysutils/cinnamon-settings-daemon sysutils/gnome-settings-daemon sysutils/mate-settings-daemon www/chromium x11-wm/e16 x11/cinnamon x11/gnome-shell x11/i3status x11/kde4-runtime x11/workrave Current output for RUN_DEPENDS: audio/pavumeter Current output for BUILD_DEPENDS: audio/pavumeter net/xrdp-devel Still, I'm not sure whether PORTREVISION changes for dependent ports are needed, e.g. because of libpulse.so.0.19.0 -> libpulse.so.0.20.0 changes, w= hile programs/libraries links with libpulse.so.0 only, which not changed its nam= e. --=20 You are receiving this mail because: You are the assignee for the bug. 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-210548-6497-EL3I8vX8cL>