Commit graph

4058 commits

Author SHA1 Message Date
wiz
aa00fd5982 Conflict with libtunepimp. 2006-04-13 06:04:04 +00:00
wiz
09a23b67e8 Depend on libtunepimp. Bump PKGREVISION. 2006-04-12 21:45:25 +00:00
wiz
1585f4c44a Add and enable libtunepimp. 2006-04-12 21:43:26 +00:00
wiz
76d6d1b63d Initial import of libtunepimp-0.4.2:
The TunePimp library serves as a tool to allow developers to create
MusicBrainz enabled tagging applications.

The TunePimp library is a full featured tagging library that allows
the developer to open music files for identification/lookup. Once
files have been identified, it writes new metadata tags to the
music files and writes the files to a standardized directory
hierarchy. TunePimp includes the following features:

* Create TRM IDs from WAV, MP3, Ogg/Vorbis and FLAC files
* Automatically lookup files by TRM or by metadata
* Read and write metadata from the music files
* Optionally rename files according to a user specified file mask
* Optionally move files to a user specified directory hierarchy
2006-04-12 21:41:58 +00:00
rillig
9aa32c8483 Updated darkice to 0.15.
14-04-2005 DarkIce 0.15 released

    o ported to OpenBSD and NetBSD, though real-time scheduling not supported,
      since it is not implemented in OpenBSD / NetBSD
    o added possibility to downsample from stereo to mono when encoding
      to Ogg Vorbis, thanks to Deti Fliegl, <deti@fliegl.de>
    o added support for Jack inputs, enabling a lot of interesting usage,
      including support for MacOS X.
      Thanks to Nicholas J. Humfrey <njh@ecs.soton.ac.uk>
    o various improvements by Joel Ebel <jbebel@ncsu.edu>
    o added option to turn off automatic reconnect feature
    o added IPv6 support, thanks to <jochen2@users.sourceforge.net>
2006-04-12 21:12:48 +00:00
rillig
2af491648a + jack 2006-04-12 20:52:05 +00:00
rillig
a74be66b7c Imported jack from pkgsrc-wip.
JACK is a low-latency audio server, written for POSIX conformant
operating systems such as GNU/Linux and Apple's OS X. It can connect a
number of different applications to an audio device, as well as allowing
them to share audio between themselves. Its clients can run in their own
processes (ie. as normal applications), or can they can run within the
JACK server (ie. as a "plugin").

Packaged by Chris Wareham.
2006-04-12 20:43:27 +00:00
rillig
52e4e5d4b8 The documentation is installed into share/doc/csound instead of
share/doc/html/csound. The (empty) CVS directories are not installed.
Bumped PKGREVISION.
2006-04-12 20:21:34 +00:00
rillig
96fc47c14f Aligned the last line of the buildlink3.mk files with the first line, so
that they look nicer.
2006-04-12 10:26:59 +00:00
joerg
f4e87c729f Hook up libsidplay2 and sidplay2. 2006-04-09 13:14:30 +00:00
joerg
253441da0d Initial import of sidplay2:
Sidplay2 is an updated version of Sidplay, which is a Commodore 64 music
file player. This version plays more SIDs and is capable of more, than
the previous Sidplay is.

From Simon Hitzemann in PR 25203.
2006-04-09 13:13:38 +00:00
joerg
345b982d82 Initial import of libsidplay2:
Libsidplay2 contains the necessary sidtune routines used by the sidplay2
package.

Provided by Simon Hitzemann in PR 25203, modified to coexist with
libsidplay.
2006-04-09 13:12:02 +00:00
wiz
a7beb72c6b Add PKGCONFIG_OVERRIDE. Add missing dir to PLIST.
Bump PKGREVISION.
2006-04-08 16:13:43 +00:00
wiz
d3a3d3c923 Add missing patch-aa, fixing the build. 2006-04-08 16:13:23 +00:00
wiz
5866856e1a Remove bogus entry from PLIST.
Add PKGCONFIG_OVERRIDE. Bump PKGREVISION.
2006-04-08 15:49:16 +00:00
jmmv
0854967f78 Add and enable gst-plugins0.10-mad. 2006-04-08 11:45:10 +00:00
jmmv
5a4d14bb4b Initial import of gst-plugins0.10-mad, version 0.10.3:
This package is part of the 'ugly' plugins for GStreamer.  It provides the
mad plugin, which allows playback of MPEG Layer 3 audio files.
2006-04-08 11:44:28 +00:00
rpaulo
d4d4e25aae Update to version 0.13.0. New features include plugin support and cover art
support [via external plugins].
Reviewed by jlam@
2006-04-07 17:40:22 +00:00
rpaulo
0f29e84b78 Update to 0.12.0.
I don't know what has changed besides the version number and the layout.
Reviewed by jlam@
2006-04-07 17:37:53 +00:00
drochner
933a45e757 update to 1.0.15
changes:
* Fix some ia64 issues.
* Fix precompiled DLL.
* Minor bug fixes.
2006-04-06 16:59:07 +00:00
reed
5abef9be14 Over 1200 files touched but no revisions bumped :)
RECOMMENDED is removed. It becomes ABI_DEPENDS.

BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo.

BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo.

BUILDLINK_DEPENDS does not change.

IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS
which defaults to "yes".

Added to obsolete.mk checking for IGNORE_RECOMMENDED.

I did not manually go through and fix any aesthetic tab/spacing issues.

I have tested the above patch on DragonFly building and packaging
subversion and pkglint and their many dependencies.

I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I
have used IGNORE_RECOMMENDED for a long time). I have been an active user
of IGNORE_RECOMMENDED since it was available.

As suggested, I removed the documentation sentences suggesting bumping for
"security" issues.

As discussed on tech-pkg.

I will commit to revbump, pkglint, pkg_install, createbuildlink separately.

