Commit graph

3844 commits

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