Commit graph

3817 commits

Author SHA1 Message Date
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
rillig
f8f63c6693 Fixed CFLAGS quoting. 2005-12-18 21:47:23 +00:00
rillig
c02022ce5f Added some patches for ISO C90 compatibility. 2005-12-18 21:03:46 +00:00
rillig
a68c2bf7dd Added some patches for ISO C90 compatibility. 2005-12-18 20:24:46 +00:00
jlam
2558c0291d Change my MAINTAINER email address to the one I've been using for
pkgsrc work.
2005-12-17 05:20:21 +00:00
wiz
18be7f9a21 Become maintainer, since I scared the previous one away ;) 2005-12-16 17:42:43 +00:00
ghen
da9c990bfc Update my e-mail address. 2005-12-13 12:15:16 +00:00
seb
cf84d92f25 Relinquish stewardship 2005-12-12 21:41:15 +00:00
joerg
6e4a0dd799 Bump all motif packages for recent openmotif update. The major version
of the shared libXm has changed.
2005-12-12 21:36:54 +00:00
joerg
580c216db2 Add DragonFly support.
XXX Use the changes for FreeBSD as well?
2005-12-12 15:32:56 +00:00
joerg
ea77ed85e5 Fix ossaudio usage. Add DragonFly support. 2005-12-12 15:03:45 +00:00
wiz
e3e65ac842 Update to 1.3.7:
VERSION 1.3.7:
  CHANGES
    * In the tree view, sort tracks alphabetically first, unless one of the
      categories is by album, then sort by track number first. (BR 112830)
    * No longer delete Amazon covers every 90 days, instead relying on
      RefreshImages to re-download covers every 80 days to comply with
      the TOS of the Amazon web service.
  BUGFIXES:
    * Fix weirdness when overwriting a playlist by dragging a file to the
      browser.
    * When using Year - Album on Collection Browser, if two albums had the
      same year, the order would be pseudo-random. Patch by Xepo
      <xepo@trifault.net>. (BR 115584)
    * Fix build issue on PCLinuxOS with "cpu_set undeclared".
    * Fix crash in helix engine caused by improper reference counting
      of the audiostreamresponse object.
    * Helix engine no longer declares it is "empty" on a track change
      (caused problems with context browser).
    * Tag dialog doesn't delete year tags any more when editing multiple
      tracks.
    * amaroK would crash or hang when fetching similar artists information
      from last.fm. (BR 116399)
    * Fix memory leak in the helix engine. (BR 116223)
    * When changing the database type, the apply button wouldn't be enabled,
      and it would be necessary to restart amaroK for it to work properly.
    * Fix for regression in Qt 3.3.5, causing amaroK to crash when clearing
      the playlist. (BR 116004)
    * Zombie directories are removed automatically from the collection
      scanner. (BR 115779)
    * Dates wouldn't be properly loaded when editing Smart Playlists.
    * Number of songs to add when using dynamic mode wouldn't be respected,
      if the smartplaylist didn't have a ORDER BY statement. (BR 115860)
    * Fix visibility related build problem on some distros.