Note that if you use wip, it will fail!  I will commit to pkgsrc-wip
later (within day).
2006-04-06 06:21:32 +00:00
wiz
4c719b5c41 Update to 1.3.9:
VERSION 1.3.9:
  FEATURES:
    * Support for libtunepimp 0.4. (BR 94988)

  BUGFIXES:
    * Fix leak of file descriptors with embedded cover art. Patch by Shane
      King (BR 123472)
    * Stop collection folders being automatically removed. Instead, allow
      user to remove non-existent folders by deselecting parent. (BR 123745)
    * When libtunepimp returns errors, show the proper error message,
      instead of a misleading one. (BR 104264)
    * Playlist popup menu had a visual glitch with Lipstik and (probably)
      earlier versions of Plastik.
    * Fix preamp and frequency band scaling in the xine equalizer. Patch by
      Tobias Knieper (BR 116633)
    * Fixed a huge memory leak when using xine-engine with crossfading.
      (BR 119230)
    * Fix memory leak in the helix engine when the player and playlist are
      not visible.
    * Stream with URLs containing "&" wouldn't be correctly saved.
      (BR 121846)
    * Playlist Browser would save invalid PLS Playlists. (BR 122875)
    * Refresh All Podcasts wouldn't consider subfolders. (BR 122783)
    * When using a folder as playlist, deleting the playlist would delete
      the folder and all files inside it. (BR 122480)
    * OSD was showing "No track playing" for tracks without metadata.
    * Smart Playlists with playcount or score related conditions wouldn't
      match all songs properly. (BR 97046)
    * With enormous queues, stop menu would take a lot of time to show up.
      (BR 120677)
2006-04-04 20:13:55 +00:00
wiz
56a85eb4c2 Update to 12.17.9:
sox-12.17.9
-----------

  o Updates to compile under VC6. Jimen Ching
  o Declare st_signalinfo_t to specifically be signed in case
    platform does not default ot signed chars.  This
    is required for NetBSD/powerpc.
  o When seek()ing in AIFF, SMP, and WAV handlers, remaining samples were
    incorrectly computed based on bytes and not samples.  Jukka
  o Changed noisered effect to just warn during clipping instead
    of aborting.  Ian Turner
  o Fixed bug were pieces of audio were lost every buffer read
    when running both -c and -r options together on mono audio.
    Users probably percieved it as shorter audio files that
    played with a sped up tempo.
    Bugfix will also apply to other times when multiple effects
    are ran on the command line.
  o Added support for -V option to play/rec scripts.
  o Fix to silence effect to allow negative periods to be specified
    (to remove silence from middle of sound file).
  o Fix swap option handling so that special case of "swap 1 1" will
    work.
  o Track length of Ogg Vorbis files on read.
  o Add support for displaying a status line that tracks progress
    of read/write routines.  Part of information requires read
    file handlers to be able to determine file length.
  o Converted alsa driver to use asoundlib instead of directly
    talking to kernel driver.  This also means that device names
    are now the ALSA logical names instead of /dev type names.
  o Added ALSA support to play/rec scripts.
  o Added st_open*, st_read, st_write, st_seek, st_close routines
    to help simplify developer interface to libst.  See libst.3..
  o Removed st_initformat(), st_copyformat(), and
    st_checkformat() from library.  If your app used those
    functions then copy them from 12.17.8 source code
    directly into your application or update to use new
    routines.
  o Force word-alignment on AIFF SSND and APPL chunks on input.
    Matthew Hodgson.
  o Add fix to WAV handler to only return data in multiples
    of sample_size*channels to better handle corrupt files.
  o Fixed bug where "-4" option didn't work with avg
    effect (Tom Christie).
  o Fixed fade's fade-out-length to match man page
    description as noted by Geoff Kuenning.  This required
    updates to the sample crossfade scripts.  Also modified fade
    effect to report when no more samples will be produced to
    prevent unneeded reading of whole file.
  o Allow aborting SoX with SIGTERM, along with previous SIGINT.
    Norman Ramsey.

sox-12.17.8
-----------
  o noisered effect had compile problems with some compilers.
  o "-x" option was being ignored since 12.17.7.
  o Stuart Brady added support for reading and writing RIFX files (big
    endian RIFF/WAV files).  Also added support for auto detecting
    DEC-style ".sd\0" files.
  o Gene Mar found typo in polyphase nuttall calculation.
  o SMP buffer overflow (detected by gcc 4.0).  Reported by Marcus Meissner
    and Matthias Saou.
  o Fixed URL in manpage to resample overviews.
  o Fixed WAV handler so that it didn't think WAV chunks with max size
    were invalid chunks.  This allows WAV's to be used in pipes since
    they have to default to max size.
  o WAV files with alaw or ulaw data don't need extended format chunks.
    (Lars Immisch)
  o In AIFF files, fixed problem were short comments should cause
    AIFF handler to get confused and become misaligned.
2006-04-04 18:19:13 +00:00
jmmv
3839f4a1ab Depend on hicolor-icon-theme to:
1) Handle the shared share/icons/hicolor directory.
2) Properly regenerate the icon theme cache during (de)installation.
Bump PKGREVISION.
2006-04-02 09:49:00 +00:00
markd
d762feb0a3 amd64 trys to build the server so add oss dependency so it can. Bump
PKGREVISION.

Also do some pkglint cleanups.
2006-04-02 02:07:38 +00:00
ben
cdfb2f1e23 Add entry for abcmidi package. 2006-04-01 14:36:17 +00:00
ben
db9c171d84 Initial import of abcmidi-2006-03-14, music utilities for abc.
abcMIDI is a package of programs developed by James Allwright for
processing ABC music notation files. It consists of several programs:
abc2midi, abc2abc, yaps, and midi2abc.
2006-04-01 14:35:17 +00:00
jmmv
3593f96601 Update to 0.3.10:
* Fix for bug 332250: dectalk driver compilation warnings (Willie Walker)

* Fix for bug 332247: dectalk driver can hang on exit (Willie Walker)
2006-03-30 21:27:25 +00:00
jmmv
0210647914 Add and enable gst-plugins0.10-esound. 2006-03-30 21:21:48 +00:00
jmmv
1ca0340f1a Initial import of gst-plugins0.10-esound:
This package is part of the 'good' plugins for GStreamer.  It provides the
esound plugin for GStreamer, which allows playback and recording of sound
through the Enlightened Sound Daemon.
2006-03-30 21:20:59 +00:00
jmmv
ad0c76d1ae Update gnome-vfs2, gnome-vfs2-cdda and gnome-vfs2-smb to 2.14.0:
gnome-vfs 2.14.0
	* Fix circular dependency on gnome-mount
	* Fix some details in gnome_vfs_xfer callbacks
	* Avoid crash with symlinks that has ':' in them
	* Update hal volume manager policies
	* Fix leaks
	* Better smb authentication code
	* Fix permission reading bug introduced in 2.13.92

