Commit graph

3090 commits

Author SHA1 Message Date
kim
480cab8d57 Upgrade to ices-mp3-0.4:
* FLAC transcoding support.
* Crossfader added.
2004-09-24 01:39:30 +00:00
scw
e25a61233d Update to mad123-0.8.3.
This version adds support for several different audio backends,
playlists, a manual page contributed by Lubomir Sedlacik, and numerous
bug fixes.

Currently supported audio backends are the original Sun (OSS) backend,
an optional aRts backend (still experimental, so not compiled by default),
and a raw pcm backend which writes the decoded stream to a file or stdout.
2004-09-22 11:16:35 +00:00
jlam
1a280185e1 Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.
All library names listed by *.la files no longer need to be listed
in the PLIST, e.g., instead of:

	lib/libfoo.a
	lib/libfoo.la
	lib/libfoo.so
	lib/libfoo.so.0
	lib/libfoo.so.0.1

one simply needs:

	lib/libfoo.la

and bsd.pkg.mk will automatically ensure that the additional library
names are listed in the installed package +CONTENTS file.

Also make LIBTOOLIZE_PLIST default to "yes".
2004-09-22 08:09:14 +00:00
jmmv
ae4d760857 Update to 0.8.6. Closes PR pkg/27003.
Overview of Changes in Rhythmbox 0.8.6
======================================

* Updated documentation [Jens Schittenhelm]
* Japanese help translation [SATOH Satoru]
* Fix .pc file to use correct path variables [bugzilla@c0decafe.net]
* Add MimeType to .desktop file [Colin Walters]
* More extensive Bonobo interface [eskil heyn olsen]
* Read disc number tags from ipod [Christophe Fergeau]

New Translations

he (Shoshannah Forbes, Gil Osher)
eu (Iñaki Larrañaga)
nb (Kjartan Maraas)

Updated Translations

en_CA (Adam Weinberger)
nl (Vincent van Adrighem)
ko (Changwoo Ryu)
fi (Tommi Vainikainen)
tr (Baris Cicek)
2004-09-21 17:22:39 +00:00
jmmv
c4d8715a9e Rebuild the desktop database at (de)install time to get the MIME types
correctly registered.  Bump PKGREVISION to 2.
2004-09-21 17:22:12 +00:00
wiz
94b7275b5f Update to 3.1.11.1:
Summary of changes between libmikmod 3.1.11 and libmikmod 3.1.11-a
========================================================================
libmikmod-3.1.11-a was released on 05/03/2004

Most of my work and attention goes on the 3.2.x series, but I still receive
occasional bug reports and patchs for the 3.1.11 version. There are not enough
changes to make a full release, but many people may find this patch useful.

BUGFIXES
- libmikmod playback now works correcly on amd64 (type size problem)
- fixed warning issued by automake >= 1.8
- config.sub and config.guess updated


Summary of changes between libmikmod 3.1.10 and libmikmod 3.1.11 (Thiers):
==========================================================================

libmikmod 3.1.11 was released on 01/21/2004.

This is a small maintenance release. I know there are not many changes,
but since it has been a very long time since the last one, and meanwhile
libmikmod changed maintaner, I think it is justified.

THANKS

- Ingo Saitz, the maintainer of the mikmod packages for debian, for
  bugfixes.
- Frank Loemker, for the lcc-win32 stuff and fixes for the direct sound
  driver.

BUGFIXES

- Playback problems in MODs of length >128. This fixes the file beatwave.mod. Thanks
  to Emmanuel Coirier for pointing this out.
- Applied debian patches:
  - Fix for broken volume fadeouts of IT instruments
  - Fixed configure test for pthread
  - devfs support for Linux OSS

- Makefile for lcc-win32. To compile libmikmod with lcc-win32 a rather new
    version is needed. I currently use version 3.7 compiled on Jan 20 2002.
    A version half a year old did not work.
    To compile
      - check that you have the lcc bin directory in the PATH
        (and no other compiler bin dirs),
      - change to libmikmod-3.1.11/win32,
      - check Makefile.lcc for any needed changes, and
      - use make -f Makefile.lcc.

  - Different fixes for the direct sound driver:
    - Pausing did only work for half of the buffer.
    - Restarting the player did not work as the output thread was removed
      in DS_PlayStop().
    - Removed busy waiting for end of thread.
    - Sound output is started immediately on the first call to DS_Update()
      to be consistent with other non threaded drivers.
    - Different small clean ups.

  - In MikMod_Reset() the raw output driver driver did not use the
    filename set via the cmdline.