2005-12-12 13:58:54 +00:00
joerg
433aecc007 Fix up libtool.m4 for DragonFly. Also let it use sysctl kern.argmax,
we don't have many scripts which use that themselves.
2005-12-12 00:34:41 +00:00
joerg
2688236833 Fix scandir parameter for DragonFly and FreeBSD. 2005-12-12 00:26:36 +00:00
joerg
c1c23b170d Add DragonFly support. 2005-12-12 00:15:13 +00:00
joerg
52bb0dcf3d Don't use statvfs on DragonFly. 2005-12-12 00:11:52 +00:00
joerg
d4cc429eb8 Add FreeBSD and DragonFly casts for scandir. Fix lvalue casts to
unbreak GCC 3.4+.
2005-12-11 23:44:40 +00:00
joerg
21db68bdaa Fix errno usage. 2005-12-11 22:24:03 +00:00
joerg
99f8bc0ff5 Add DragonFly support. Use a somewhat more portable readdir allocation. 2005-12-11 22:22:37 +00:00
joerg
642aa2836e Add DragonFly support. 2005-12-11 22:17:37 +00:00
joerg
12a89db5ca Fixes for GCC 3.4+: add explicit this-> when calling inherited
member functions, add an isprint using a reference(!) to an
unsigned character to work with normal pointers instead. *sigh*
2005-12-11 22:03:39 +00:00
joerg
edd49bd8f1 Provide nsd target and fix esd target for FreeBSD and DragonFly. 2005-12-11 21:59:29 +00:00
joerg
4b14a75e80 Add DragonFly. 2005-12-11 21:42:02 +00:00
joerg
d756b10843 DragonFly support. 2005-12-11 21:28:14 +00:00
joerg
aefc76684d Fix GCC 3.4+: label at end of compound statement. 2005-12-11 21:13:44 +00:00
joerg
977f71db1f Let's assume for a moment you want to test for a function in a library.
Does it make sense that the test program should actually be compilable?
GCC 3.4 rejects atan called with no arguments after all.
2005-12-11 21:10:29 +00:00
joerg
071be08a0a DragonFly support. 2005-12-11 20:51:07 +00:00
joerg
964ec31022 DragonFly support.
XXX Is sys/buf.h needed at all in cdrom_freebsd.c?
2005-12-11 20:48:46 +00:00
joerg
2f25a23653 DragonFly support. 2005-12-11 20:46:50 +00:00
joerg
4e17beed91 Initialise errfp at runtime, unbreaks DragonFly and FreeBSD. 2005-12-11 20:35:40 +00:00
joerg
09b74498d3 Include sys/types.h before sys/socket.h for DragonFly. Fix errno. 2005-12-11 20:29:12 +00:00
joerg
6df2c7c46f Fix GCC 3.4+: label at end of compound statement. 2005-12-11 20:20:34 +00:00
joerg
8c57b0b23e Always use errno.h, never define errno. 2005-12-11 19:40:16 +00:00
hira
dd48bfb444 Add MP4 encoding support by audio/faad2 (with options.mk).
It's disabled by default.
2005-12-11 11:09:06 +00:00
markd
899ff3125d Update to arts 1.5.0 (part of KDE 3.5.0)
changes unknown.
2005-12-11 10:42:19 +00:00
wiz
7e1c5bfbc9 Convert aalib to options framework, adding an 'x11' option, and remove
aalib-x11 and aview-x11.
SDL dependencies change, so bump PKGREVISION (and BUILDLINK_RECOMMENDED)
for affected packages.

Addresses PR 32046 by Leonard Schmidt.
2005-12-11 09:40:37 +00:00
heinz
7713e9c809 Converted packages audio/mpg123* to bsd.options.mk framework (Approved by tron).
No bump of PKGREVISION necessary.
2005-12-10 21:31:41 +00:00
salo
a8b1c22af0 Add libdca. 2005-12-09 17:22:02 +00:00
salo
71b4bcb3f7 Initial import of libdca-0.0.2, Free DTS Coherent Acoustics decoder:
libdca is a free library for decoding DTS Coherent Acoustics streams.
The DTS Coherent Acoustics standard is used in a variety of applications,
including DVD, DTS audio CD and radio broadcasting.

From wip, packaged by Sergey Svishchev with some modifications from me.
2005-12-09 17:21:02 +00:00
wiz
bd2df73ecd Write newline character to stderr instead of stdout, to avoid
polluting the output stream when -w is used. From Parag Patel in PR 32268.
While here, add missing directory to PLIST. Bump PKGREVISION.
2005-12-08 10:06:32 +00:00
joerg
2b753b2ace Add an explicit cast from streampos to size_t, GCC 3.4 follows the
standard by considering it ambigous.
Override ltmain.sh with pkgsrc version to avoid linkage problem on
DragonFly. The old ltmain.sh is confused by -pthread.
2005-12-07 18:59:26 +00:00
joerg
914c15a9ac Fix GCC 3.4+: label at end of compound statement. 2005-12-07 18:32:35 +00:00