gnome-vfs 2.13.92
	* Build fixes
	* Fix memory leaks
	* Some optimizations
	* New readdir option GNOME_VFS_FILE_INFO_NAME_ONLY that only returns
	  filenames (not stat info).
	* use pmount in /media if not using gnome-mount or hal-mount
	* Fixes for encrypted drives/volumes in hal backend
	* Mime detection fix for multiple magic matches of same prio
	* HAL volume operation fixes
	* More robust gnome_vfs_make_uri_from_input_internal
	* Fix Avahi resolving of non-local hostnames

gnome-vfs 2.13.91
	* Eject fixes for volume manager
	* Windows 2000 portability fixes
	* Revert overwrite error dialog change that caused problems
	* ssh fixes for newer BSD and OSX releases

gnome-vfs 2.13.4
	* Add support for gnome-mount
	* Re-add thread prioritizing
	* Add gnome_vfs_get_mime_type_for_name_and_data () and
          gnome_vfs_get_mime_type_for_name ()
	* Deprecate gnome_vfs_mime_type_from_name ()
	* Skip attempts to overwrite a file onto itself in
          gnome_vfs_xfer and friends.
	* Retrun GNOME_VFS_ERROR_INTERRUPTED when aborting transfers
	* inotify: Fix various crashers and bugs
	* ftp-method: Basic support for proxies
	* http-method: Fix SSL support
	* http-mehtod: Fix bugs introduced during the neon upgrade
	* Various hal related volume fixes
	* Hide some more private functions
	* Some documentation updates
	* Translation updates

gnome-vfs 2.13.3
        * load modules with BIND_LOCAL
	* inotify fix

gnome-vfs 2.13.2
	* Support Avahi 0.6
	* Support passwords in mount
	* Inotify support
	* Update neon import to 0.25
	* Leak fixes
	* Win32 fixes
	* Add GNOME_VFS_FILE_INFO_FIELDS_IDS to see if uid/gid are valid
	* Update to lates xdgmime
	* Use the glib GThreadPool code instead of our own threadpool

gnome-vfs 2.13.1
	* Support for recent samba
	* Fix bug when resolving nested symlinks
	* Sync to upstream xdg-mime code
	* Various fixes to gnomevfs-* apps
	* New functions gnome_vfs_exists, gnome_vfs_get_slow_mime
	* Better ls parsing for ftp
	* Return GNOME_VFS_ERROR_CANCELLED when authentication is cancelled
	* Add avahi support
	* Fix problem when mounting cd multiple times
	* Hide private symbols
	* Better docs
	* Fix metadata removal issue with deletion in Nautilus
2006-03-30 21:07:48 +00:00
jlam
792529759b * Honor PKGINFODIR.
* List the info files directly in the PLIST.
2006-03-30 03:44:41 +00:00
markd
8466054cd6 Update arts to 1.5.2 (part of KDE 3.5.2)
Changes unknown.
2006-03-30 02:32:54 +00:00
joerg
5a81629108 Fix pthread linkage. 2006-03-28 16:24:21 +00:00
smb
2fa723beca Add advice to use 'eject' to turn off Apple's "do not disconnect" message. 2006-03-25 14:25:01 +00:00
rpaulo
91009ff1cf Fix patch-aa sha1 sum. [hi minskim!] 2006-03-22 21:13:42 +00:00
jlam
11993b86ed Bump PKGREVISION for all packages that had broken INSTALL/DEINSTALL
scripts prior to revision 1.43 of bsd.pkginstall.mk.
2006-03-21 06:00:43 +00:00
jlam
ba5ff8e067 Honor PKGINFODIR and PKGMANDIR. 2006-03-20 03:53:27 +00:00
minskim
7e29b09312 Allow to build on Darwin. 2006-03-17 23:24:28 +00:00
jlam
1567f4ded6 Fix patch to create directory before installing into it, and make this
package use INSTALLATION_DIRS.
2006-03-17 22:39:02 +00:00
jlam
0f7f5270e5 Remove unnecessary patch since pkgsrc handles split info files
automatically.
2006-03-17 22:37:34 +00:00
jlam
9a88a317f6 Generate the info file during the build phase instead of the install
phase.
2006-03-17 08:06:51 +00:00
jlam
b499303dc5 Consolidate two patches that patched the same file. 2006-03-17 08:04:15 +00:00
jlam
daad0f3d6c Modify the pkginstall framework so that it manages all aspects of
INSTALL/DEINSTALL script creation within pkgsrc.

If an INSTALL or DEINSTALL script is found in the package directory,
it is automatically used as a template for the pkginstall-generated
scripts.  If instead, they should be used simply as the full scripts,
then the package Makefile should set INSTALL_SRC or DEINSTALL_SRC
explicitly, e.g.:

	INSTALL_SRC=	${PKGDIR}/INSTALL
	DEINSTALL_SRC=	# emtpy

As part of the restructuring of the pkginstall framework internals,
we now *always* generate temporary INSTALL or DEINSTALL scripts.  By
comparing these temporary scripts with minimal INSTALL/DEINSTALL
scripts formed from only the base templates, we determine whether or
not the INSTALL/DEINSTALL scripts are actually needed by the package
(see the generate-install-scripts target in bsd.pkginstall.mk).

In addition, more variables in the framework have been made private.
The *_EXTRA_TMPL variables have been renamed to *_TEMPLATE, which are
more sensible names given the very few exported variables in this
framework.  The only public variables relating to the templates are:

	INSTALL_SRC		INSTALL_TEMPLATE
	DEINSTALL_SRC		DEINSTALL_TEMPLATE
				HEADER_TEMPLATE