2004-09-21 08:41:15 +00:00
wiz
e8d7af4ba3 Update to 0.9.5:
CHANGES 0.9.4 -> 0.9.5

* It is now possible to query CD entries if you only know the track
  length.  Previous versions of libcddb needed the track offsets from
  the CD.  Track offsets will be calculated automatically when a
  length is specified and the offset is missing.  This is less precise
  than using the actual frame offsets.  So whenever possible use the
  offsets instead.

* Fixed some possible buffer overflows.  The internal buffer size has
  also been increased from 257 to 1024 bytes.  It is now also possible
  to change this buffer size in the cddb_cmd.h.

* Updated regression tests with less strict testing.  Changes in the
  queried CDDB entries should no longer trigger a test failure.

* Improved support for Win32 platforms (thx to Rocky Bernstein).

* improved support for Mac OS X (thx to Rocky Bernstein and Derk-Jan
  Hartman).

* It is now possible to specify the CD-ROM device to be used in the
  example program.

pkgsrc change:
Add TEST_TARGET.
2004-09-20 23:43:20 +00:00
wiz
d42448ca01 Update to 0.1.2:
Version 0.1.2 (2004-09-12)
  * Fixed where callback based API wasn't being reset properly.
  * Minor bug fixes.

Version 0.1.1 (2004-07-17)
  * Fixed bug in callback based API.
  * Fixed a bug brought tp light by agressive optimisations of gcc-3.4.
  * Minor bug fixes.
2004-09-20 23:19:13 +00:00
markd
6eaadba526 Make KDE depend on at least version 3.3.3nb1 of qt3-libs. 2004-09-19 04:17:22 +00:00
hubertf
7bd361e15a Update xsidplay to 1.6.5.1a. Changes:
* Compiles on NetBSD (:-), in contrast to the present/old version;
   May still need work on NetBSD-current (2.0G)
 * No list of changes available either in xsidplay sources nor
   on the homepage
2004-09-17 23:21:27 +00:00
minskim
4fdb6e1802 Use statvfs instead of statfs on NetBSD>=2.0D. 2004-09-15 15:15:14 +00:00
jlam
c683215537 Regen with proper checksum for patch-ap. 2004-09-15 06:20:08 +00:00
agc
ad79ecd098 Check-in work-in-progress. Now we get further in the build, but it still
fails. Watch this space.

