Commit graph

5305 commits

Author SHA1 Message Date
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