The packages in pkgsrc have been modified to reflect the changes in
the pkginstall framework.
2006-03-14 01:14:26 +00:00
kim
8cc5b8dffd Fix cleanup. 2006-03-11 10:46:27 +00:00
reed
759733cb9e Update the download site. 2006-03-11 03:15:07 +00:00
reed
c34a8897b6 Use the configure provided @mandir@. 2006-03-11 03:14:43 +00:00
rillig
110335debb Cleaned up the Makefile. 2006-03-10 22:47:35 +00:00
rillig
67fac2c26d Fixed typo (MAKE_PARAMS -> MAKE_FLAGS). This makes the package work for
LOCALBASE != /usr/pkg.
2006-03-10 22:41:25 +00:00
rillig
d264066093 Fixed pkglint warnings. 2006-03-10 22:32:21 +00:00
jlam
6ad6aef9d4 Replace references to ossaudio.buildlink3.mk with oss.buildlink3.mk.
Remove deprecated ossaudio.buildlink3.mk.
2006-03-09 21:04:39 +00:00
jlam
4b0f3b4f70 audio/oss has been removed. 2006-03-09 20:25:49 +00:00
jlam
82e6c22feb Remove old and unmaintained audio/oss package. 2006-03-09 20:25:10 +00:00
joerg
da67d7c739 Recursive bump for major version change of cdparanoia libs. 2006-03-07 06:30:55 +00:00
joerg
9bc4bc08f9 Sync DragonFly/FreeBSD support with FreeBSD ports by adding
cdda_device_name to struct cdrom_drive. This makes a number of
hacks in various places superfluous and should fix the KDE multimedia
issues. Bump revision. Recursive bump will follow, since the major
version changed.
2006-03-07 06:29:03 +00:00
joerg
75640cba48 Replace incomplete array definition in prototype to match definition. 2006-03-06 14:26:17 +00:00
wiz
35af66a196 Belatedly bump PKGREVISION for all libtasn1 dependencies, since
libtasn1 had a shlib major bump.
Also update dependencies in bl3.mk files.

Addresses PR 32998 by Robert Elz.
2006-03-06 00:18:10 +00:00
jlam
6e0c050321 * Teach the tools framework how to supply the pkgsrc version of
makeinfo if no native makeinfo executable exists.  Honor TEXINFO_REQD
  when determining whether the native makeinfo can be used.

* Remove USE_MAKEINFO and replace it with USE_TOOLS+=makeinfo.

* Get rid of all the "split" argument deduction for makeinfo since
  the PLIST module already handles varying numbers of split info files
  correctly.

NOTE: Platforms that have "makeinfo" in the base system should check
      that the makeinfo entries of pkgsrc/mk/tools.${OPSYS}.mk are
      correct.
2006-03-05 16:27:22 +00:00
jlam
9c8b5ede43 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
developer is officially maintaining the package.

The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list).  Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
2006-03-04 21:28:51 +00:00
tonio
9e4d5c4041 Fix daapd with iTunes 6.0.4 (3) 2006-03-03 14:40:02 +00:00
minskim
8cfc3ff411 Make this package build with gcc-4. 2006-03-03 03:45:23 +00:00
minskim
a8d6be930e qt3-tools is needed at build time only. Bump PKGREVISION. 2006-03-03 01:31:41 +00:00
ghen
7a19c87328 Update homepage. 2006-03-02 10:02:10 +00:00
ghen
cdea9c7f27 plglint says: .for variable names should not contain uppercase letters. 2006-03-02 10:01:43 +00:00
schmonz
67b0e650bf Update to 3.0.7. From the changelog:
* man pages: use named chars or @ and (C)
* fr.po: Fixed format string bug
* Updated the spannish [sic] translation. (Fernando Sancho)
* Fix broken statistics code. save_data was called too many times.
* Rhythm: made backspace work properly
* idbyname: bugfix: don't throw an exception if loading
  lesson file was cancelled.
* Fixed idtone configuration.
* Remove 'passed' flag for tests if the lesson file change.
* i18n.py: removed debug print statements.
2006-03-02 00:48:31 +00:00
tron
e0b47bdd7b Correct broken signal handling. This fixes PR pkg/30515. 2006-03-01 17:39:17 +00:00
joerg
af71c4599e Add DragonFly support. 2006-02-27 17:29:14 +00:00
snj
f1c827b25d Take maintainership.
Update to 0.0.9.

Changes:
- SIGINT plays next song; two in succession exits program
- fixed 8 bit wav support
- added 8 bit libao support on macintosh
- include filename in stdout during playback
2006-02-26 02:33:51 +00:00
adam
a25fb1b227 Changes 1.0.14:
* Really fix MinGW compile problems.
* Minor bug fixes.
2006-02-24 08:11:26 +00:00
rpaulo
ba25077021 Add wmmp. 2006-02-23 23:35:27 +00:00
rpaulo
fcec251d20 A little app in the style of wmusic and wmapmload/wmcpuload. It represents
a fairly complete interface to MPD.

With the precious help from Johnny Lam. Thanks.
2006-02-23 23:34:29 +00:00
rillig
6438c2a6db regen. 2006-02-22 00:06:44 +00:00
rillig
2ae42609f8 Fixed PLIST. Bumped PKGREVISION. Allowed installation as unprivileged user. 2006-02-22 00:06:21 +00:00
tron
0d43c2ae73 Provide a default for "TARGET_SUFFIX" variable to avoid "bmake" errors
on various platforms. This fixes PR pkg/32824 by Brandon Bergren.
2006-02-19 22:53:27 +00:00
adam
cb15f8acd6 Changes 1.0.7:
LASH support has been added.
Improved command line argument handling.
AMD-64 bugfixes
Few synthesis bugfixes.
Other miscellaneous improvements.
2006-02-19 18:26:43 +00:00
martti
d48b5f2558 Fixed warnings found by pkglint -Wall. 2006-02-17 06:49:23 +00:00
wiz
9d0ed269c2 Fix build with new libtool (as seen in bulk builds).
autoconf code from xmms, since I think the rest of the infrastructure comes
from there too.
2006-02-16 18:05:58 +00:00
wiz
d2c7fc821c Fix build with new libtool (as seen in bulk builds). 2006-02-16 18:05:09 +00:00
wiz
0b40546d80 Add USE_DIRS xdg-1.2, since it does, and add missing locale
file. Bump PKGREVISION for changed PLIST.
2006-02-16 18:03:55 +00:00
rillig
1022c637e7 Fixed pkglint warnings (defined, but unused variables). 2006-02-15 10:49:11 +00:00
xtraeme
5cf28498f7 Remove libvorbis... it should be included via options.mk. 2006-02-12 18:42:22 +00:00
xtraeme
50ce515b47 Update to 2.4.0.
Changes:

        * Layout of the main window can be changed using Layout[123] options.
          Switching between layouts is done using the 'l' key and now TAB is
          used to switch between the playlist and the directory menu. For
          example, you can configure the layout to see both the playlist and a
          directory content.
        * Support for WMA, RealAudio, MP4 and AAC file using FFmpeg.
        * UTF-8 support.
        * Selecting themes at runtime - T command (this does not change the
          config file).
        * Executing external commands, like 'cp %f /mnt/usb_drive' where %f is
          substituted with the path to the currently selected file.
        * Tags are cached at the server side and read in a separate thread.
          The interface is not locked until the tags are read. Size of the
          cache can be adjusted using TagsCacheSize. The cache is saved at exit
          and loaded at startup.
        * Moving items up and down: u and j commands.
        * Workaround for encoding of ID3v1 tags. New options: UseRCC - to use
          librcc for ID3v1 reencoding (Initial patch by Alexey Gladkov),
          ID3v1TagsEncoding - assumed encoding for ID3v1 tags.
        * Added UseCursorSelection option (default: no) to display cursor on
          the selected file. This is useful with braille displays.
        * Added SetXtermTitle option (disable/enable setting xterm title).
        * Added m4a and aac to the list of extensions supported by ffmpeg.
        * Pressing n when nothing is played starts playing from the first item
          on the playlist.
        * Added FollowPlayedFile option: menu follows the currently played file
          so that it is scrolled if the file is outside the visible part
          (default to yes).
        * Numbering items in the playlist. Can be turned off using
          PlaylistNumbering.
        * New themes: moca_theme (Nicola Vitale), red_theme (yyz), and
          darkdot_theme (David Lazar).
        * Added a command for adding a URL to the playlist using entry (CTRL-u).
        * A and --append can add files from playlists.
        * Interface show the playlist after startup if something from the
          playlist is played (CanStartInPlaylist option).
        * Commands: --append, --clear, --play work now as expected even if there
          is no client running.
        * Use full paths instead of just file names for displaying on the
          playlist.
        * Internet streams can be paused.
        * Ogg plugin name was changed to vorbis.