+ remove references to ostream, which is deprecated in gcc3.
2004-09-13 09:05:25 +00:00
grant
3cf644df75 bump PKGREVISION for mpg123 dependency change 2004-09-13 00:27:31 +00:00
jmmv
04984c7d3e Explicitly disable Java support to fix build under NetBSD 2.0_BETA (as shown
by kristerw@'s bulk build, and as I have been able to reproduce in a chroot).
Something weird is going on in this configure script, because it works in
current (and it shows strange messages under 2.0_BETA).  AFAICT it has some
problems with our test(1), though I can't debug ATM.
2004-09-12 21:56:48 +00:00
kim
a470532644 mserv does not require mpg123, as players are configurable. 2004-09-12 20:25:54 +00:00
minskim
b305681ed9 Make this package build on Linux by using strncpy() when strlcpy() is
not available.
2004-09-12 05:08:28 +00:00
wiz
171afd2f15 This needs gcc3 to build.
Also, fix a dependency (does not need glib2, only glib1).
Both from Ove Soerensen in PR 26902.

Bump PKGREVISION for dependency change.
2004-09-11 20:16:04 +00:00
minskim
5f88fb4e0b Make this package build on Linux by including stdint.h before using
uintptr_t.
2004-09-11 02:05:01 +00:00
jmmv
f3be3d8adc Fix path to icon file and bump PKGREVISION to 1.
Closes PR pkg/26845 by Kouichirou Hiratsuka.
2004-09-08 12:06:28 +00:00
salo
dd49dadba1 PKGREVISION++
- fix a buffer overflow:

  "A malicious formatted mp3/2 causes mpg123 to fail header checks,
   this may allow arbitrary code to be executed with the privilege
   of the user trying to play the mp3."

- patch from Debian but retain code style.
2004-09-07 22:14:09 +00:00
wiz
bdbdfab203 Update to 1.36.59:
* Fix patch for Debian GNU/Linux bug #159966 which was wrong/insecure
  (Simon White). Probably no .mus file would have triggered it, though.
* Update auto*/libtool files.
* Fix smartptr.h for GCC 3.4 (Jon Hood + Debian bug #259444).
* Merge patch for Debian GNU/Linux bug #159966 (mus_.cpp).
2004-09-07 16:45:32 +00:00
simonb
e8ff51c8e4 Pad out the time display on status line with an extra space so that the
closing ']' doesn't disappear.
Problem report and suggested fix sent on to musicpd folks.
2004-09-07 08:05:50 +00:00
xtraeme
6e7f0a54a1 Remove an extra blank line, which fixes a fatal error with pkglint. 2004-09-07 07:12:14 +00:00
adam
1625e07b62 Changes 3.96.1:
* Fixed rare bug in VBR-new
* Fixes in ACM codec
* Fixed padding for 320kbps encoding
* Block size selection for mid and side channels fixed as well
2004-09-06 10:46:03 +00:00
wiz
21948f0def Sort, and add two (hi epg!) 2004-09-05 18:40:08 +00:00
snj
357618a272 Fix build on 1.6.2/sparc64 by applying the usual f77 workaround.
Closes PR pkg/26852.
2004-09-05 18:06:40 +00:00
jmmv
15ad3ca2ec Update to 0.3.5:
gnome-speech 0.3.5:

* Improved locale matching when creating a speaker -- thanks billh

gnome-speech 0.3.4:

* Better LOCALE matching for getVoices queries,
  for FreeTTS, Theta, and DecTalk drivers.
* CLASSPATH fix for FreeTTS driver.
* Use volume range of 0 - 100% instead of 0 - 1.0, for
  consistency, in FreeTTS Speakers.
* FreeTTS driver getVoices() command now works (formerly,
  it seems only getAllVoices() worked for FreeTTS.)
* Better error reporting in test-speech.
* test-speech now asks for gender and locale choices
  before presenting voice list.
2004-09-05 14:24:12 +00:00
reed
97283472c8 Update of wmusic from package maintainer, joel@carnat.net.
This is now wmusic-1.5.0.
From README's ChangeLog:

- 1.5.0
* Added -R option to start xmms when wmusic is started, and to exit wmusic
  when xmms exits.
  (Thanks to Mateusz Greszta)
* Incremented the minor version number, getting sick of 1.4.xx releases :)

- 1.4.14
* Fixed the configure/manpage issue from 1.4.13 :)

- 1.4.13
* Added Russian/Ukrainian glyph support.
  (Thanks to Alexey Voinov <voins@voins.program.ru>,
   Michael Shigorin <mike@altlinux.ru>)

- 1.4.12
* Added patch to make sure xmms is running before calling some functions.
  (Thanks to Michael Cohrs <<michael@cohrs.de>)
* Added patch to fix volume slider overdrawing.
  (Thanks to Zdik Kudrle <zdik.kudrle@borg.cz>)
* Added patch to treat main window just like playlist, equalizer, with regard
  to visibility after right-clicking the wmusic app.
  (Thanks to Nicolas Hinz <nicolas-hinz@gmx.de>)

- 1.4.11
* Added patch to show volume slider (-b flag), allowing volume control
  without a scroll mouse.
  (Thanks to Alessandro Budai <budai@ingsun1.univ.trieste.it>)

- 1.4.10
* Added patch to fix segfaults caused by wrong size of displayRect array
  (Thanks to Alexey Voinov <voins@voins.program.ru>)

- 1.4.9
* Added patch to stop rotating arrow when XMMS is paused (-a flag)
* Added patch to switch between time left and time elapsed display
  (-l flag to start with time left)
* Changed docs to reflect new maintainership (John Chapin)

- 1.4.8
* Corrected e-mail addresses

Changes to package include:
 Removed patch-ab and added patch-aa.
 Changed homepage and MASTER_SITES.
 Removed include of x11/gtk/buildlink3.mk.

