Commit graph

5373 commits

Author SHA1 Message Date
wiz
74bce9059a Update to 1.0.9. Set LICENSE to gnu-lgpl-v2.
Features and improvements

    * New PulseAudio? driver (Josh Green)
    * New Jack MIDI driver (Josh Green)
    * New CoreMIDI driver (Pedro Lopez-Cabanillas)
    * Portaudio driver re-written for Portaudio 19 (Josh Green)
    * Support for OS/2 including Dart audio driver (KO Myung-Hun)
    * RPN GM MIDI messages now handled for Bend Range, Fine Tune
    and Coarse Tune (Josh Green)
    * MIDI channel pressure now handled (Bernat Arlandis i Mañó)
    * MIDI Program/Bank instrument fallback selection logic (Josh
    Green and thanks also to Jimmy)
    * Added midi.portname setting to ALSA sequencer, -p command
    line switch (Nicolas Boulicault)
    * Added midi.winmidi.device setting to winmidi driver (Pedro
    Lopez-Cabanillas)
    * Updated Max/MSP FluidSynth binding (Norbert Schnell)

Synthesis Changes

    * Volume attenuation SoundFont generator now behaves more like
    EMU10K1 (S. Christian Collins)
    * Stop forcing velocity based filtering (S. Christian Collins)
    * Fixes to linear/bipolar/positive and convex/bipolar/positive
    modulator functions (S. Christian Collins)
    * Added fix to properly search for percussion instrument (Josh
    Green)
    * Force velocity envelope value to be that of the previous
    stage when switching from decay to sustain (S. Christian Collins)
    * Filter calculation now uses synthesizer sample rate rather
    than fixed at 44100 (S. Christian Collins)

Bug fixes

    * Fixed Jack driver in "audio.jack.multi=yes" mode and Jack
    audio driver cleanup (Bernat Arlandis i Mañó and Pedro
    Lopez-Cabanillas)
    * Wrong tempo changes (ticket #22 - Pedro Lopez-Cabanillas)
    * Crash bug fix related to using certain modulators in a preset
    (S. Christian Collins)
    * Fix to non-option command line argument processing when not
    using readline (Pedro Lopez-Cabanillas)
    * dsound device can't be selected (Ticket #16 - Pedro
    Lopez-Cabanillas)
    * Minor build fixes (Josh Green)
    * Fixed compilation under MSVC 2008 and older (Pedro
    Lopez-Cabanillas)

Misc. stuff

    * Updated README-OSX build instructions (Ebrahim Mayat)
    * FluidSynth fink package accepted for Mac OS X (Ebrahim Mayat)
    * Minor fixes to FluidSynth man page (Sven Hoexter)
2009-05-13 22:08:21 +00:00
joerg
5095489c0c Fix getopt linkage for Solaris. From Timothy Larson in PR 41176. 2009-05-09 13:22:55 +00:00
snj
e08a412e9b Update HOMEPAGE. 2009-05-06 03:51:12 +00:00
zafer
2018522c13 Disable master site. cslu.cse.ogi.edu requires login. 2009-05-05 19:02:17 +00:00
zafer
82ef58c091 Disable master site. Host does not resolve. 2009-05-05 19:01:03 +00:00
zafer
dd60920dfe Disable master site. cslu.cse.ogi.edu now requires login. 2009-05-05 18:58:59 +00:00
zafer
a6a1d9a935 Disable master site. Host does not resolve. 2009-05-05 18:51:56 +00:00
zafer
a5bbc1a553 Disable master site and fetch from backup. Host does not resolve. 2009-05-05 18:41:22 +00:00
tron
dc7a4a06d1 Don't depend on the "consolekit" package under Mac OS X as the
"consolekit" package doesn't build.
2009-05-04 16:20:48 +00:00
wiz
26a0c39e50 depend on consolekit as well -- it checks for it at runtime. Bump PKGREVISION. 2009-05-04 06:21:02 +00:00
abs
28a10dfdf1 Updated audio/ampache to 3.5beta2 - updated to beta as fixes some iconv
related issues on NetBSD

  v.3.5-Beta2 04/07/2009
	- Fix ASX playlists so more data shows up in WMP (Thx Jon611)
	- Fix dynamic playlist items so they work in stream methods again
	- Fixed Recently played so that it correctly shows unique songs
		with the correct data
	- Fix some issues with filenames with Multi-byte characters
		(Thx Momo-i)
	- Add WMV/MPG specific parsing functions (Thx Momo-i)
	- Add text to /test.php for hash() and SHA256() support under PHP
		section
	- Fix SHA256 Support so that it references something that exists
	- Fix incorrect debug_event() on login due to typo
	- Remove manage democratic playlist as it has no meaning in the
		current version
	- Run Dba::reset_db_charset() after upgrade incase people are playing
		hot potato with their charsets.
	- Move Server Preferences to Admin menu (Thx geekdawg)
	- Fixed missing web_path reference on radio creation link
	- Fixed remote catalog_clean not working
	- Fixed xmlrpc get image. getEncoding wasn't static