2006-02-12 18:35:55 +00:00
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
ghen
3f1f9a936f "The Rosegarden site has moved to rosegardenmusic.com. Please update your link
or bookmark."
2006-02-04 16:23:50 +00:00
wiz
1f2e28d267 Reset maintainer on his request. PR 32699. 2006-02-03 00:58:25 +00:00
rillig
aefae0906f REPLACE_PERL+=scripts/mab2vcard. Bumped PKGREVISION. 2006-01-31 22:58:45 +00:00
markd
aef3709b37 Update to arts 1.5.1 (part of KDE 3.5.1)
Changes unknown.
2006-01-31 22:17:35 +00:00
tonio
fcec47e1de Re-add faad option, to enable mpeg4ip support (to share AAC files) 2006-01-24 15:18:38 +00:00
wiz
768c589c29 Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 because
of the shlib major bump.
PKGREVISION++ for the dependencies.
2006-01-24 07:31:52 +00:00
joerg
0a4ab50927 Has BROKEN_GETTEXT_DETECTION. 2006-01-23 22:59:54 +00:00
wiz
30ae13f00f Update to 1.3.8:
VERSION 1.3.8:
  BUGFIXES:
    * NMM engine would crash when seeking after the playlist finished,
      state Empty wasn't emitted
    * Fixed URL of the Nectarine radio stream.
    * Fix crash after changing the alsa device in the helix configuration
      dialog.
    * When amaroK exits, send SIGTERM to running scripts. (BR 119159)
    * Old error messages could be shown instead of current track lyrics.
    * The equalizer in the helix engine now works properly at low sample
      frequencies.
    * Fixed some threading issues in loading XML playlists.
    * Lyrics that are available on lyrc would be shown as "not found".
    * The helix engine now includes protection so that misbehaving streams
      do not cause the visualizations to leak memory.
2006-01-21 23:49:57 +00:00
adam
20addf2561 Changes 1.0.13:
* Fix form MinGW compiler problems.
  * Allow readin/write of instrument chunks from WAV and AIFF files.
  * Compile problem fix for Solaris compiler.
  * Minor cleanups and bug fixes.
2006-01-21 23:04:08 +00:00
jlam
758d912e33 Update package Makefile now that bsd.pkg.extract.mk is using the
"extract" script for extraction.  Many cases where a custom EXTRACT_CMD
simply copied the distfile into the work directory are no longer
needed.  The extract script also hides differences between pax and
tar behind a common command-line interface, so we no longer need code
that's conditional on whether EXTRACT_USING is tar or pax.
2006-01-21 18:57:40 +00:00
jlam
81db182ecc Rename the following variables to reduce the number that we need to track:
EXTRACT_CMD_OPTS.bin		->  EXTRACT_OPTS_BIN
	EXTRACT_CMD_OPTS.lha		->  EXTRACT_OPTS_LHA
	EXTRACT_CMD_OPTS.rar		->  EXTRACT_OPTS_RAR
	EXTRACT_CMD_OPTS.tar		->  EXTRACT_OPTS_TAR
	EXTRACT_CMD_OPTS.tar.Z		->  EXTRACT_OPTS_TAR
	EXTRACT_CMD_OPTS.tar.bz2	->  EXTRACT_OPTS_TAR
	EXTRACT_CMD_OPTS.tar.gz		->  EXTRACT_OPTS_TAR
	EXTRACT_CMD_OPTS.tbz		->  EXTRACT_OPTS_TAR
	EXTRACT_CMD_OPTS.tbz2		->  EXTRACT_OPTS_TAR
	EXTRACT_CMD_OPTS.tgz		->  EXTRACT_OPTS_TAR
	EXTRACT_CMD_OPTS.zip		->  EXTRACT_OPTS_ZIP
	EXTRACT_CMD_OPTS.zoo		->  EXTRACT_OPTS_ZOO
	EXTRACT_CMD_OPTS_tar.gz		->  EXTRACT_OPTS_TAR
2006-01-20 23:41:29 +00:00
jmmv
d971a332da Drop maintainership. I can't seriously be the maintainer of so many
packages - specially of packages that I haven't touched for a long
while or those that other people can handle better than me.
2006-01-20 16:15:52 +00:00
jmmv
eee6b470e5 Update to 0.3.9:
* Fix for bug 319421: ibmtts hardcoded to en_US locale (Bill Abt)

* For for bug 319875: Add eciInsertIndex to viavoice driver (Bill Abt)

* Fix for bug 320013: Add more parameters to ibmtts driver (Bill Abt)

* Fix for build problem on Solaris (Rich Burridge)

* Fix for bug 142354: FreeTTS driver exits when refcount goes to 0 instead
  of living forever (Willie Walker)