My changes to this package:
 Removed @ from install steps so they would be displayed.
 Capitalized XMMS in COMMENT.

(TODO: the README should list the switches/options. And it appears the
-V option is broken.)
2004-09-01 15:00:59 +00:00
reed
bbf0bd1018 Update maintainer's email address. Same maintainer. New address. 2004-08-31 21:48:55 +00:00
jmmv
472bd99a61 Update bmp and bmp-esound to 0.9.7rc2 (what a PITA):
BMP 0.9.7 rc2

Bugfixes
* Include the file "beep/build.list" in the distribution.

BMP 0.9.7 rc1

Enhancements
* Revised GUI according to GNOME HIG
* New window icons
* New About and Preferences dialog
* New file/folder selector using GTK+ 2.4's file chooser
* Skin cursor support
* New equalizer using IIR filtering
* ID3v2 editing support using id3lib
* ID3 character encoding to assume may now be overrided
* New title formatting tag for conditional fields eg. %{n:text%}
* Experimental GConf and GNOME VFS support
* New translations (Dutch, German, Italian, Japanese, Korean, Lithuanian,
  Russian, Simplified Chinese, Spanish, Swedish, Welsh)
* Merged configure scripts for shorter build time

Miscellaneous
* Removed EasyMove and DoubleSize
* Removed real-time priority support
* Removed AM_PATH_BMP m4 macro in favour of PKG_CHECK_MODULES
* Removed beep-config in favour of 'pkg-config bmp'

Bugfixes
* Memory leaks
* i18n and l10n
* Many others (see Bugzilla and ChangeLog)
2004-08-31 15:47:56 +00:00
wiz
fc7c402a97 One Id line is enough. 2004-08-31 10:47:40 +00:00
epg
88865463e9 Import p5-MusicBrainz-Client-0.08.
This module provides access to the libmusicbrainz client library
from perl.

For more information about the MusicBrainz project visit the projects
website at http://www.musicbrainz.org/
2004-08-29 21:54:27 +00:00
epg
01eaed5dd7 Import p5-MusicBrainz-Queries-0.07.
This module provides access to the Music Brainz RDF Query Constants
from perl.

