pkgsrc/audio
nros 5a42921726 Updated qsynth to version 0.4.1.
This version depends on qt4 or qt5 instead of qt3.

ChangeLog


0.4.1  2016-04-05  Spring'16 release frenzy.

- Dropped old "Start minimized to system tray" option from setup.

- CMake script lists update (patch by Orcan Ogetbil, thanks).

- Added application keywords to freedesktop.org's AppData.

- System-tray icon context menu has been fixed/hacked to show up
  again on Plasma 5 (aka. KDE5) notifications status area.

- Prevent x11extras module from use on non-X11/Unix plaforms.

- Messages standard output capture has been improved in both ways
  a non-blocking pipe may get.

- Regression fix for invalid system-tray icon dimensions reported
  by some desktop environment frameworks.


0.4.0  2015-09-07  Summer'15 release frenzy.

- Desktop environment session shutdown/logout management has been
  also adapted to Qt5 framework.

- Single/unique application instance control adapted to Qt5/X11.

- Output meter scale text color fixed on dark color schemes.

- Prefer Qt5 over Qt4 by default with configure script.

- Complete rewrite of Qt4 vs. Qt5 configure builds.

- A new top-level widget window geometry state save and restore
  sub-routine is now in effect.

- Fixed for some strict tests for Qt4 vs. Qt5 configure builds.

- German (de) translation update (by Guido Scholz, thanks).


0.3.9  2015-03-25  Pre-LAC2015 release frenzy.

- Added application description as freedesktop.org's AppData.

- New user preference option on whether to show the nagging
  'program will keep running in the system tray' message, on
  main window close.

- Application close confirm warning is now raising the main
  window as visible and active for due top level display,
  especially applicable when minimized to the system tray.

- A man page has been added.

- Translations install directory change.

- Allow the build system to include an user specified LDFLAGS.

- Czech (cs) translation updated (by Pavel Fric, thanks).


0.3.8  2013-12-31  A fifth of a Jubilee.

- More preparations for Qt5 configure build.

- Serbian (sr) translation added (by Jay Alexander Fleming,
  thanks).


0.3.7  2013-04-16  Spring cleaning sale.

- New French (fr) translation added (by Yann Collette, thanks).

- Reversed (mouse) scroll-wheel effect on dial knob widgets.

- Preparations for Qt5 migration.

- MIDI bank select mode control added to engine setup dialog
  (after a clean patch ticket by Kurt Stephens, thanks).

- Added include <unistd.h> to shut up gcc 4.7 build failures.

- Make(ing) -jN parallel builds now available to the masses
  (an awesome patch by kensington, thanks).

- Fixed Makefile.in handling of installation directories to
  the configure script eg. --datadir, --localedir.

- Main window is now brought to front and (re)activated when
  clicking on the system tray icon instead of just hiding it.

- Debugging stacktrace now applies to all working threads.


0.3.6  2011-04-07  Slip release.

- Main window layout fixing with regard to its user preferred
  size and recall when system-tray icon is not enabled.

- Channels list preset items now activated on double-click.

- Desktop environment session shutdown (eg. logout) is now
  tapped for graceful application exit, even though the main
  window is active (visible) and minimizing to system tray
  is enabled. Both were causing first shutdown/logout attempt
  to abort. Not anymore, hopefully ;).

- libX11 is now being added explicitly to the build link phase,
  as seen necessary on some bleeding-edge distros eg. Fedora 13,
  Debian 6.

- General standard dialog buttons layout is now in place.

- CMake build system. It was silently available in 0.3.5, but
  now it is officially unveiled.

- Fixed a couple of dangling pointers.

- Mac OSX: Enabled the MIDI name Id option for CoreMIDI driver
  ports, added the icon to the app bundle.


0.3.5  2010-04-27  Overdue release.

- Initial widget geometry and visibility persistence logic has
  been slightly revised as much to avoid crash failures due to
  wrong main widget hidden state.

- General source tree layout and build configuration change.

- Most modal message dialog boxes (eg. critical errors) are now
  replaced by system tray icon bubble messages where available.

- Reverb and Chorus parameter ranges have been revised to match
  and comply with fluidsynth back-end (libfluidsynth).

- Fluidsynth channel info and unset program interfaces are now in
  use where available (libfluidsynth >= 1.1.1).

- Global configuration state is now explicitly saved/committed to
  disk when Options dialog changes are accepted and applied.

- Output peak level meters get their long deserved gradient look.