* Fix for bug 313652: FreeTTS build fix (Bernard Leak)

* Fix for bug 319980: test-speech now uses selected gender instead of
  hardcoding to male (Willie Walker)

* Fix for bug 314736: Cygwin ports patch (Cygwin Ports maintainer)

* Fix for bug 314840: Corrected the use of the rate and pitch
  parameters for ibmtts driver so that they are absolute and not
  relative values (IBM)

* Provide different method for finding the Java virtual machine for
  freetts-synthesis-driver (Willie Walker)

* Fix for bug 319168: FreeTTS streaming audio player could not be used
  (Willie Walker)
2006-01-20 13:34:15 +00:00
jmmv
44889eda12 Update gnome-vfs2* to 2.12.2:
* Correctly resolve nested symlinks without accessing
  invalid memory
* Synch xdgmime with upstream to fix handling of the
  mime cache
* Improve parsing of files which have names that match dates,
  years or times of day.
* Correctly return GNOME_VFS_ERROR_CANCELLED if an
  authentication was cancelled in the ftp, sftp and smb method
* Fix problem with multiple cd volumes
* Add logic for Win32 so we won't return crap like /x:/foo/bar.zap
  and fix handling of file overwrites.
2006-01-20 13:29:13 +00:00
schmonz
d902b2bf64 Update to 3.0.6. From the changelog:
* singinterval bugfix: don't crash if last question in tests is anwered wrongly.
* chord-m7-7-maj7-m7b5-dim7 and chord-m9-9-7b9-maj79: Don't crash
    when running tests.
* Add the singanswer lesson files to the pratise menu.
* Correctly connect ComboBoxEntry events in preferences window.
* Don't show GtkWarnings in the traceback window. Added --show-gtk-warnings
    commandline options for those who want to see them.
* Fixed the singanswer module and added some "Sing chord tone"
    exercises to the practise menu.
* updated no.po
* Added gui in the preferences window to select the language to be
    used. Use this if solfege does not select the correct one by default.
* Added swedish translations. Thanks to Daniel Nylander.
* Updated italian translation. Thanks to Marco Colombo.
* Build fixes to the linux midi module.
* Distribute all .po files in the windows build.
2006-01-19 01:23:36 +00:00
jmmv
2bffd4cd16 Add and enable gst-plugins0.10-oss. 2006-01-18 15:50:40 +00:00
jmmv
8da9b44010 Initial import of gst-plugins0.10-oss, version 0.10.1:
This package is part of the 'good' plugins for GStreamer.  It provides the
oss plugin, which allows playback and recording of sound through the Open
Sound System audio libraries.
2006-01-18 15:50:04 +00:00
jmmv
9cea83e7fa Adjust dependencies after the renames of gstreamer, gst-plugins and
gst-plugins-* to gstreamer0.8, gst-plugins0.8 and gst-plugins0.8-*,
respectively.  Bump PKGREVISION.
2006-01-18 12:55:55 +00:00
jmmv
242def5068 Rename gstreamer, gst-plugins and gst-plugins-* to gstreamer0.8,
gst-plugins0.8 and gst-plugins0.8-* respectively.  This is to leave room
for gstreamer 0.10 (which will be added with versioned names too, to avoid
annoying renames in the future).

While here, do some changes:
- Make gstreamer0.8 use the alternatives system to provide the unversioned
  gst-* utilities.
- Rename all internal variables to have 0.8 in them to make it clear which
  package they belong to.
2006-01-18 12:44:00 +00:00
adam
ace7cba887 patch-ag is important as well :) 2006-01-17 21:50:23 +00:00
adam
b338308fcf Changes 1.2.4b:
* A serious problem with the French translation was corrected.

Changes 1.2.4:
* The File menu now includes a list of recent files.
* The "Generate Silence" effect now prompts for a length.
* Audacity is now built with Vorbis 1.1, which features better encoding quality
  and file compression.
* Dragging sound files into the Audacity window now works on Mac OS X and Linux,
  as well as Windows. (Before, it worked only on Windows.)
* Better support for certain audio devices on Mac OS X 10.4 "Tiger"
* The "View History" window can now discard old undo levels to save disk space
   on Windows. (This previously worked only on Linux and Mac.)
* "Preferences" command is now in Edit menu.
* "Plot Spectrum" command is now in Analyze menu.
* Opening a project file saved by a later version of Audacity displays an
  intelligent error message. Also, trying to import a project file (instead of
  open it) displays an intelligent error message.
* Audacity now compiles in Visual C++ .NET 2003.
* Other minor bug fixes.
* New or updated translations: Arabic (ar), Czech (cs), Finnish (fi), Hungarian
  (hu), Japanese (ja), Norwegian (nb), Slovenian (sl), Simplified Chinese
  (zh_CN), Traditional Chinese (zh_TW).
2006-01-17 21:49:44 +00:00
xtraeme
afe7ca4f08 Added audio/flite. 2006-01-16 14:19:38 +00:00
xtraeme
1033d4a651 Initial import of flite-1.3.
Flite (festival-lite) is a small, fast run-time synthesis engine developed
at CMU and primarily designed for small embedded machines and/or large
servers. Flite is designed as an alternative synthesis engine to Festival
for voices built using the FestVox suite of voice building tools.
2006-01-16 14:18:42 +00:00
rxg
5d93ed0845 Modified mailbox in MAINTAINER. 2006-01-16 13:43:26 +00:00
wiz
0d03c95083 Update to 7.18:
Snd 7.18

snd_pd_external.c, help-snd-fm.pd, and pd-fm.scm and other changes for Pd, thanks to Kjetil.

Many more improvements thanks to Mike.

default sample type is now float. This should only affect the "peak-env" files which will
  need to be rebuilt (just delete the current peak files, and they'll be rebuilt as needed
  automatically).

analog-filter.scm: Butterworth, Chebyshev, inverse-Chebyshev, Bessel(-Thompson), Elliptic filters.
  (These functions are based on code of Anders Johansson)

new fft windows: samaraki and ultraspherical (related to the dolph-chebyshev window)
  ultraspherical window has an additional parameter (side lobe shape) named
  fft-window-alpha here (to parallel fft-window-beta).

new sound effects:
  sinc-train (clm.html)
  reverse-by-blocks and reverse-within-blocks (examp.scm)
  pulse-voice (examp.scm)

moved make-iir-low|high-pass-1 to snd7.scm (from dsp.scm)