--------------------------------------------------------------------------
  v.3.5-Beta1 03/15/2009
	- Add democratic methods to api, can now vote, devote, get url
		and the current democratic playlist through the api
	- Revert to old Random Play method
	- Added proxy use for xmlrpcclient
	- Added Configuration 'Wizard' for democratic play
	- Fixed interface feedback issues with democratic play actions
	- Add extension to image urls for the API will add to others as
		needed due to additional query requirement. Needed to fix
		some DLNA devices
	- Fixed typo that caused the height of album art not to display
	- Modified database and added GC for tmp_browse table
	- Added get lyrics and album art using http proxy server #313
		+ username, password patch
	- Added lyricswiki link Ticket #70
	- Updated README language
	- Updated getid3 library 2.0.0b4 to 2.0.0b5
	- Make the Democratic playlist be assoicated with the user
		who sends it to a 'player'
	- Fixed missing page headers on democratic playlist
	- Show who voted for the sogns on democratic playlist
	- Increase default stream length to account for the fact that movies
		are a good bit longer then songs
	- Correct Issues with multi-byte characters in Lyrics (Thx Momo-i)
	- Added caching to Video
	- Added Video calls to the API
	- Remove redundent code from Browse class by making it extend
		nwe Query class
	- Update Prototype to 1.6.0.3
	- Add Time range to advanced search
	- Add sorting to Video Browse
	- Changed to new Query backend for Browsing and Dynamic Playlists

--------------------------------------------------------------------------
  v.3.5-Alpha2 03/08/2009
	- Fixed caching of objects with no return value
	- Fixed updating of songs that should not be updated during catalog
		verify
	- Added default_user_level config option that allows you to define
		the user level when use_auth is false. Also allows manual
		login of admin users when use_auth is false.
	- Fix Version checking and Version Error Message on install (Thx Paleo)
	- Moved Statistics to main menu, split out newest/popular/stats
	- Fixed bug where saved Thumbnails were almost never used
	- Fixed Localplay HTTPQ and MPD controls to reconize Live Stream
		urls.
	- Added Localplay controls to API
	- Added Added/Updated filters to API include the ability to specify
		a date range using ISO 8601 format with [START]/[END]
	- Changed API Date format to ISO 8601
	- Fixed Incorrect Caching of Album records that caused the
		Name + Year + Disk to not be respected
	- Added Lyrics Patch (Thx alister55 & momo-i)
	- Fixed password not updating when editing an HTTPQ localplay
		instance
	- Added Video support
	- Fixed normalize tracks not re-displaying playlist correctly
	- Fixed now playing now showing currently playing song
	- Fixed now playing clear all not correctly refreshing screen
	- Fixed adding object to playlist so that it correctly shows the
		songs rather then an empty playlist
	- Added User Agent to IP History information gathering
	- Added Access Control List Wizards to make API interface
		setup easier
	- Added IPv6 support for Access Control, Sessions, IP History
	- Fixed sorting issue on artist when using search method
	- Updated flash player to 5.9.5
	- Fixed bug where you admins couldn't edit preferences of
		users due to missing 'key' on form
	- Added Mime type to Song XML