- Automatic crash-dump reports, debugger stack-traces (gdb), back-
  traces, whatever, are being introduced as a brand new configure
  option (--enable-stacktrace) and default enabled on debug build
  targets (--enable-debug).

- Added Czech (cs) translation, contributed by Pavel Fric.

- The channel preset selector (Channels/Edit...) has been seriously
  crippled for ages, only showing the presets of the last loaded
  soundfont, now fixed.

- Minimum number of MIDI channels allowed on engine setup has been
  dropped from the old value 16 to as low as 1 (one), not that it
  makes a difference, as (lib)fluidsynth internals just rounds it
  to the nearest multiple of 16 anyway.

- Cleanup to knobs source, simplified from redundant stuff.


0.3.4  2009-05-10  New release.

- Command line option parsing has been slightly refactored to allow
  custom override through extraordinary fluidsynth option settings
  (eg. -o name=value; fixes bug #2781579).

- Main form layout has been given a little bit more slack space, just
  to accommodate some longer text label translations (eg. German).

- Converted obsolete QMessageBox forms to standard buttons.

- Saved channel presets are now effectively loaded on engine startup.

- Russian translation added (thanks to Alexandre Prokoudine).

- Grayed/disabled palette color group fix for dark color themes.

- Qt Software logo update.

- Fait-divers: desktop menu file touched to openSUSE conventions.

- Slight optimizations to the output peak meters refresh rate.

- MIDI and audio device names are now user selectable options through
  respective drop-down lists on each engine setup dialog.

- New knob style: Skulpture.


0.3.3  2008-07-10  Knobs galore.

- Due to some trouble with newer Qt >= 4.4 applications regarding font
  size configuration, a new global user option is now available to the
  rescue: Options.../Other/Base font size (default is no-op).

- Knobs: graphic styles are now QStyle derived classes, which are
  assigned to the knobs using QWidget::setStyle(). Three styles
  are implemented in this way, supporting also the legacy QDial:
  * Our former look, tweaked and ported from Sonic Visualiser.
  * A port of the new look implemented by David Garcia.
  * Another ported widget style, designed by Giuseppe Cigala.

- Spanish translation added.

- Attempt to load Qt's own translation support and get rid of
  the ever warning startup message, unless built in debug moderr;
  also introducing the very first and complete German translation
  (patching transaction by Guido Scholz, thanks).

- Messages file logging makes its first long overdue appearance,
  with user configurable settings in Options/Logging.

- Only one application instance is now allowed to be up and running,
  with immediate but graceful termination upon startup iif an already
  running instance is detected, which will see its main widget shown
  up and all engines started automatically (Qt/X11 platform only).


0.3.2  2007-12-19  Minor stealth fixes and season greetings.

- A new option to start the program minimized when the system tray
  icon is enabled, is now available from Setup/Misc/Start minimized
  to system tray.

- Regression from QSystemTrayIcon (Qt4 >= 4.2) implementation, at
  least on X11 environments: while the main application widget was
  minimized to the system-tray, closing any other top-level widget
  was causing the immediate and unexpected application shutdown.

- Minor corrections on the output peak meter scale aesthetics.

- Tool/child windows position and size preservation fixed.

- Orphaned MIDI device name no longer mistaken when switching
  between MIDI drivers on engine setup.

- A bit more of precision is achieved over the output peak meters.

- Messages line limit was not being checked, now honored.

- Simple as it could ever be, the build executive summary report
  is now given on configure.

- Get configure to try and detect the correct qmake location and
  insert it the search order, so let the qt4 tools take precedence
  when --with-qt option is given and older qt3 ones coexist and
  are found located ahead in the PATH.

- The infamous "Keep child windows always on top" global option is
  now supposed to behave a little better when disabled, layering
  child windows as naturally as far the window manager dictates.

- Inspired on Andreas Persson patch, while on qjackctl-devel, which
  made it possible to compile and run with older Qt 4.1, similar
  arrangements were carried out on qsynth too, without hesitation.

- Main panel spin-boxes gets accelerated when stressed (Qt >= 4.2).


0.3.1   2007-07-16  Shallowed bug-fix release.

- Now using QSystemTrayIcon class facility if available (Qt4 >= 4.2)
  making the system-tray option available on most platforms, notably
  on Windows and Mac OS X.

- Combo-box setup history has been corrected on restore, which was
  discarding the very initial default (factory) contents.

- One programming error has been corrected, which was affecting
  the editable preset combo-boxes usability.

- Soundfont context menu is now available again even when the
  setup dialog soundfont list is empty.

- About form link is now browseable externally.

- Updated README-OSX (thanks to Ebrahim Mayat again).


0.3.0   2007-07-03  Qt4 migration was complete.

- Qt4 migration has comenced and is now complete. Care must be
  taken with this new configuration file and location: this
  release starts a new one from scratch and won't reuse any of
  the previous existing ones, although cut and paste might help
  if you know what you'll be doing :)

- Application icon is now installed to ${prefix}/share/pixmaps;
  application desktop entry file is now included in installation;
  spec file (RPM) is now a bit more openSUSE compliant; initial
  debianization.

- Default font option names were adjusted to "Sans Serif" and
  "Monospace", wherever available.

- The "keep child windows always on top" option is not set as
  default anymore, because window focus behavior gets tricky
  on some desktop environments (eg. Mac OS X, Gnome).

- Autoconf (configure) scripting gets an update.


0.2.6   2007-04-14  Nitpicking season closed :)