For more information about the Music Brainz project visit the
projects website at http://www.musicbrainz.org/
2004-08-29 21:53:25 +00:00
jlam
8d572feba3 Use the new BUILDLINK_TRANSFORM commands to more precisely state the
intended transformation: use "rm" to remove an option, "rmdir" to remove
all options containing a path starting with a given directory name, and
"rename" to rename options to something else.
2004-08-28 06:05:31 +00:00
kim
a8e47ae38d Upgrade to mstream-1.0:
- better stream title cleanup
2004-08-27 15:14:59 +00:00
drochner
86c62e7818 update to 1.2.2
changes:
This release includes new features such as level meters, multi-file
export, and lower latency for multi-track recording. It also includes
many bug fixes.
2004-08-27 12:56:54 +00:00
jlam
ca70938428 Replace RPATH_FLAG with LINKER_RPATH_FLAG and COMPILER_RPATH_FLAG,
which are the full option names used to set rpath directives for the
linker and the compiler, respectively.  In places were we are invoking
the linker, use "${LINKER_RPATH_FLAG} <path>", where the space is
inserted in case the flag is a word, e.g. -rpath.  The default values
of *_RPATH_FLAG are set by the compiler/*.mk files, depending on the
compiler that you use.  They may be overridden on a ${OPSYS}-specific
basis by setting _OPSYS_LINKER_RPATH_FLAG and _OPSYS_COMPILER_RPATH_FLAG,
respectively.  Garbage-collect _OPSYS_RPATH_NAME and _COMPILER_LD_FLAG.
2004-08-27 06:29:06 +00:00
wiz
594ee9be55 Add and enable madman. 2004-08-27 00:06:43 +00:00
wiz
9ee937f2b9 Initial import of madman-0.93, based on the package provided by
Ove Soerensen in PR 26474.

Madman administrates digitial music archives nicely: Madman is a powerful
digital music cataloging tool that is capable of flexible querying, tagging
and organizing huge amounts of digital music.
2004-08-27 00:05:19 +00:00
seb
cc830bc571 Add & enable gst-plugins-faad. 2004-08-26 13:36:13 +00:00
seb
e9df44f21d Initial import of gst-plugins-faad version 0.8.2 into the NetBSD Packages
Collection.

This package provides the faad plugin for GStreamer, the ISO AAC
audio codec.
2004-08-26 13:34:11 +00:00
markd
4ea7bc5f40 Fix build with gcc2. 2004-08-25 22:06:40 +00:00
mrg
3bc21bb3e8 - (re)enable installing the a52dec and extract_a52 tools and their man pages.
- bump pkg version
2004-08-23 04:03:34 +00:00
markd
31b737e3d8 Update to arts-1.3.0 part of KDE-3.3.
changes unknown.
2004-08-21 11:52:21 +00:00
markd
53d8bdc8b8 Update taglib to 1.2.
Changes from 1.1 to 1.2

New Features:

Add support for FLAC data in Ogg containers ("Ogg FLAC" files)
Added support for relative volume adjustment (RVA2) ID3v2 frames
Added support for attached picture (APIC) ID3v2 frames
Return a bool on File::save() to indicate success or failure
Implemented support for reading ID3v2 frame header flags
Return false from isValid() for FLAC files that are not parsed properly
Move the Vorbis classes into the Ogg namespace (binary and source
compatibility preserved)
Added a convenience function fo accessing a list of ID3v2 frames of a
certain ID using ID3v2::Tag::frameList(const ByteVector &frameID)
Add access to the ID3v1, ID3v2 and XiphComments of FLAC files to the
public API
ByteVector optimizations to speed up copying
Add find() and erase() methods to Map
Added iterators and index operators to the string class
Plays nicely with ID3v2.4 tags generated by libid3tag
Plus bug fixes

Changes from 1.0 to 1.1

Added ID3v2.2 support (previous support was for ID3v2.3 and ID3v2.4) since
iTunes seems to still use this very old version of the ID3v2 standard
Fixed an API bug in MPEG::File that made it difficult to override the
default frame factory
Make it possible to override the default string handler for ID3v1 tags.
This makes it possible for applications to provide decoders that work with
something other than ISO-8859-1 ID3v1 tags
Switch from passing around a bool indicating whether to use synch-safe ints
or not and pass the ID3v2 revion number. This is more flexible and general
purpose
Optimizations in the toolkit that make several ByteVector operations faster
(and speeds up tag parsing and rendering by about 20%)
Fixed rendering of UTF-16 in ID3v2 tags
Added FLAC support to the C API
2004-08-21 11:30:28 +00:00
markd
334fb8eab6 Add conflict with tunepimp. 2004-08-21 11:21:14 +00:00
markd
a44463b63e Add tunepimp 2004-08-21 11:19:45 +00:00
markd
aa29a40854 Initial import of tunepimp 0.3.0
The TunePimp library (also referred to as libtunepimp) is a development
library geared towards developers who wish to create MusicBrainz enabled
tagging applications.
2004-08-21 11:17:55 +00:00
markd
34835a6fd0 Update to version 2.1.1.
Changes for libmusicbrainz 2.1.1
-------------------------------------

   - Return special TRMs for special conditions for TRM generation:
     c457a4a8-b342-4ec9-8f13-b6bd26c0e400  -- Sigserver busy and overloaded
     f9809ab1-2b0f-4d78-8862-fb425ade8ab9  -- Source file is too short to
     calculate TRM
     7d154f52-b536-4fae-b58b-0666826c2bac  -- File is slience

   - If the TRM signature server becomes overloaded, it will now start
     returning HTTP 503 error codes and the TRM generator will catch that
     and return the Sigserver busy TRM shown above.


Changes for libmusicbrainz 2.1.0
-------------------------------------

   - moved the python bindings into a new seperate project
   - rewrote the mp3 duration detection code to be more robust
     by making it vastly easier. In the process the bitzi
     related code has been tossed. This should make the libary
     smaller and the mp3 duration checking faster.
   - Due to the bitzi code being removed, the SHA1 and Bitprint
     related functions have been removed.
   - Added query items for Release Dates/Countries, Amazon Asins and
     Amazon cover art URLs
   - Move include files into include/musicbrainz so that the example
     files will compile outside of the libmusicbrainz client
     source tree.
2004-08-21 11:07:35 +00:00