--------------------------------------------------------------------------
  v.3.5-Alpha1 12/31/2008
	- Fixed sort_files script so that it properly handles variable
		album art file names in the directories
	- Fixed issue where small thumbnails were used for larger images
		if gd based resizing was enabled in the config
	- Fixed catalog_update.inc so it doesn't produce errors
	- Made democratic play respect force http play
	- Make installation error messages more helpful
	- Added Swedish (sv_SE) translation (Thanks yeager)
	- Allow Add / Verify of sub directories of existing catalogs
	- Prevent an fread of 0 bytes if you seek to the end of a file
	- Added require_localnet_session config that allows you to exclude
		IP(s) from session checks, see config.dist
	- Added Nusoap (http://sourceforge.net/projects/nusoap/) library
		for use with future lyrics feature
	- Fixed problem with flash player where random urls were not being
		added correctly
	- Fixed problem with user creation using old method (Thx Purdyk)
	- Switched to SHA256() for API and Passwords
	- Added check for BADTIME error code from Last.FM and correctly
		return the error rather then a generic one
	- Fix http auth session issues, where every request blew away the
		old session information
	- Many other minor improvements (Thx Dipsol)
	- Fixed warnings in caching code (Thx Dipsol)
	- Massive text cleanup (Thx Dipsol)
	- Fixed tag searching and improved some other search methods to
		prevent SQL warnings on no results
	- Improved Test page checks to more accuratly verify putENV support
	- Make network downsampling a little more sane, don't require
		access level
	- Added caching to Playlist dropdown
	- Fixed double caching on some objects
	- Added base.css and 4 tag 'font' sizes depending on weight/count
	- Fixed inline song edit
	- Updated registration multi-byte mail.
	- Fixed vainfo.class.php didn't catch exception for first analyze.
	- Fixed iconv() returns an empty strings (Thx abs0)
	- Updated getid3 for multi-byte characters, but some wrong id3tags
		have occurred exception error.
        - Fixed use_auth = false not correctly re-creating the session if
                you had just switched from use_auth = true
	- Add links to RSS feeds and set default to TRUE in config.dist
        - Fixed Dynamic Random/Related URLs with players that always send
                a byte offset (MPD)
	- Added Checkbox to use existing Database
	- Updated language code and Fixed catalan language code
	- Added Emulate gettext() from upgradephp-15
		(http://freshmeat.net/p/upgradephp)
	- Fixed Test.php parse error.
	- Updated multibyte character strings mail.
	- Fixed To send mail don't remove the last comma from recipient.
	- Updated More translatable templates.
	- Removed merge-messages.sh and Add LANGLIST (each languages
		translation statistics).
	- Fixed If database name don't named ampache, can't renamed tags
		to tag.
	- Fixed count issue on browse Artists (Thx Sylvander)
	- Fixed prevent_multiple_logins, preventing all logins (Thx hugh)
	- Fixed Export catalog headers so it corretly prompts you to download
		the file
	- Add ability to sort by artist name, album name on song browse
	- Implemented caching on artist and album browse, added total
		artist time to the many artist view
	- Fixed test config page so it bounces you back to the test page
		if the config starts parsing correctly
	- Fixed browsing so that you can browse two different types in two
		windows at the same time
	- Improved gather script for translations (Thx momo-i)
	- Added paging to the localplay playlist
	- Updated German Translation (Thx Laurent)
	- Fixed issue where Remote songs would never be removed from
		the democratic playlist
	- Fixed issue where user preferences weren't set correctly
		on stream (Thx lorijho)
	- Added caching of user preferences to avoid a SQL query on load
		(Thx Protagonist)
	- Fixed home menu not always displaying the entire contents
	- Fixed logic error with duplicate login setting which caused it
		to only work if mysql auth was used
	- Changed Passwords to SHA1 will prompt to reset password
        - Corrected some translation strings and added jp_JP (Thx momo-i)
	- Ignore filenames that start with . (hidden) solves an issue
		with mac filesystems
	- Fix tracking of stats for downloaded songs
	- Fix divide by 0 error during transcode in some configurations
	- Remove root mysql pw requirement from installer
	- Added Image Dimensions on Find Album Art page
	- Added Confirmation Screen to Catalog Deletion
	- Reorganized Menu System and Added Modules section
	- Fix an error if you try to add a shoutbox for an invalid object
		(Thx atrophic)
	- Fixed issue with art dump on jpeg files (Thx atrophic)
        - Fixed issue with force http play and port not correctly specifying
                non-standard http port (Thx Deathcrow)
	- Remember Starts With value even if you switch tabs
	- Fixed rating caching so it actually completely works now
	- Removed redundent UPDATE on session table due to /util.php
	- Added Batch Download to single Artist view
	- Added back in the direct links on songs, requires download set
		to enabled as it's essentially the same thing except with
		now playing information tied to it
	- Bumped API Version to 350001 and require that a version is sent
		with handshake to indicate the application will work
	- Removed the MyStrands plugin as did not provide good data, and does
		not appear to have been used
	- Added Catalog Prefix config option used to determine which prefixes
		should not be used for sorting
	- Merged Browse Menu with Home
	- Added checkbox to single artist view allowing you to enable/disable
		album art thumbnails on albums of said artist
	- Added timeout override on update_single_item because the function
		is a lie
	- Fix translations so it's not all german
	- Genre Tag is now used as a 'Tag', Browse Genre removed
	- Ignore getid3() iconv stuff doesn't seem to work
	- Improved fix_filenames.inc, tries a translation first then strips
		invalid characters
	- Fixed album art not clearing thumbnail correctly on gather
	- Fixed localplay instance not displaying correctly after change
		until a page refresh
	- Fixed endless loop on index if you haven't played a song in
		over two years
	- Fixed gather art and parse m3u not working on catalog create
		also added URL read support to m3u import
	- Upped Minimum requirements to Mysql 5.x
	- Add codeunde1load's Web 2.0 style tag patch
	- Fixed typo in e-mail From: name (Thx Xgizzmo)
	- Fixed typo in browse auto_init() which could cause ampache to not
		remember your start point in some situations. (Thx Xgizzmo)
2009-05-03 14:29:15 +00:00
tnn
7f5b34ac39 Update to libmodplug-0.8.7.
27 April 2009: libmodplug 0.8.7
 Fixed a bug in the AMF decoder, patches from several downstream sources
  including: Fix delete method in AMF, MDL (Fixing Novel Bug #443444)
 Fixed instrument name size (possible buffer overflow)
 Fixed 24/32 bit conversion routine (bit shifting bug)
 Use tables.h in mod+s3m, Better MingW32 support.
20 April 2009: libmodplug 0.8.6
 Release to fix integer boundary condition exploit, more clean up of code
14 April 2009: libmodplug 0.8.5 [ tar.gz ]
 Release to improve cross platform support (Windows, Mac OS X),
 Bugs in ABC detection, small cleanups
2009-05-02 19:26:58 +00:00
wiz
a512747108 pkglint fix -- use -e in SUBST_SED. 2009-05-02 17:25:03 +00:00
wiz
dc72685114 Add octave option, based on PR 41307 by Rumko. 2009-05-02 17:24:15 +00:00
reed
e5e9ad0a4c Add PREV_PKGPATH and/or SUPERSEDES for various packages that
were moved or renamed.

This was for some from 2008 and 2009 and one from 2001.

Also I noticed that a CHANGES entry was wrong as said "Renamed"
when should have said "Moved" (lua-OSBF) because PKGBASE stayed the
same.
2009-05-02 16:21:43 +00:00
zafer
6822631291 update master site 2009-05-02 12:55:57 +00:00
zafer
7720f192b1 update master site. 2009-05-02 12:54:42 +00:00
zafer
8d3ba6e41c remove nonworking mirror. 2009-05-02 12:41:52 +00:00
rh
aea6da900c Update cdplayer to 0.5 -- notable changes include:
- Added the service 'Play CD' that takes the name of a device
  with an inserted CD to play.
- Added a local cache for CDDB data. All data loaded from the net
  is stored automatically to disk and displayed again when a CD is
  detected.
- Make this compliant with gnustep-make-2.0.8
- Allow unprivileged DESTDIR installs.
2009-04-19 11:43:16 +00:00
rh
7c1871536c Make this play nice with the new gnustep directory hierarchy. While at it,
add full DESTDIR support.  Bump PKGREVISION.
2009-04-19 08:19:37 +00:00
drochner
a148abf221 update to 0.12.0
this is a major update, no changelog available

pkgsrc note: restored Python plugin support (got lost in a previous update)
2009-04-17 17:51:00 +00:00
drochner
1cf2190d42 update for xine-lib-1.1.16.3 2009-04-17 16:37:12 +00:00
wiz
1577be544a neon update to 0.28.x changed ABI, so do a recursive bump, PKGREVISION++.
Noted by obache@ on pkgsrc-changes@
2009-04-16 21:42:40 +00:00
wiz
61089328d9 Build fix (untested by me):
Define _GNU_SOURCE on Linux.

From Aleksey Cheusov in PR 41219.
2009-04-15 12:27:16 +00:00
sno
dfca1e1ce5 PkgSrc changes:
- removed packages p5-IO-Compress-Base, p5-IO-Compress-Zlib,
    p5-IO-Compress-Bzip2 and p5-Compress-Zlib because they are
    merged into p5-IO-Compress
  - Updated dependend packages to depend on p5-IO-Compress
    and bump PKGREVISION

Upstream changes:
  2.017 30 March 2009

      * Merged IO-Compress-Base, IO-Compress-Bzip2, IO-Compress-Zlib &
        Compress-Zlib into IO-Compress.
      * The interface to Compress-Raw-Zlib now uses the new LimitOutput
        feature. This will make all of the zlib-related IO-Compress modules
        less greedy in their memory consumption.
      * Removed MAN3PODS from Makefile.PL
      * A few changes to get the test harness to work on VMS courtesy of
        Craig. A. Berry.
      * IO::Compress::Base & IO::Uncompress::Base
        Downgraded some croaks in the constructors to just set $! (by letting
        the code attempt to open a file and fail).
        This makes the behavior more consistent to a standard open.
        [RT #42657]
      * IO::Uncompress::Base
        Doing a seek with MultiStream could drop some of the uncompressed
        data. Fixed.
      * IO::Compress::Zip
        - Fixed problem with the uncompressed & uncompressed fields when
          zip64 is enabled. They were set to 0x0000FFFF instead of
          0xFFFFFFFF. Also the ZIP64 extra field was 4 bytes short.
          Problem spotted by Dino Chiesa.
      * IO::Uncompress::Unzip
        - use POSIX::mktime instead of Time::Local::timelocal to convert
          the zip DOS time field into Unix time.
      * Compress::Zlib
        - Documented Compress::Zlib::zlib_version()
2009-04-11 23:15:19 +00:00
wiz
b64abd5555 Fix pulseaudio for Linux. From Aleksey Cheusov in PR 41184. 2009-04-10 18:47:59 +00:00
wiz
2f19c13c55 Fix acnlt() return value handling for NetBSD sound device.
From John E. Krokes in PR 41171.

Bump PKGREVISION.
2009-04-10 18:45:15 +00:00
joerg
368d71b62e Remove redundant NO_CHECKSUM and EXTRACT_ONLY definitions. 2009-04-09 00:48:06 +00:00
joerg
cee67a4edb Use META_PACKAGE. 2009-04-08 22:47:07 +00:00
drochner
f9858e2f76 deal with desktopdb 2009-04-07 10:38:54 +00:00
wiz
eed17a2325 Depend on python>=2.4 and py-gtk2>=2.14, per changelog. 2009-04-07 05:26:59 +00:00
schmonz
1fdc458d5c Update to 3.14.1. From the changelog:
3.14.1:
* Updated italian, dutch and turkish translations.

3.14.0:
* We now require Python 2.4, Gtk+ 2.14 and pygtk 2.14
* Improved preferences window 'Instruments' tab layout. Be more consistent.
* Better handling of external programs (CSound, MMA and lilypond-book),
    especially on win32. Now spaces in folder names are handled
    correctly, and the error message you get if the program is not
    found give better info. And the preferences window will check
    of binaries are found while you enter the path to the program.
* Misc bug fixes, including bug:110, bug:111, bug:112. Idtone will now display translated notenames.

3.12.1:
* Some updated translations
* Fix bug # 110
* Fix bug # 111
* Windows installer fixes, so that upgrading from 3.10 or 3.8 to 3.12 works

3.12.0:
* CSound support.
* MMA support.
* New lesson file functions: load, rnc, chordname
* Allow length modifiers in chord. Contributed by Noam Raphael.
* Allow lesson names with apostrophe. Contributed by Noam Raphael.
* Added option in the preferences window to use a web browser for
    reading the user manual.
* win32: store user created learning trees in user_data(), not
    app_data(). Move file from old to new location at startup.
* The File->Learning tree submenu is recreated when activated, so
    new learning trees will show up without restarting the program.
* added gst-launch as a predefined program for playing mediafiles.
    New users will by default use gst-launch
* learning_tree_editor: add button to delete learning tree
* Added a few solfa syllable exercises.
* Insert our share/solfege and lib/solfege to the beginning of
    sys.path to avoid problems with python-mpd

3.10.4:
* Bugfix: allow us to run more than one singinterval test
    beforerestarting the program.
* Allow apostrophe in lesson names. Contributed by Noam Raphael.
* create_practise_and_test_menu: Remove old Actions before adding
    them again. This to avoid gtk-warnings. Add an integer value
    to all Action names, so that we can guarantee that the Action
    names are unique.
* Updated Vietnamese and Italian translations from the translation project.
* Singinterval: key mouse-insensitive bug workaround

3.10.3:
* Updated translations from the Translation Project:
* French by Patrick Ficheux
* Italian by Marco Colombo
* Vietnamese by Clythie Siddall
* New bug tracker at http://bugs.solfege.org
* Merge workaround of winmidi.output_devices() bug (#12 on bugs.solfege.org)
* First very simple cadense exercise. Added just to see if someone
    will write better exercises.

3.10.2:
* Updated italian translation from Marco Colombo
* Updated vietnamese translation from Clytie Siddall
* Added tests that automatically check for new translations from
    the Translation Project when I try to make a release.
* Some cleanup the the makefile rules that build the users manual.

3.10.1:
* Changed license to GPLv3
* Fix the code that reports if the midi module is missing.
* User manual: Fix figure 3.12 text: name the interval correctly
* Raise ExecutableDoesNotExist if we have an empty MIDI player
* build system:
* permanent fix to the pcopy.py problem getting too long command line.

3.10.0:
* Ear training test print out
* Lots of internal fixes. Better error messages for people writing lesson files
* Use the Translation Project for all translations.
* MS Windows: Save in "My Documents" and "Application Data".
* Lots of bug fixes

3.8.2:
* Vietnamese translations by Clytie Siddall
* Updates to the french translation by Patrick Ficheux
* Bugfix to the lesson file header parser, so that whitespace is
    optional after header, making "header{" work as expected.

3.8.1:
* Bugfix: work with pygtk 2.6, not only 2.8 and newer
* Make the Escape button to close the export dialog and the dialog
    asking if you want to save work.
* Merge autogen.sh tweak from solfege.dev
* Fix for stupid bug. The ask_for_names_changed method would be set
    to None. Fix this. Didn't see this bug before because only
    expert mode would trigger this. This fixes this bug.
* MusicDisplaye rat import fix.
* Added a few Norwegian translation.
2009-04-07 05:07:03 +00:00
markd
cc0df01cb0 Bump PKGREVISION for neon update. 2009-04-06 12:59:29 +00:00
wiz
09067fd69b Bump PKGREVISION for py-gstreamer0.10 PKGNAME fix. 2009-04-03 07:55:23 +00:00
joerg
470d026659 Fix PLIST. 2009-03-28 01:06:15 +00:00
wiz
1e81548799 Fix build with cairomm>=1.7. 2009-03-26 23:12:22 +00:00
darcy
7321123f8c Drop MAINTAINER as per request from old MAINTAINER. 2009-03-23 17:41:51 +00:00
pooka
79a5232170 drop maintainership 2009-03-22 10:33:42 +00:00
rillig
0bfd29905c Switched MAINTAINER address to my NetBSD address. 2009-03-21 09:00:15 +00:00
joerg
2d1ba244e9 Simply and speed up buildlink3.mk files and processing.
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.
2009-03-20 19:23:50 +00:00
joerg
0d0e90a320 Include pyversion.mk include the protected part of the buildlink3.mk
files, not over and over again.
2009-03-20 17:30:09 +00:00
asau
ea742ed85a Update MPD (musicpd) to 0.14.2.
This release contains bug fixes for many decoder plugins.
This release also adds True Audio file support and WAV streaming
in the ffmpeg decoder plugin.

pkgsrc changes: support "jack" option (default "off") to utilize
JACK audio server.

Patch provided by Peter Bex in private mail.
2009-03-19 21:35:14 +00:00
jmcneill
0664c95ed0 to pkgsrc-users 2009-03-18 13:29:32 +00:00
jmcneill
0fad03b73a Update sound-juicer to 2.26.0.
Sound Juicer "Don't Go Back To Dalston"" 2.26.0
===============================================

* Many translation updates


Sound Juicer "I Am In A Room" 2.25.92
=====================================

* Allow building with the old libmusicbrainz (Bastien)
* Set the PulseAudio role hint


Sound Juicer "I Call Out To You And You Don't Save Me?" 2.25.3
==============================================================

* Put the disc number in the file name
* Support multiple genres
* Use libcanberra for event sounds
* Handle custom patterns in the prefs dialog
* Remove Musicbrainz data if the track data is changed
* Fix disc number editing logic


Sound Juicer "I Should Be Crying, But I Just Can't Let It Show" 2.25.2
======================================================================

* Port to Brasero (Luis Medinas)
* Fix Solaris builds (Brian Cameron)
* Drop libgnome (Iain Holmes, Emilio Pozuelo Monfort)
* Fix conflicting mnemonics in the message area (Bastien Nocera)
* Fix mb3 backend (Bastien Nocera)


Sound Juicer "Old Man Take A Look At My Life" 2.25.1
====================================================

* Chain the metadata lookups (Bastien Nocera)
* Finish the libmusicbrainz3 metadata fetcher (BN)
* Add a GVFS metadata fetcher as fallback (BN)
* Make libcdio option, as it breaks the GPL+Exception license (BN)
* Export ASIN, Discogs, Wikipedia in the internal metadata (BN)
* Lots of other cleanups to the metadata code (BN)
* Remove copy of the id3mux plugin, assume it exists now (BN)
* Remove Encoding field from desktop file (Pacho Ramos)
* Add Audio to desktop categories (Patryk Zawadzki)
* Correctly parse CDDA URLs (Matthew Martin)
* Don't free the option context
2009-03-17 23:37:24 +00:00
asau
c85c05f985 Introduce "libao" and "curl" options, both "on" by default.
This addresses PRs pkg/36173 and pkg/41027.

While here, add DESTDIR support.
2009-03-17 18:16:20 +00:00
martin
628dd5bd14 Make it work on alignement critical archs 2009-03-13 14:34:21 +00:00
hasso
9ba46482b0 Make it build on DragonFly. 2009-03-11 14:42:35 +00:00
hasso
26cecbbc0b Make it build on DragonFly. 2009-03-11 14:31:20 +00:00
hasso
38bc02c582 Make it compile on DragonFly. 2009-03-11 09:20:02 +00:00
hasso
824c8a666b Fix compile for systems which don't happen to have the /usr/include/util.h. 2009-03-11 06:59:51 +00:00
wiz
78b7af7df5 Use mk/omf-scrollkeeper.mk instead of textproc/rarian/omf.mk. 2009-03-08 15:56:43 +00:00
snj
712298fabb Say goodbye to gstreamer-0.8 and its friends. 2009-03-05 22:46:21 +00:00
snj
293b3dfc6e Remove libopendaap and tunesbrowser. 2009-03-05 21:52:06 +00:00
snj
6f26a88611 Remove libopendaap, which is dead upstream and has not been useful for years. 2009-03-05 21:49:13 +00:00
snj
cc3edf748b Remove tunesbrowser, which is dead upstream and has not been useful for
years.
2009-03-05 21:48:47 +00:00
joerg
25a80fb4ab Remove PYBINMODULE. All it did was mark some packages as not available
on some platforms that lacked shared library support in the past. The
list hasn't been maintained at all and the gain is very limited, so just
get rid of it.
2009-03-05 18:51:26 +00:00
hasso
6572a0a0bf Don't even try to build this on platforms it doesn't build on. 2009-03-05 07:14:38 +00:00
tnn
6964d364e1 Update to libsndfile-1.0.19.
Version 1.0.19 (2009-03-02)
  * Fix for CVE-2009-0186 (Alin Rad Pop, Secunia Research).
  * Huge number of minor bug fixes as a result of static analysis.
2009-03-04 16:47:05 +00:00
wiz
5edb4a1746 Avoid having -lltdlc in various .la files. Bump PKGREVISION. 2009-03-02 16:29:31 +00:00
kefren
85e69aafe0 +xmms-pulse 2009-03-02 06:22:08 +00:00
wiz
4cad974c80 Update to 0.11, convert to user-destdir:
Wed 21 Jan 2009:

   Version 0.11 released; changes include: major GStreamer backend
   fixes; update to libtool 2.2; a few other fixes
2009-02-27 22:08:57 +00:00
hasso
506f54558d Fix typo. 2009-02-27 16:31:27 +00:00
kefren
692e99c844 Initial import of xmms-pulse 0.9.4 an output plugin for the XMMS program
that allows it to output sound using the pulseaudio sound server
2009-02-27 10:05:37 +00:00
hasso
ff8568edc7 + akode, akode-plugins-alsa, akode-plugins-ffmpeg, akode-plugins-jack
+ akode-plugins-mpc, akode-plugins-mpeg, akode-plugins-oss
+ akode-plugins-pulseaudio, akode-plugins-resampler, akode-plugins-sun
+ akode-plugins-xiph
2009-02-26 18:24:02 +00:00
hasso
18b57e1bce This package provides the xiph plugin for aKode which allows decoding FLAC,
Ogg/FLAC, Speex and Ogg Vorbis audio.
2009-02-26 18:12:39 +00:00
hasso
c1fd6d419a This package provides the sun plugin for aKode which allows playback through
sound devices via API used in Sun OS/Solaris, NetBSD and OpenBSD.
2009-02-26 18:11:42 +00:00
hasso
8a32ffabd6 This package provides the resampler plugin for aKode. 2009-02-26 18:10:34 +00:00
hasso
17590eb9aa This package provides the pulse plugin for aKode which allows playback through
Pulseaudio soundserver.
2009-02-26 18:09:05 +00:00
hasso
96d8ef5c1a This package provides the oss plugin for aKode which allows playback through
OSS (Open Sound System).
2009-02-26 18:07:59 +00:00
hasso
f3f7206b6f This package provides the mpeg plugin for aKode which allows decoding MPEG 1/2
layer I-III audio.
2009-02-26 18:07:14 +00:00
hasso
586625fec6 This package provides the mpc plugin for aKode which allows decoding Musepack
(aka mpc) audio format.
2009-02-26 18:06:08 +00:00
hasso
c5d8c8e8a8 This package provides the jack plugin for aKode which allows playback through
Jack Audio Connection Kit soundserver.
2009-02-26 18:05:27 +00:00
hasso
fd9caba260 This package provides the ffmpeg plugin for aKode which allows decoding many
audio formats using ffmpeg library.
2009-02-26 18:04:42 +00:00
hasso
7d1d0d9e88 This package provides the alsa plugin for aKode which allows playback through
ALSA sound system used commonly on Linux.
2009-02-26 18:03:15 +00:00
hasso
504c9ad565 aKode is a simple audio decoding framework that provides a uniform interface
to decode the most common audio formats. It also has a direct playback option
for a number of audio outputs.

This package provides the aKode library and akodeplay testing utility.
2009-02-26 18:00:34 +00:00
drochner
aff28f4ac8 update to 0.1.7
changes:
-Optimisation resulting in dramatic throughput improvements
-bugfixes (also a segfault, without security implications)
2009-02-25 19:35:46 +00:00
joerg
1b80785018 Explictly needs libSM now. 2009-02-25 01:39:28 +00:00
wiz
ae61ba2196 Drop maintainership. 2009-02-24 16:15:22 +00:00
wiz
ef87923dbb Update to 0.4.25:
gnome-speech 0.4.25:

* Respin due to use of incompatible libtool for 0.4.24.

gnome-speech 0.4.24

* drivers/espeak/espeakspeaker.c: Fix for bug #571217 - espeak driver
  parameter ranges do not match espeak

* gnome-speech/speaker.c, drivers/eloquence/eloquencespeaker.c: Fix
  for bug #560439 - GNOME Goal: Remove deprecated GLib symbols.  NOTE:
  I don't have the eloquence package (it's a commercial system), so I
  was unable to verify the changes made to that file.

gnome-speech 0.4.23:

* drivers/espeak/Makefile.am Fix for bug #568786 - Trivial build patch
  (Vincent Untz)

* test/test-speech.c: Fix for bug #563577 - GNOME Goal: Clean up GLib
  and GTK+ includes (Luis Menina)
2009-02-24 15:04:15 +00:00
wiz
18decf1db4 PKGREVISION bump for libsndfile ABI depends bump. 2009-02-21 13:22:43 +00:00
wiz
546b56c9a0 Update to 1.0.18:
Version 1.0.18 (2009-02-07)
  * Add Ogg/Vorbis support (thanks to John ffitch).
  * Remove captive FLAC library.
  * Many new features and bug fixes.
  * Generate Win32 and Win64 pre-compiled binaries.

Add ogg and vorbis dependencies to bl3.mk and increase ABI depends.
2009-02-21 13:20:45 +00:00
drochner
3b0b9ed3ba no need to pull in libaudiofile here 2009-02-19 12:59:35 +00:00
drochner
a57017c92d kill an obsolete line in the installed .pc file, reported by
Jared D. McNeill per PR pkg/40648, bump PKGREVISION
2009-02-16 12:46:00 +00:00
wiz
a483f1008e Add patch from upstream, bump PKGREVISION:
SVN commit 917750 by nhnielsen:
Fix for wikipedia tab not showing any info. Thanks to Helge Stenström
and WarwickH at
https://bugs.edge.launchpad.net/ubuntu/+source/amarok/+bug/316140 for
the fix.
2009-02-15 11:22:48 +00:00
wiz
0e9e30f079 Update to 0.99.14, provided by Karl Uwe Lockhoff in PR 40493.
gtkpod V0.99.14

       NEW FEATURE: Help system, still very preliminary.

       NEW FEATURE: Video thumbnail generation, thanks to M. Sean Finney

       NEW FEATURE: Lyrics may be viewed and edited via the Details window
       for a track. Only mp3 files are supported currently (patches welcome
       to remove this limitation). Writing lyric tags may still have
       compatibility issues on some iPod's. Thanks to Dudy Kohen.

       NEW FEATURE: Add a search bar, to quickly filter tracks.

       UPDATE: New application icon.

       UPDATE: Preferences dialog redesigned from the ground up for GNOME
       HIG compliance.

       UPDATE: Hebrew translation. Thanks to Assaf Gillat.

       UPDATE: Italian translation. Thanks to Daniele Forsi.

       UPDATE: Romanian translation. Thanks to Alex Eftimie.

       UPDATE: Spanish translation. Thanks to Alejandro Lamas Daviña.

       UPDATE: Swedish translation. Thanks to Stefan Asserhäll.

       NEW FEATURE: Added simple Chinese translation. Thanks to Tan Zhixin.

       IMPROVEMENT: Numerous UI cleanups

       IMPROVEMENT: Support for chapter data, thanks to Michael Tiffany

       IMPROVEMENT: Use cairo for coverart display effects. This allows the
       dependency on libgnomecanvas to be dropped.

       IMPROVEMENT: Coverart display performance has been improved.

       IMPROVEMENT: Better support for Windows compilation in Cygwin,
       thanks to Éric Lassauge.

       IMPROVEMENT: Set track->lyrics_flag for mp4 files in addition to mp3
       files.

       IMPROVEMENT: Use the Artist tag for the Artist and fall back to the
       Album Artist tag only when the former does not exist. For Album
       Artist, use the Album Artist tag, but only if the Artist tag does
       exist. Thanks to Dudy Kohen.

       BUGFIX: The Photo "playlist" is now a separate object in the
       Playlist view.

       BUGFIX: Numerous memory leaks fixed, thanks to Andrea, Tomas
       Carnecky, and others.

       Many other bug fixes and cleanups, see the ChangeLog for more detail.
2009-02-15 09:43:38 +00:00
drochner
a2829fdc32 move the libltdl where it belongs 2009-02-12 22:52:49 +00:00
schmonz
b77f0338f2 Update to 2.2.3. From the changelog:
- added ID3v2 support (for known tags like title, artist, album,
    track number, ...)
- added '@nX' to '-o' option to specify the number of digits (X)
    in the output track identifier number
- added '-N' option for Not writing mp3splt.log file
- added the '@N' variable when using the '-g' option for auto
    incrementing the track number in the tags
- created a completely new windows installer allowing to install
    only some components and to uninstall only the installed files
- added some more documentation about the 'off' parameter
- updated to check for illegal characters in output filenames
- fixed bug with mp3splt not searching for plugins in its directory
    on Windows (it will now search in the directory of the 'mp3splt'
    executable if we detect a path from the launch command and in
    the installation directory written in the registry)
- fixed the zeroes not being added before the number when using @n
- fixed small bug about '-Q' not working right
- the default behaviour of the tags on the split files has changed:
    by default, we set the tags version of the file to split in the
    split files (for example if the file for split has ID3 version
    X, the tags in the split files will be ID3vX)
- added -1 (force tags in output files to be ID3v1) and -2 (force
    tags in output files to be ID3v2) options
- implemented query{search_string}(chosen_result_int) for the -c
    option : windows users should use this instead of -c query when
    searching using a "unicode" string
- fixed all tags/filenames "unicode" encoding issues on windows
- fixed small track issue in tags
- fixed issue when the output is the same as the original file
2009-02-12 21:35:34 +00:00
schmonz
a7b428bda7 Update to 0.5.4. From the changelog:
- fixed bug crashing the applications on the silence split when no
    'get_silence_level' function defined
- added ID3v2 support when compiling with 'libid3tag' support
- added '@nX' to '-o' option to specify the number of digits (X)
    in the output track identifier number
- added the '@N' variable when using the '-g' option for auto
    incrementing the track number in the tags
- fixed bug #2398397 : 'license version broken in README'
- fixed the zeroes not being added before the number when using @n
- fixed a lot of ugly codings and compiler warnings
- fixed problem with configure yielding error when libid3tag not found
- fixed libtool incompatibility issue (libtool: link: cannot find
    the library `../libltdl/libltdlc.la'), bug #2144760
- updated to check for illegal characters in output filenames
- fixed all tags/filenames "unicode" encoding issues on windows
- the default behaviour of the tags on the split files has changed:
    by default, we set the tags version of the file to split in the
    split files (for example if the file for split has ID3 version
    X, the tags in the split files will be ID3vX)
- the tags in the output files can be changed with the
    SPLT_OPT_FORCE_TAGS_VERSION option
- fixed issue when the input file is erased if the output is the
    same as the original file
- fixed small track issue in tags
2009-02-12 21:35:08 +00:00
drochner
6e86650787 disable some linux specific hack which tries to import "libc.so.6"
and "libmpcdec.so.3" - this is going to fail on other platforms
obviously, bump PKGREVISION
2009-02-11 18:35:19 +00:00
drochner
6bc62118eb replace my quick-and-dirty patch fixing mikmod play with the upstream
version, to ease further updates
2009-02-11 18:30:42 +00:00
joerg
be089192f3 Sort PYTHON_VERSIONS_ACCEPTED. 2009-02-11 14:23:31 +00:00
joerg
ff6b891128 Fix Python version order. 2009-02-11 13:46:59 +00:00
abs
b5b5512987 mserv_irman -> mserv-irman 2009-02-10 11:52:06 +00:00
abs
f46b62594d Renamed to mserv-irman 2009-02-10 11:51:47 +00:00
abs
a515330aad Added audio/mserv-irman version 0.21
mserv-irman allows easy control of the 'mserv' mp3 jukebox program
using ordinary remote controls and irman receivers from evation.com.

mserv already allows rating of tracks to allow the system to pick
tracks appropriate to who is currently connected. mserv-irman works
with this to permit relatively peaceful sharing of an mp3 jukebox
in an office of widely disparate tastes.

This replaces audio/mserv_irman, also moving the source to code.google
and enabling DESTDIR support
2009-02-10 11:51:26 +00:00
joerg
3c645bb7fc Switch to Python 2.5 as default. Bump revision of all packages that have
changed runtime dependencies now.
2009-02-09 22:56:21 +00:00
joerg
d4c7f286d3 DESTDIR support. Needs pkg-config. 2009-02-07 21:10:47 +00:00
joerg
8f4eadf82f Supports DESTDIR. 2009-02-07 20:42:33 +00:00
jakllsch
a3192a9bcc forgot options.mk in last commit. 2009-02-07 18:45:15 +00:00
jakllsch
3325fd4eff Update to ncmpc-0.13.
Changes for versions since 0.11.1:

ncmpc 0.13 - 2009-01-09
  * added output configuration screen, default hotkey F8
  * new --disable-locale configure option
  * new --disable-multibyte configure option; this allows you to
    disable wide character support, retaining multibyte character
    support
  * search with regular expressions


ncmpc 0.12 - 2008-12-05
  * added artist screen (tag browser)
  * added highly experimental lyrics screen (disabled by default)
  * removed clock screen
  * support wide characters
  * optimized memory usage
  * always try to reconnect after server failure
  * support unix domain sockets for the MPD connection
  * added compile-time "mini" option which produces the smallest
    possible ncmpc binary
  * added LIRC support
  * scroll long song names in the playlist
  * added command "locate" ('G') which locates a song in the database browser
  * added "song" screen ('i') which displays song information
2009-02-07 18:38:05 +00:00