- Main panel window now keeps its previous iconic state on system tray,
  on application restart (thanks to Chris Cannam for hinting this one).

- Minor optimization in peak level meters update rate. Alternate but
  faster inline lroundf() function implementation is now used.

- Most top-level widgets were missing the normal-widget flag, which
  were causing some sticky size behavior on some window managers.

- Messages and channels window captions can now be set smaller as
  tool-widgets, in effect when child windows are kept always on top.

- While on the engine setup dialog, the ALSA sequencer client identifier
  is now also disabled depending on the MIDI input option setting.

- Experimental soundfont loader which prevents RAM image duplication
  if more than one engine loads the same soundfont file. Server-mode is
  now supported on multi-engine configurations by auto-increnmenting the
  shell socket listening port (both patches handed by Dave Searls, thanks).

- Engine name gets through the respective tab title when created. Fixed
  engine delete button enabling on the main window.

- Changed deprecated copyright attribute to license, on qsynth.spec (RPM).

- Added configure support for x86_64 libraries (Pedro Lopez-Cabanillas).

- GPL address update.


0.2.5   2006-03-05  Fancy dial knobs and effective bank-offsets.

- New dial-knob behavior now follows mouse pointer angular position,
  almost similar to old QDial, but this time avoiding that nasty and
  rather abrupt change on first mouse click.

- By simple use of widget subclassing, the value/position of any dial
  knob can now be reset to its default or original position at any time,
  by simply pressing the mouse mid-button. These default value positions
  are just committed to current dial values when switching engines and/or
  closing the application.

- Optional specification of alternate fluidsynth installation path
  has been added to configure command arguments (--with-fluidsynth).

- After some source code tweaks, a win32 build is now possible.
  (instructions will be provided on demand :)

- Bank offset finally gets its due effect, while on the channels and
  channel preset selection dialogs. Regretfully, the soundfont bank
  offset feature has been lurking ever since its inception, but now
  its live and hopefully effective.

- A new fancy widget has arrived, qsynthKnob, with some modifications to
  replace the actual *ugly* QDial widgets in the main window. This widget
  is based on a design by Thorsten Wilms, formerly implemented by Chris
  Cannam in Rosegarden, and finally adapted and brought to Qsynth by
  Pedro Lopez-Cabanillas. Thankyou all.