removed the various sorting indices (sort-by-name|size|date|entry), and changed
  the way the user-defined sorter works. (snd7.scm defines the old names).
  Also removed (unimplemented, but documented) file-sorters list, and the
  now useless just-sounds-hook.  added sound-file? for easier file-filter definition.

in both Motif and Gtk, the file selection dialogs have been changed -- there are
  fewer visible widgets, but popup menus are scattered around to handle uncommon
  chores (sorting, filtering, etc).  libgamin is connected to the file list as
  elsewhere.  Right-click in the file list brings up a menu of sorting/filtering
  choices; in the directory list it brings up a menu that splits out the parent
  directories (single-click in the directory list moves to that directory);
  in the file and filter entry widgets it brings up a list of previous choices.
  If you type in the file entry widget, the file list tries to move to the apparent choice.
  The "preview area" is as before -- a description of the selected sound file,
  with "play" and "just-sounds" buttons.

In the xm module, XmNpopupEnabled is now an enum (it was boolean -- I was following
  the incorrect info in the Motif docs -- use XmPOPUP_AUTOMATIC rather than #t).

the happy buttons have hunkered down for the winter.

checked: gtk 2.8.8|9|10, sbcl 0.9.7|8, clisp 2.36|7 (cmn), motif 2.3.0, ruby 1.8.4,
         Mesa 6.4.1 (openGL), gamin 0.1.7 (fam)

with much help from: Kjetil, Mike, Russell Aspinwall


Snd 7.17

Mike made many improvements in the ruby support

Kjetil added a -volume argument to sndplay

all dlp directory files moved to main directory (to simplify load-path handling)

added: *clm-notehook* and *definstrument-hook* added to Guile version of with-sound (thanks to Rick)
       the rest of the preferences dialog
       mus-header-raw-defaults
       sync-max
       SND_PATH environment variable (optional load path directory list)

if --with-float-samples and --with-doubles, the internal sample data type is double.
  (this also affects CLM)

moved snd-apropos to snd7.scm.

clm: fixed various instruments that were using mus-location with src:
         backandforth.ins, scratch in ug1.ins, granular.ins, various test ins.
     added optional srate envelope arg to fullmix.
     Rick added clm.asd.
     Fernando updated dlocsig and friends.
     *clm-tempfile-data-format* and *clm-tempfile-header-type*.

cmn: *dynamics-minimum-vertical-separation* added by Anders.
     Anders also added support for dy0 and dy1 messages in wedge.lisp.
     Rick added cmn.asd.
     *dot-vertical-spacing*

checked: ACL 8.0, openmcl 1.0, cmucl 19c, clisp 2.35 (cmn), gtk 2.8.7

with much help from Mike, R Mattes, Rick, Anders, J Reyes, Kjetil, T Blechmann
   	J Rundall, H Fugal, Fernando, J Sandgren, M Klingbeil

7.16:
tarball with NEWS file not found
2006-01-15 01:42:53 +00:00
schmonz
a6bc813741 As suggested by jlam, use INSTALL_MAKE_FLAGS to override the install-time
value of sysconfdir without patching. Ride the previous PKGREVISION bump.
2006-01-13 23:34:53 +00:00
schmonz
99ccdbb479 Install the config file under share/examples/solfege and use
CONF_FILES to copy it into ${PKG_SYSCONFDIR}, instead of letting
the package install it directly there. Bump PKGREVISION. This
should fix the CHECK_FILES error found in Krister's bulk build.
2006-01-13 21:23:42 +00:00
joerg
3c6bdec62d Use the Linux source for DragonFly. 2006-01-12 16:46:21 +00:00
joerg
518fd771a8 Don't ask CPP for FreeBSD, just use PTHREAD_* for thread linkage. 2006-01-12 16:45:37 +00:00
joerg
4d9a9e299c Get a newer local version of id3lib_strings.h, which works with GCC 3.4+. 2006-01-11 16:41:45 +00:00
markd
608f84f94b Some makedepend's object if a referenced header file is a dangling
symlink, so create the actual release.h file at the includes stage as
the depends stage is too late (server/os is before lib/audio).
Fixes PR pkg/32098 from Gilles Dauphin.

Also fix installation of nasd.conf manual page on systems where imake
doesn't have an InstallGenManPage rule (ie. solaris with openwin)
2006-01-11 11:32:38 +00:00
tron
8756625bb7 Use correct target when building "mpg123" with NAS support under Linux. 2006-01-09 22:04:38 +00:00
tron
09f1cb1976 Limit this package to platforms for which NAS support is really available
in "mpg123". Also exclude SUNWspro because there's only a NAS target
for Solaris using GCC as the compiler.
2006-01-09 22:00:25 +00:00
tron
393381dc2e Bump package revision because NAS support was not compiled previously
on all NetBSD platforms except arm, i386 and m68k.
2006-01-09 21:42:49 +00:00
wiz
e3460d6bad Does not need qt3-tools at runtime.
Change to build dependency and bump PKGREVISION.
2006-01-09 20:44:15 +00:00
tron
7fc53aea7b Correct default NetBSD build target. This should make "mpg123-nas" work
under NetBSD-amd64. Patch provided by Wojciech Puchar in PR pkg/30861.
2006-01-09 17:52:07 +00:00
tron
2c5d66057e I only maintain the "mpg123" package and not the "mpg123-nas" and
"mpg123-esound" flavours.
2006-01-09 17:43:58 +00:00
xtraeme
b1570b9059 Use the correct audio device via ossaudio.buildlink3.mk, pointed
out by Peter Schuller.

Bump PKGREVISION.
2006-01-08 20:14:52 +00:00
wiz
751d30d637 DEPENDS and PKGREVISION bumps because db4's library name changed. 2006-01-06 15:10:01 +00:00
wiz
dc560ec778 Depend on cdrtools instead of cdrecord. Bump PKGREVISION.
Update some messages/comments.
2006-01-05 23:29:04 +00:00
wiz
b9b154070b Fix build. Remove BROKEN_IN line.
Patch from Sergey Svishchev in PR 32455.
2006-01-05 23:21:46 +00:00
joerg
297ad27ac7 Forgotten part of last commit:
Make private error member const to avoid const-cast-away from dlerror.
2006-01-05 15:35:44 +00:00
joerg
fb1976e658 Make private error member const to avoid const-cast-away from dlerror. 2006-01-05 15:35:07 +00:00
joerg
618d961c3a Fallback to O_FSYNC on DragonFly, if O_SYNC doesn't exist.
Use PTHREAD_* instead of -lpthread for linkage.
2006-01-05 15:33:00 +00:00
joerg
af5bfea23c Needs gettext-lib. Bump revision. 2006-01-05 15:18:27 +00:00
joerg
25bc470df2 Include stddef.h to prevent other strange NULL definitions to occur. 2006-01-05 15:09:04 +00:00
joerg
28f5da6375 Fix GCC 3.4+: AFormat is a typedef, use it directly with out enum.
Include stddef.h first, at least on DragonFly a C style (void *)0
definition of NULL is pulled in from somewhere otherwise and that
conflicts with the stricter C++ type conversion rules.
2006-01-05 14:46:46 +00:00
joerg
0af42fd714 Fix GCC 3.4 by adding explicit this reference. 2006-01-05 14:24:38 +00:00
ghen
455345bb5b Change the default for BUILDLINK_DEPMETHOD.qt3-tools from "full" to "build",
without affecting packages that are currently using it.

Packages which previously didn't set BUILDLINK_DEPMETHOD to neither "full" nor
"build" now set it to "full", but should be checked whether they really need it
(comment added).  Packages which previously set it to "build" now don't set it
anymore.

Ok by jlam, wiz.
2006-01-05 10:08:58 +00:00
joerg
94aae958da Use SUBST framework for mpd.conf as well. 2006-01-04 17:46:15 +00:00
joerg
784649582d Replace use of FILES_SUBST_SED with explicit SUBST framework use. 2006-01-04 17:31:28 +00:00
schmonz
42428df5a0 Express these packages' brokenness with BROKEN_IN=pkgsrc-2005Q4
rather than PKG_FAIL_REASON, so that they provide useful error
messages in build logs, and so that they continue to work on platforms
where they aren't broken.
2006-01-04 04:29:05 +00:00
rxg
bc23bfb57a Updated musicbrainz to 2.1.2.
Changes for libmusicbrainz 2.1.2
-------------------------------------

   - Since expat is now installed on most systems we removed our internal copy
     and now rely on the system installed version.
   - Juergen Kreileder Supplied minimal patch for making sure that mb_client sti
ll works
     when CDO_CHECK_TYPE is defined
   - Fixed a C++ style variable declaration inside the album.c C module
   - On linux the cdrom drive is now opened in non-blocking mode
   - Fixed bug #834541: Tagger setting track no. is 0 - possibly due to trm mixu
p?
   - Added support for parsing AdvancedRelationship date. Also added new
     getrels.c example program.
   - Re-added the python bindings and changed the binding's version number to
     match the version of this lib.
   - Fixed bug # 1224562: libmusicbrainz fails to post large RDF. This fixes
     problems looking up CDs with large numbers of tracks. (This was also
     bug # 725701 ignores blank tracks)

   The included perl bindings had the following changes:
      - Updated bindings to match up to 2.1.1
      - Fixed int size cast warning
      - Fixed #6431: unmatched bootstrap parameter
      - Updated req for MusicBrainz::Queries to 0.07

   The included python bindings had the following changes:
      - Fixed #957393: Python Bindings type bug
      - Fixed #1206514: Python bindings to select release not up-to-date
2006-01-02 15:52:01 +00:00
jmmv
ae8cafb547 Make this compile if -funroll-loops is set in the build flags. 2006-01-02 12:51:22 +00:00
tron
4ebec737dc Fix small shell script error which I forgot to fix. 2006-01-01 18:34:13 +00:00
tron
c969db5b7f Update "daapd" package to version 0.2.4a. Changes since version 0.2.3d:
- static playlists
- daapd parses paths with backslashes correctly now
- bugfixes
2006-01-01 18:32:01 +00:00
schmonz
f9095bf912 Enable vorbis, flac, and speex output even for platforms without a native
audio driver specified, and bump PKGREVISION. OK'd by wiz.
2005-12-31 20:41:41 +00:00
wiz
f61c002199 Recursive PKGREVISION bump for gnutls shlib major bump.
Bump BUILDLINK_RECOMMENDED.
2005-12-31 12:32:31 +00:00
ghen
92449bdaea Add cripple. 2005-12-30 14:10:00 +00:00
joerg
f1ba4ac769 -lcam is needed on FreeBSD and DragonFly, so include it as dependency
library. Bump revision.
2005-12-29 22:50:53 +00:00
jlam
dc9594e09d Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk
automatically detects whether we want the pkginstall machinery to be
used by the package Makefile.
2005-12-29 06:21:30 +00:00
ghen
86bf6fab76 Import cripple from pkgsrc-wip.
Cripple is a simple command line CD ripper wrapper.  It uses audio/cdparanoia,
misc/libcdio or sysutils/cdrecord to rip, and audio/lame or audio/bladeenc to
encode tracks from a CD.

Cripple retrieves naming information for filenames and ID3 tags from the freedb
(CDDB) or local xmcd/CDDB format files, which it can write.  CDDB access is
implemented via HTTP and works through proxies.  There is built-in support for
writing ID3v1.1 tags to output files.
2005-12-28 15:52:01 +00:00
schmonz
4a8c9a34f4 Belatedly add and enable solfege. (Hi schmonz!) 2005-12-28 06:09:43 +00:00
schmonz
3fb491c481 Initial import of GNU Solfege 3.0.5, a computer program written to
help you practice ear training. It can be useful when practicing
the simple and mechanical exercises. These are the exercises written
so far:

* Recognise melodic and harmonic intervals
* Compare interval sizes
* Sing the intervals the computer asks for
* Identify chords
* Sing chords
* Scales
* Dictation
* Remembering rhythmic patterns
2005-12-28 02:08:19 +00:00
schmonz
463f43526a Mark packages for pkgsrc-2005Q4 that don't build on NetBSD/i386
3.0. If one of these is important to you, please fix it in time
for pkgsrc-2006Q1, or it may be removed.
2005-12-26 23:39:30 +00:00
wiz
26f310544e Update HOMEPAGE and MASTER_SITES. Closes PR 32341 by Jim Spath. 2005-12-19 23:06:47 +00:00
markd
100e7e6caa Add explicit include of <stdio.h>. Fixes bulk build on netbsd-1.6.2. 2005-12-19 08:29:47 +00:00