2016-04-23 12:32:47 +00:00
..
abcde Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
abcmidi Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
adplug Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
akode Whitespace. 2015-12-29 04:54:34 +00:00
akode-plugins-alsa
akode-plugins-jack
akode-plugins-mpc
akode-plugins-mpeg
akode-plugins-oss MacOS doesn't have OSS; mask this plugin. 2015-11-07 20:46:20 +00:00
akode-plugins-pulseaudio Recursive revbump from audio/pulseaudio. 2015-02-21 23:35:38 +00:00
akode-plugins-resampler
akode-plugins-sun MacOS doesn't support this audio interface. 2015-11-07 20:47:03 +00:00
akode-plugins-xiph
alacconvert Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
albumplayer Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
alsa-lib Update alsa-lib to 1.1.1. 2016-04-15 08:47:50 +00:00
alsa-plugins-oss Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
alsa-plugins-pulse Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
alsa-utils Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
amaroc Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
amarok Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
amarok-kde3 Recursive revbump from textproc/icu 57.1 2016-04-11 19:01:33 +00:00
amp Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
ampache Whitespace. 2015-12-29 04:54:34 +00:00
applerecords Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
ario Recursive revbump from textproc/icu 57.1 2016-04-11 19:01:33 +00:00
arts Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
asunder Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
aubio Extend PYTHON_VERSIONS_INCOMPATIBLE to 35 2015-12-05 21:25:27 +00:00
audacious Use OPSYSVARS. 2016-02-25 10:15:45 +00:00
audacious-plugins Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
audacity Recursive revbump from multimedia/libvpx 2015-11-18 14:19:46 +00:00
aumix Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
aumix-gtk Recursive revbump following MesaLib update, categories a through f. 2015-04-25 14:20:17 +00:00
bladeenc Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
blop Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
bml BUILDLINK_TRANSFORM needs to go before bsd.pkg.mk 2016-03-14 11:48:10 +00:00
bmp Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
bmp-crossfade Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
bmp-esound Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
bmp-flac Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
bmp-mac Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
bmp-musepack Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
bmp-pulse Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
bmp-scrobbler Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
bmpx Recursive revbump from textproc/icu 57.1 2016-04-11 19:01:33 +00:00
bsl Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
buzztard Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
cam Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
cd-discid Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
cddb-bundle Recursive revbump from textproc/icu 57.1 2016-04-11 19:01:33 +00:00
cddbd Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
cdparanoia Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
cdplayer Recursive revbump from textproc/icu 57.1 2016-04-11 19:01:33 +00:00
celt Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
chromaprint Bump ABI depends for chromaprint shlib version bump. 2016-02-11 14:16:03 +00:00
cmp3 Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
cmus Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
cplay Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
cripple Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
cs4235 Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
csound5 Use OPSYSVARS. 2016-02-25 10:15:45 +00:00
csound5-manual Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
csound6 A gettext-like function is not printf-like, but passing the first 2016-03-29 22:06:48 +00:00
csound6-manual Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
daapd Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
dap Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
darkice Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
deforaos-mixer Package DeforaOS Mixer 0.2.0 2016-02-20 15:03:34 +00:00
disc-cover Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
distmp3 Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
easyh10 Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
easytag Update Easytag to version 2.4.2. 2016-03-07 20:56:39 +00:00
eawpatches Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
emixer Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
esound Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
espeak Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
exaile Extend PYTHON_VERSIONS_INCOMPATIBLE to 35 2015-12-05 21:25:27 +00:00
eyeD3 Extend PYTHON_VERSIONS_INCOMPATIBLE to 35 2015-12-05 21:25:27 +00:00
ezstream Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
faac Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
faad2 Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
fdk-aac Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
festival actually, needs curses only on Linux (see DebianGNULinux.mak) 2016-03-09 11:18:59 +00:00
festival-doc Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
festlex-cmu Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
festlex-oald Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
festlex-ogi Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
festlex-poslex Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
festogi-spanish Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
festvox-abc Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
festvox-aec Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
festvox-don Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
festvox-el11 Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
festvox-en1 Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
festvox-hvs Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
festvox-jph Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
festvox-kal8 Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
festvox-kal16 Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
festvox-ked8 Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
festvox-ked16 Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
festvox-mwm Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
festvox-ogirab Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
festvox-rab8 Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
festvox-rab16 Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
festvox-tll Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
festvox-us1 Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
festvox-us2 Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
festvox-us3 Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
flac Don't remove -g, especially when it breaks e.g. -gdwarf-2. Add patch comment. 2016-01-07 15:34:33 +00:00
flac2mp3 Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
flac123 Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
flactag Revbump because of libmusicbrainz5 update. 2016-03-08 11:25:35 +00:00
flite Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
fluidsynth Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
freealut Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
freepats Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
freeswitch-music Whitespace. 2015-12-29 04:54:34 +00:00
freeswitch-sounds-en Whitespace. 2015-12-29 04:54:34 +00:00
freeswitch-sounds-fr Whitespace. 2015-12-29 04:54:34 +00:00
freeswitch-sounds-ru Whitespace. 2015-12-29 04:54:34 +00:00
freezetag Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
gbemol Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
gimmix Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
gkrellm-volume Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
glurp Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
glyr Recursive revbump from textproc/icu 57.1 2016-04-11 19:01:33 +00:00
gmp3info Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
gmpc Recursive revbump from textproc/icu 57.1 2016-04-11 19:01:33 +00:00
gmpc-alarm Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
gmpc-albumview Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
gmpc-jamendo Recursive revbump from textproc/icu 57.1 2016-04-11 19:01:33 +00:00
gmpc-libnotify Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
gmpc-lyrics Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
gmpc-lyricwiki Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
gmpc-magnatune Recursive revbump from textproc/icu 57.1 2016-04-11 19:01:33 +00:00
gmpc-tagedit Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
gmpc-wikipedia Recursive revbump from textproc/icu 57.1 2016-04-11 19:01:33 +00:00
gnome-audio Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
gnome-speech Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
gnome-speech-espeak
gnome-vfs-cdda Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
goom Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
gqmpeg-devel Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
gqmpeg-skins Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
gramofile Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
gsm Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
gst-buzztard Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
gst-plugins0.10-a52
gst-plugins0.10-alsa
gst-plugins0.10-cdparanoia
gst-plugins0.10-dts
gst-plugins0.10-esound
gst-plugins0.10-faac
gst-plugins0.10-faad
gst-plugins0.10-flac
gst-plugins0.10-fluendo-mp3 Update gst-plugins0.10-fluendo-mp3 to 0.10.32: 2016-01-03 18:05:13 +00:00
gst-plugins0.10-jack
gst-plugins0.10-lame
gst-plugins0.10-libvisual
gst-plugins0.10-mad
gst-plugins0.10-musepack Switch from libmpcdec to musepack. Bump PKGREVISION. 2014-04-18 13:44:32 +00:00
gst-plugins0.10-oss
gst-plugins0.10-pulse Recursive revbump from audio/pulseaudio. 2015-02-21 23:35:38 +00:00
gst-plugins0.10-sid
gst-plugins0.10-soundtouch Import gst-plugins0.10-soundtouch-0.10.23 as audio/gst-plugins0.10-soundtouch. 2014-08-07 20:27:42 +00:00
gst-plugins0.10-spc Fix DESCR. 2014-08-07 20:01:31 +00:00
gst-plugins0.10-speex
gst-plugins0.10-twolame
gst-plugins0.10-vorbis
gst-plugins0.10-wavpack
gst-plugins1-a52 Reset PKGREVISION for gst-plugins1* update to 1.4.0. 2014-08-08 21:31:06 +00:00
gst-plugins1-alsa Reset PKGREVISION for gst-plugins1* update to 1.4.0. 2014-08-08 21:31:06 +00:00
gst-plugins1-cdparanoia Reset PKGREVISION for gst-plugins1* update to 1.4.0. 2014-08-08 21:31:06 +00:00
gst-plugins1-dts Reset PKGREVISION for gst-plugins1* update to 1.4.0. 2014-08-08 21:31:06 +00:00
gst-plugins1-faac Reset PKGREVISION for gst-plugins1* update to 1.4.0. 2014-08-08 21:31:06 +00:00
gst-plugins1-faad Reset PKGREVISION for gst-plugins1* update to 1.4.0. 2014-08-08 21:31:06 +00:00
gst-plugins1-flac Reset PKGREVISION for gst-plugins1* update to 1.4.0. 2014-08-08 21:31:06 +00:00
gst-plugins1-jack Reset PKGREVISION for gst-plugins1* update to 1.4.0. 2014-08-08 21:31:06 +00:00
gst-plugins1-lame Reset PKGREVISION for gst-plugins1* update to 1.4.0. 2014-08-08 21:31:06 +00:00
gst-plugins1-libvisual Reset PKGREVISION for gst-plugins1* update to 1.4.0. 2014-08-08 21:31:06 +00:00
gst-plugins1-mad Reset PKGREVISION for gst-plugins1* update to 1.4.0. 2014-08-08 21:31:06 +00:00
gst-plugins1-oss Reset PKGREVISION for gst-plugins1* update to 1.4.0. 2014-08-08 21:31:06 +00:00
gst-plugins1-pulse Update gstreamer1 and plugins to 1.6.1. 2015-11-18 12:04:16 +00:00
gst-plugins1-sid Reset PKGREVISION for gst-plugins1* update to 1.4.0. 2014-08-08 21:31:06 +00:00
gst-plugins1-soundtouch Update gstreamer1 and plugins to 1.8.0. 2016-04-15 14:20:00 +00:00
gst-plugins1-spc Reset PKGREVISION for gst-plugins1* update to 1.4.0. 2014-08-08 21:31:06 +00:00
gst-plugins1-speex Reset PKGREVISION for gst-plugins1* update to 1.4.0. 2014-08-08 21:31:06 +00:00
gst-plugins1-twolame Reset PKGREVISION for gst-plugins1* update to 1.4.0. 2014-08-08 21:31:06 +00:00
gst-plugins1-vorbis Reset PKGREVISION for gst-plugins1* update to 1.4.0. 2014-08-08 21:31:06 +00:00
gst-plugins1-wavpack Reset PKGREVISION for gst-plugins1* update to 1.4.0. 2014-08-08 21:31:06 +00:00
gtick Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
gtkmserv Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
gtkpod Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
guspatches Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
herrie Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
hydrogen Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
ibniz Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
icecast Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
icecast1 Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
ices-mp3 Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
id3 Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
id3ed Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
id3lib Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
id3v2 Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
ifp-line Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
jack Bump PKGREVISION for previous. 2016-02-14 09:53:23 +00:00
jack-rack Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
juke Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
kid3 Recursive revbump from textproc/icu 57.1 2016-04-11 19:01:33 +00:00
kmp Recursive revbump following MesaLib update, categories a through f. 2015-04-25 14:20:17 +00:00
ladspa Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
lame Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
liba52 Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
libalac Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
libao Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
libao-alsa 'You can use "foo" instead of "${WRKSRC}/foo".' 2013-04-06 15:46:33 +00:00
libao-arts Reset PKGREVISION for libao update to 1.2.0. 2014-02-06 18:37:23 +00:00
libao-esound Reset PKGREVISION for libao update to 1.2.0. 2014-02-06 18:37:23 +00:00
libao-macosx 'You can use "foo" instead of "${WRKSRC}/foo".' 2013-04-06 15:46:33 +00:00
libao-nas
libao-oss 'You can use "foo" instead of "${WRKSRC}/foo".' 2013-04-06 15:46:33 +00:00
libao-pulse Recursive revbump from audio/pulseaudio. 2015-02-21 23:35:38 +00:00
libao-sun Add Darwin to NOT_FOR_PLATFORM. 2016-03-27 22:45:48 +00:00
libaudiofile Use OPSYSVARS. 2016-02-25 10:15:45 +00:00
libcanberra Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
libcdaudio Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
libcddb Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
libcuefile Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
libdca Avoid clang bugs on Darwin which result in "duplicate symbol ___sputc". 2015-01-27 00:36:22 +00:00
libdiscid Instead of an ONLY_FOR_PLATFORM declaration listing all the major 2015-01-01 08:23:53 +00:00
libebur128 Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
libfishsound Use OPSYSVARS. 2016-02-25 10:15:45 +00:00
libgpod Recursive revbump from textproc/icu 57.1 2016-04-11 19:01:33 +00:00
libgroove Bump ABI depends for chromaprint shlib version bump. 2016-02-11 14:16:03 +00:00
libid3tag Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
libifp Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
liblastfm Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
libmad Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
libmikmod Add patch comment. 2015-12-29 19:35:39 +00:00
libmodplug Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
libmp3splt Remove mk/find-prefix.mk usage from the audio category. 2015-11-25 12:47:55 +00:00
libmpcdec Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
libmpd Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
libmpdclient Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
libmtag Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
libmusepack Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
libmusicbrainz Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
libmusicbrainz5 export libxml2 dependency, pkg-config says so 2016-03-13 08:10:29 +00:00
libofa Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
libopenmpt Remove patch that was integrated upstream. 2015-12-06 11:50:07 +00:00
libopenspc Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
libopus Update libopus to 1.1.2: 2016-01-18 23:01:37 +00:00
libreplaygain Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
libsamplerate Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
libsbsms configure script demands -msse; mark it broken on non-x86 platforms. 2015-12-27 07:33:07 +00:00
libshout Add missing includes to bl3.mk. 2015-11-27 10:34:23 +00:00
libsidplay Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
libsidplay2 Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
libsmf Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
libsndfile Use OPSYSVARS. 2016-02-25 10:15:45 +00:00
libspiff Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
libtunepimp Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
libvisual Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
libvisual-bmp Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
libvisual-plugins Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
libvisual0.2 Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
libvisual0.2-plugins Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
libvorbis Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
libwildmidi Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
libxmp Use OPSYSVARS. 2016-02-25 10:15:45 +00:00
libxspf Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
lilv fix PLIST on Darwin which doesn't have CLOCK_GETTIME 2016-02-17 04:52:25 +00:00
liteamp Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
liveice Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
lmms Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
lv2 Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
mac Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
mad
mad123 Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
madplay Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
malint Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
maplay Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
mbrola Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
mbrolavox-en1 Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
mbrolavox-us1 Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
mbrolavox-us2 Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
mbrolavox-us3 Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
mikmod Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
milkytracker Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
mixer.app Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
mkcdtoc Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
moc Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
moodbar Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
moss Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
mp3_check Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
mp3asm Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
mp3blaster Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
mp3check Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
mp3cut Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
mp3diags Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
mp3gain Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
mp3info Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
mp3splt Whitespace. 2015-12-29 04:54:34 +00:00
mp3splt-gtk Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
mp3to
mp3val Fixes: 2013-04-06 03:45:05 +00:00
mp3wrap Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
mp32ogg Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
mpc Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
mpdas Support PKGMANDIR. 2016-04-01 21:55:07 +00:00
mpegaudio Whitespace. 2015-12-29 04:54:34 +00:00
mpg123 Remove duplicate SHA512 digests that crept in. 2015-11-04 17:41:15 +00:00
mpg123-arts Changes 1.19.0: 2014-05-20 19:59:09 +00:00
mpg123-esound Changes 1.19.0: 2014-05-20 19:59:09 +00:00
mpg123-nas Comment out NOT_FOR_COMPILER and remove ONLY_FOR_PLATFORM restriction that 2015-01-01 08:29:07 +00:00
mpg123-oss Remove FreeBSD from the list of intended platforms as the plugin is already 2015-04-07 05:13:45 +00:00
mpg123-pulse Recursive revbump from audio/pulseaudio. 2015-02-21 23:35:38 +00:00
mpg123-sun Add Darwin to NOT_FOR_PLATFORM. 2016-03-27 22:45:48 +00:00
mpg321 Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
mppenc Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
mserv Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
mserv-devel Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
mserv-irman Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
mstream Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
mt-daapd Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
muse Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
musepack Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
musicbrainz Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
musicpd Recursive revbump from textproc/icu 57.1 2016-04-11 19:01:33 +00:00
mutagen-tools Extend PYTHON_VERSIONS_INCOMPATIBLE to 35 2015-12-05 21:25:27 +00:00
nas Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
nas-auscope Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
ncmpc Whitespace. 2015-12-29 04:54:34 +00:00
normalize Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
nosefart Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
nspmod Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
ocp Allow building with gcc-5. 2016-04-12 06:33:42 +00:00
oggasm Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
openal Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
openal-soft Import openal-soft 1.17.2 from wip 2016-02-08 01:53:48 +00:00
opencore-amr Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
opus-tools Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
opusfile don't pick up doxygen 2016-03-13 08:04:06 +00:00
p5-Audio-CD Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
p5-Audio-Scan Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
p5-Audio-Wav Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
p5-CDDB Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
p5-CDDB-File Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
p5-CDDB_get Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
p5-MP3-Info Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
p5-MP3-Tag Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
p5-MPEG-Audio-Frame Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
p5-MusicBrainz-Client Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
p5-MusicBrainz-DiscID Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
p5-MusicBrainz-Queries Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
paman Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
paprefs Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
pavucontrol Redo with SHA512 2016-02-07 22:17:18 +00:00
pavumeter Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
pd Support Darwin-specific file. 2016-03-27 22:50:47 +00:00
pianobar Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
picard Extend PYTHON_VERSIONS_INCOMPATIBLE to 35 2015-12-05 21:25:27 +00:00
playitslowly Update playitslowly to 1.5.0: 2015-12-27 22:54:21 +00:00
pocketsphinx Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
portaudio Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
portaudio-devel Use OPSYSVARS. 2016-02-25 10:15:45 +00:00
pulseaudio Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
py-acoustid Extend PYTHON_VERSIONS_INCOMPATIBLE to 35 2015-12-05 21:25:27 +00:00
py-ao Extend PYTHON_VERSIONS_INCOMPATIBLE to 35 2015-12-05 21:25:27 +00:00
py-audioread Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
py-audiotools Revbump because of libopus update. 2016-03-07 19:40:09 +00:00
py-beets Extend PYTHON_VERSIONS_INCOMPATIBLE to 35 2015-12-05 21:25:27 +00:00
py-cddb Extend PYTHON_VERSIONS_INCOMPATIBLE to 35 2015-12-05 21:25:27 +00:00
py-daap Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
py-discogs_client Extend PYTHON_VERSIONS_INCOMPATIBLE to 35 2015-12-05 21:25:27 +00:00
py-dynampd Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
py-id3 Extend PYTHON_VERSIONS_INCOMPATIBLE to 35 2015-12-05 21:25:27 +00:00
py-id3lib Extend PYTHON_VERSIONS_INCOMPATIBLE to 35 2015-12-05 21:25:27 +00:00
py-karaoke Extend PYTHON_VERSIONS_INCOMPATIBLE to 35 2015-12-05 21:25:27 +00:00
py-last Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
py-libmtag Extend PYTHON_VERSIONS_INCOMPATIBLE to 35 2015-12-05 21:25:27 +00:00
py-mad Extend PYTHON_VERSIONS_INCOMPATIBLE to 35 2015-12-05 21:25:27 +00:00
py-mpd Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
py-musicbrainz Extend PYTHON_VERSIONS_INCOMPATIBLE to 35 2015-12-05 21:25:27 +00:00
py-musicbrainz-ngs Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
py-musique Extend PYTHON_VERSIONS_INCOMPATIBLE to 35 2015-12-05 21:25:27 +00:00
py-mutagen Update to 1.31: 2015-11-04 09:53:40 +00:00
py-ogg Extend PYTHON_VERSIONS_INCOMPATIBLE to 35 2015-12-05 21:25:27 +00:00
py-vorbis Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
qjackctl Updated qjackctl to version 0.4.2. 2016-04-23 10:05:18 +00:00
qsynth Updated qsynth to version 0.4.1. 2016-04-23 12:32:47 +00:00
qtplay Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
quodlibet2 Use PKGMANDIR. 2016-04-01 22:11:11 +00:00
rexima Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
rhythmbox Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
rhythmbox-gtk3 Recursive revbump from textproc/icu 57.1 2016-04-11 19:01:33 +00:00
rio Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
rio500 Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
rioutil Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
rip Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
rosegarden Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
rplay Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
rsynth Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
rtunes Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
rubberband Import rubberband-1.8.1 as audio/rubberband 2015-12-28 03:29:33 +00:00
ruby-mp3info Update ruby-mp3info to 0.8.9. 2016-02-16 14:18:32 +00:00
ruby-taglib Update ruby-taglib to 0.7.1. 2016-01-03 05:33:54 +00:00
schismtracker Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
SDL2_mixer Update SDL2_mixer to 2.0.1: 2016-02-09 15:54:27 +00:00
SDL_mixer Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
SDL_sound Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
sfxr Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
shine Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
shntool Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
shorten Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
sidplay Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
sidplay2 Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
snd Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
solfege Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
sonata Extend PYTHON_VERSIONS_INCOMPATIBLE to 35 2015-12-05 21:25:27 +00:00
sound-juicer Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
sound-theme-freedesktop Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
soundtouch add c to USE_LANGUAGES since it gets invoked during configuration 2016-02-02 06:15:02 +00:00
sox fix incorrect CoreAudio api usage on Darwin 2016-02-02 06:12:10 +00:00
spectro-edit Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
speex Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
speexdsp Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
spek add xgettext msgmerge msgfmt to USE_TOOLS 2016-02-16 01:02:10 +00:00
sphinx3 Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
sphinxbase Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
sphinxtrain Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
spiralloops Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
spiralsynth Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
splay Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
sptk Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
squeezeboxserver Comment out dependencies of the style 2015-07-12 18:56:06 +00:00
streamripper Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
streamtuner Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
sweep Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
taglib Update taglib to 1.10: 2015-11-17 10:43:42 +00:00
taglib-extras Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
tap-plugins Use OPSYSVARS. 2016-02-25 10:15:45 +00:00
tcd Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
tcl-snack Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
terminatorx Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
tfmxplay Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
timidity Use OPSYSVARS. 2016-02-25 10:15:45 +00:00
toolame Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
tracker Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
tremor Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
tremor-tools Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
trm Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
tunapie Extend PYTHON_VERSIONS_INCOMPATIBLE to 35 2015-12-05 21:25:27 +00:00
twolame Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
ubs Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
vamp-plugin-sdk Import vamp-plugin-sdk 2.6 as audio/vamp-plugin-sdk 2015-12-27 23:35:33 +00:00
vcf Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
vorbis-tools Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
vorbisgain Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
wavesurfer Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
wavpack ------------------------------- 2016-04-07 12:16:33 +00:00
wmmixer Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
wmmp Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
wmmp3 Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
wmsmixer Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
wmusic Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
wsoundprefs Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
wsoundserver Fix build with pkgconf. 2016-02-24 11:34:09 +00:00
xanalyser Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
xcdplayer Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
xfce4-mixer Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
xfce4-xmms-plugin Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
xhippo Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
xine-alsa Recursive revbump from multimedia/libvpx 2015-11-18 14:19:46 +00:00
xine-esound Recursive revbump from multimedia/libvpx 2015-11-18 14:19:46 +00:00
xine-pulse Recursive revbump from multimedia/libvpx 2015-11-18 14:19:46 +00:00
xmcd Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
xmix Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
xmmix Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
xmms Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
xmms-cdread Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
xmms-crossfade Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
xmms-esound Recursive revbump following MesaLib update, categories a through f. 2015-04-25 14:20:17 +00:00
xmms-faad Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
xmms-flac Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
xmms-mac Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
xmms-mad Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
xmms-meta-input Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
xmms-meta-timidity
xmms-musepack Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
xmms-nas Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
xmms-pulse Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
xmms-sid Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
xmms-wma Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
xmp Add SHA512 digests for distfiles for audio category 2015-11-03 01:12:23 +00:00
xmradio Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
xsidplay Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
xwave Set LICENSE for a lot of audio packages. 2016-04-20 12:10:24 +00:00
Makefile Remove audio/moc-devel now that audio/moc contains a newer version. 2016-02-16 08:54:42 +00:00