Commit graph

3736 commits

Author SHA1 Message Date
adam
ccbbe321f3 Changes 1.0.1:
* [NEW] Added --without-cdio option to the configure script so you can
  manually disable CD access support for the example program.
* Fixed iconv compiler warnings for Solaris and Cygwin.
* Fixed regex compilation issue on MacOS X.
2005-04-25 18:02:35 +00:00
adam
ecd93ff710 Added fluidsynth-1.0.5 2005-04-25 13:54:39 +00:00
adam
3a81838308 FluidSynth is a real-time software synthesiser based on the SoundFont 2 spec 2005-04-25 13:53:37 +00:00
ben
4cda63c0a7 Fixes for SpiralSound/Midi.C
* test for failure of open() should be == -1, not == 0
	This causes Open() to behave as intended, only creating the
	m_MidiReader thread if the MIDI device is successfully opened.

* unconditionally initialize m_Mutex in Open()

* conditionally close m_MidiReader in Close(), if NULL do nothing

* make m_MidiFd and m_MidiWrFd the same file descriptor.  The MIDI
	device special file can only be opened once at a time.
2005-04-24 14:41:28 +00:00
wiz
1dc6685dc1 Update HOMEPAGE and MASTER_SITES, from Ulrich Heilmann in PR 30047. 2005-04-24 11:24:30 +00:00
ben
c311032905 The problem is that SpiralSynth opens the MIDI device path before
calling SetDeviceName.

The call trace goes something like this:

Synth.C
main() ==> Synth *synth=new Synth; ==> Synth::Synth()
==> MidiDevice::Get()->SetDeviceName(SpiralInfo::MIDIFILE);

SpiralSound/Midi.h
MidiDevice::Get() ==> m_Singleton=new MidiDevice;
==> MidiDevice::MidiDevice() ==> MidiDevice::Open()
==> MidiDevice::SetDeviceName

patches/patch-ao works around this problem by closing the prematurely
opened private variable representing the MIDI device, and setting it to
NULL.  MidiDevice methods check for NULL and re-initialize the private
variable, this time opening the MIDI device path after SetDeviceName.
2005-04-24 03:29:11 +00:00
wiz
764aef1b98 Bump PKGREVISION for md5 fix. 2005-04-21 09:05:37 +00:00
pooka
c5d7370a91 Our md5 tool is called "md5", not "md5sum". And while in here,
fix it for FreeBSD also.
2005-04-21 08:56:18 +00:00
ben
3cd83bdffb Update to csound4-4.23.12.11. Significant changes include:
* fltk fixes
* thread fixes
* many misc. bug fixes
* add support for creating shared libraries for plugins
* this will likely to be the last csound gbs release for a while
2005-04-19 20:22:52 +00:00
rillig
476ccede1c Removed the GCC_REQD line from the Makefile. Instead, patch-ab is used to
disable the i386 MMX statements for gcc-2.95. Approved by kristerw.
2005-04-19 15:38:21 +00:00
wiz
5e6fe11584 Update to 1.1:
1.1 - April 7th, 2005 :
=======================
    * Added ability to authentifiate on the proxy with username
      and password,
    * Added ability to search files in hidden directories,
    * Added shortcut F5 to reload current directory,
    * Improved use of the command line to run EasyTAG with a
      directory as,
    * Removed forcing ID3v2.3 tags to ISO-8859-1 at start (was boring for
      russian people),
    * Removed old function to keep the tree browser in memory (to
      not refresh it
    * Replaced icons for directories in the browser,
    * Fixed requested server when using a proxy for the Cddb
      automatic searching (thanks to bjustus schwartz),
    * Fixed a bug with APE tags (thanks to Daniel Drake and Artur
      Polaczynski),
    * Fixed compilation problem under gcc-4.0,
    * French translation updated,
    * Spanish translation updated (thanks to Fernando M. Bueno Moreno),
    * Romanian translation updated (thanks to George Pauliuc).
2005-04-19 00:24:13 +00:00
drochner
3fa87949db update to 1.0.0
changes:
* [NEW] Added support for proxy authentication.
* [BUGFIX] Memory leaks fixed in regular expression handling.
* Iconv compilation fixes for Solaris.
2005-04-18 17:52:05 +00:00
wiz
c66a9cdd88 tron volunteered to maintain this package. 2005-04-18 13:20:40 +00:00
kristerw
4b7d5ce55b Include "../../mk/pthread.buildlink3.mk" to make this pkg build
on NetBSD 1.6.
2005-04-17 01:06:06 +00:00
rh
28af5e6872 Fix vulnerability pointed out in http://secunia.com/advisories/14877/
Bump PKGREVISION
Update BUILDLINK_RECOMMENDED
2005-04-15 01:50:56 +00:00
jmmv
ec2fbc2586 Apply patch from Gentoo to fix security problem in the cdda module. Bump
gnome-vfs2-cdda's module to 1.

Quoting the Gentoo advisory: "The GnomeVFS and libcdaudio libraries contain
a buffer overflow that can be triggered by a large CDDB response, potentially
allowing the execution of arbitrary code."

See http://www.gentoo.org/security/en/glsa/glsa-200504-07.xml and
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2005-0706 for more
information.
2005-04-12 20:12:02 +00:00
ben
77cfbd3bef Make MESSAGE refer to correct path for configuration file. 2005-04-12 17:12:16 +00:00
tv
7671a5504e Nuke USE_BUILDLINK3 (some files missed in megacommit). 2005-04-12 15:11:18 +00:00
rillig
5a08cc41cf Added CPPFLAGS to enable deprecated GNOME functions. Needed for
NetBSD-1.6.2. Approved by jlam.
2005-04-12 01:02:19 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
markd
a4b2c39f47 Replace a TAB with a SPACE to make some makes happy. 2005-04-09 01:47:02 +00:00
markd
3fca12fe3b Define BSD44SOCKETS when building libaudio on NetBSD.
From PR pkg/20615 by Scott Presnell.
Scott's patch was added to nas before 1.7 but then broken, this fixes that.

Bump PKGREVISION.
2005-04-07 14:33:56 +00:00
markd
05ca5e8b04 Take maintainership. 2005-04-07 12:38:02 +00:00
reed
07fce1f09a Instead of using @dirrm for include/arts remove the directory
with:
@unexec ${RMDIR} %D/include/arts 2>/dev/null || ${TRUE}

This will stop it from complaining when you use pkg_add to
upgrade the arts package when kdelibs is still installed.

Okayed by maintainer, markd.
2005-04-05 21:18:07 +00:00
rillig
80f2f0912f Reformatted patch-aa to make pkglint happy. 2005-04-05 20:27:02 +00:00
agc
3d9dfff788 Add an RMD160 digest for this package. 2005-04-05 15:02:44 +00:00
wiz
016444bea6 Convert to bl3, untested. 2005-04-05 10:56:44 +00:00
wiz
4841e40708 Bump PKGREVISION for DEPENDS change and PLIST fix. 2005-04-03 21:41:29 +00:00
fredb
9cf1eb201a This package does the gnome2 menu style. 2005-04-03 13:24:10 +00:00
minskim
b8b57cab53 Use dlopen.buildlink3.mk to build on platforms with libdl. 2005-03-31 17:17:06 +00:00
minskim
5b0dcc6d15 Linux defines __linux__, not __Linux__. 2005-03-31 17:06:28 +00:00
wiz
9995907d4f Convert to use bl3. 2005-03-30 19:51:35 +00:00
xtraeme
ea3b0754ae DragonFlyBSD support enabled, submitted by Todd Willey in PR pkg/29835. 2005-03-30 15:27:44 +00:00
cube
8ececc7346 Fix a build failure with some picky msgfmt, as found out by one of
Krister's latest bulk build.
2005-03-30 12:17:36 +00:00
martti
48e5ce9040 Fix xfce4 build problems
- make libxfce4gui depend on startup-notification
- rebuild the buildlink3.mk files to catch the new dependencies
2005-03-30 07:04:05 +00:00
seb
df3d641911 Update to version 1.2.3
Changes since last packaged version (1.2.2):
  FEATURES:
    * Graphequalizer script can now enable and disable the equalizer.
    * New DCOP call "player: equalizerEnabled" returns whether or not
      the equalizer is enabled.
    * OSD notification for mute.
    * Mute global shortcut, Win+M.
    * Add %comment token for comment display in OSD. (BR 100944)
    * View/Edit track entry into context menus of ContextBrowser and
      CollectionBrowser.
    * You can mark/unmark albums as compilations via CollectionBrowser's
      right-click contextmenu.
    * New DCOP call "collection: query(const QString& sql)".
      Allows to make arbitrary queries on the Collection database.
    * New DCOP call "playlist: removeCurrentTrack()". (BR 92973)
  CHANGES:
    * Show "Artist - Title" for compilation discs in CollectionBrowser
      and ContextBrowser.
    * Upgraded internal SQLite database to 3.2.0.
    * DCOP call saveCurrentPlaylist() now returns the path to current.xml.
  BUGFIXES:
    * Appropriate context menu entry for changing queue status for multiple
      playlist items.
    * Fix regression preventing dequeuing multiple selected tracks.
    * 'Show Toolbar' remembers its settings between sessions. (BR 98662)
    * When doing Musicbrainz lookup from the Context browser, search for the
      real track, not the whole album.
    * Memleak when a radio stream stalled. (BR 102047)
    * The Collection Scan finally checks for the right file modification time.
    * Adding a compilation disc from ContextBrowser was broken.
    * GStreamer-engine: Reduced the gap when switching to next track without
      crossfading.
    * GStreamer-engine: amaroK was swallowing the beginning of a track when
      Fade-in was set to zero. (BR 94472)
    * Use a better highlight color in the "Configure Collection" dialog.
      (BR 102059)
    * "Remove Duplicates / Missing" fixed. Removes dead entries correctly.
    * Fix units for samplerate. (BR 101528)
    * amaroK using 100% CPU on some systems. (BR 101524)
      (a KHTML bug which got exposed by code in amaroK 1.2.2)
2005-03-29 16:24:14 +00:00
schwarz
5c4f14268e added support for "old" (i.e. pre-6.X) IRIX audio libraries.
(approved by recht and jschauma)
2005-03-28 19:52:21 +00:00
wiz
1f2ba12d0f PKGREVISION bump for glut dependency removal (SDL/buildlink3.mk). 2005-03-27 15:43:32 +00:00
wiz
b8e0eb28f4 Remove FreeBSD RCS Ids. pkgsrc has diverged too much for syncing to be
useful.
2005-03-24 21:12:50 +00:00
wiz
da27f63b71 Does not really need GLUT or GLU, so replace Mesa/bl3 with MesaLib/bl3.
Addresses PR 29778 by Richard Rauch. Bump PKGREVISION.
2005-03-24 10:21:17 +00:00
markd
ae17c3b7c5 Update to KDE 3.4
Highlights at a glance

* Text-to-speech system with support built into Konqueror, Kate, KPDF
  and the standalone application KSayIt
* Support for text to speech synthesis is integrated with the desktop
* Completely redesigned, more flexible trash system
* Kicker with improved look and feel
* KPDF now enables you to select, copy & paste text and images from
  PDFs, along with many other improvements
* Kontact supports now various groupware servers, including eGroupware,
  GroupWise, Kolab, OpenGroupware.org and SLOX
* Kopete supports Novell Groupwise and Lotus Sametime and gets
  integrated into Kontact
* DBUS/HAL support allows to keep dynamic device icons in media:/ and
  on the desktop in sync with the state of all devices
* KHTML has improved standard support and now close to full support for
  CSS 2.1 and the CSS 3 Selectors module
* Better synchronization between 2 PCs
* A new high contrast style and a complete monochrome icon set
* An icon effect to paint all icons in two chosen colors, converting
  third party application icons into high contrast monochrome icons
* Akregator allows you to read news from your favourite RSS-enabled
  websites in one application
* Juk has now an album cover management via Google Image Search
* KMail now stores passwords securely with KWallet
* SVG files can now be used as wallpapers
* KHTML plug-ins are now configurable, so the user can selectively
  disable ones that are not used. This does not include Netscape-style
  plug-ins. Netscape plug-in in CPU usage can be manually lowered, and
  plug-ins are more stable.
* more than 6,500 bugs have been fixed
* more than 1,700 wishes have been fullfilled
* more than 80,000 contributions with several million lines of code and
  documentation added or changed
2005-03-23 21:28:33 +00:00
jmmv
f24d42b923 Fix a threading problem (mutexattr used after it's destroyed).
Patch was in PR pkg/29644 by Antoine Reilles, but I overlooked it.
Bump PKGREVISION to 1.
2005-03-23 10:52:54 +00:00
cube
66f61ba672 Update to 2.1.13.
2.1.13:
  * Brown paper bag bug in alsa backend introduced in the previous version.
2.1.12:
  * Fix mousewheel scrolling in the balance slider (pointed out by
          Philip Lafleur <headcheese@carolina.rr.com>)
  * es translatoion by YoaR <yoar@users.sourceforge.net>
  * Backend support for switches, not available in the frontend yet
2.1.11:
  * Added alsa support !
2.1.10:
  * Updated french translation by Jérôme UZEL <jerome.uzel@free.fr>
  * Fixed some spelling errors in the info thanks to A Costa <agcosta@gis.net>
  * React on horizontal scrolling correctly
2005-03-22 14:58:55 +00:00
seb
73757ec781 Update to version 1.2.2
Changes since last packaged version (1.2.1):
  FEATURES:
    * Context Browser CSS styles can now be installed and selected from the
      appearance settings.
    * Append Suggestions now has an icon in the statusbar.
    * When selecting multiple files, the "View/Edit Meta Information" dialog
      will show the tags that are common to all of them. (BR 100423)
    * A line graph equalizer added as a script "graphequalizer."
  CHANGES:
    * Add 25-track and 50-track smart-playlists.
    * Update current-track icons to include greater padding.
    * The contextbrowser now uses data:-URLs instead of temp image files, so
      they cannot be left on disk when amaroK terminates unexpectedly, and the
      Konqueror/Universal sidebar can show them when amaroK is not running.
  BUGFIXES:
    * escape '&' char in contextmenu entry (BR 101276)
    * Track is set as a number in the database, so shouldn't be added rounded
      by quotes. (BR 101208)
    * Rewrote the broken .pls playlist parser.
    * Handle delay gap between songs properly with aRts engine. (BR 90404)
    * Switched order of "Make playlist" and "Queue after current track" menus
      to avoid playlist destruction. (BR 96164 part 1)
    * Visualizations with LibVisual didn't work in some cases. (BR 99627)
    * amaroK could fail to build if the whole kdeextragear-1 module was
      compiled, due to conflicts with K3B on the MusicBrainz check. (BR 100906)
    * Images shown on OSD where incorrect for action notifications.
    * The handbook translations were not built when amaroK was installed from
      the tarball. I've written a new release script in Ruby, which can
      handle the new structure of kde-i18n. (BR 100498)
    * GStreamer-engine can now play vorbis radio streams properly, with
      full metadata support. (BR 89821)
    * GStreamer-engine now uses the "decodebin" autoplugger, which fixes
      the lag issues that some users had during crossfading. (BR 99570)
2005-03-22 01:09:08 +00:00
jmmv
7511dc8287 Merge some patches from PR pkg/29644 by Antoine Reilles:
- Use SA_NODEFER instead of SA_NOMASK (if the later is not available).
- Use a subdirectory under ${PREFIX}/share to place the data files.
- Print the failing address on SIGSEGV.
- Make an error message more descriptive (specially helpful when using OSS).
- Fix playback of multiple songs.
2005-03-20 15:21:04 +00:00
jmmv
142355a46a Update to 0.2.0. I'm doing this before the freeze ends because:
- 0.1.x doesn't work with libopendaap 0.3.x, the version we have in pkgsrc.
  Simply put, the package didn't build, as seen in several bulk builds.
- 0.1.x was designed for gstreamer 0.6, but we have 0.8 in pkgsrc (which
  are incompatible).  The package was patched to work with 0.8, but there
  might be problems, so it's safer to update.

Changes in 0.2.0:
- Add new Party Shuffle feature to allow selected ordering of songs from any
  available hosts.
- Total rewrite of application core for improved stability and scalability.
- Total rewrite of music player interface, fixes random freezes in gstreamer.
  (Works around gstreamer bug).
- Add support for gstreamer 0.8.
- Various GUI improvements
- Add support for playing local songs dragged into the Party Shuffle area.
- Add support for connecting to mt-daapd servers.
- Plenty of bug fixes.

Changes in 0.1.6:
- Fix slow play start when starting from slow computers.
- Remove host from list when it goes away.
- Various backend changes.
- Beat Birkhofer: Use the ESD sink (generally available on OS
2005-03-20 11:09:47 +00:00
jmmv
46676b0b42 Drop trailing whitespace. 2005-03-20 10:54:33 +00:00
wiz
096e8a4885 Update to 0.11.1, provided by Robert Lillack in PR 29027.
+ Spanish translations from Jose Cedeno
 + Russian translations from Nikolay Pavlov
 + French translations from Yann Cézard
 + ncmpc now supports SIGSTOP and SIGCONT (Ctrl-Z)
 + ncmpc now hides the cursor on the help screen
 + ncmpc now can enqueue and play a song from the browse screen (Enter)
 + configuration changes:
	o ncmpc no longer supports the old configuration file syntax
	o the crossfade time can now be definied in (crossfade-time)
	o support for ncurses mouse events is now optional (enable-mouse)
 + bugfixes:
	o fixed short option handling for multiple short options
	o %time% format fix from Aurelien Foret (use %02d for seconds)
	o Fixed abort (Ctrl-G) handling when saving playlist
	o survive select/find operations on empty lists (Niko Tyni)
2005-03-19 16:54:51 +00:00
wiz
33aa0a3622 Remove XXX comment, and duplicate empty line. 2005-03-19 15:36:19 +00:00
ben
d91aef1359 I incorrectly tested my previous change, and it turns out that with
USE_OSS defined, the build process does require the original escaping.
Revert to original escaping in OSS_DEFS.
2005-03-19 13:59:13 +00:00
kleink
44267735c9 Drop maintainership. 2005-03-18 21:08:29 +00:00
wiz
05893dfb59 Fix checksum for patch-af and patch-ag. 2005-03-18 12:17:04 +00:00
martti
16298514bc Updated xfce to 4.2.1.1
General:

* Don't use G_INLINE_FUNC in the source code, which fixes several weird
  build errors.

libxfce4util:

* Fix a problem with NFS mounted home directories in Solaris (#724)

xfce4-session:

* Fix RedHat shutdown code (#703)

xfdesktop:

* fix handling of quoted commands in the desktop menu (#776)
* fix handling of .desktop files with no Categories list (#776)
* add "edit menu" button to panel plugin prefs (#554), and ability to change
  the button tooltip (#764)
* fix broken panel plugin behavior when trying to track the default desktop
  menu. there's a new option to either follow the default menu, or use a
  static menu file (#778)
* fix bug where xfdesktop would crash if the windowlist was opened, then a
  window was destroyed, and then that window was selected from the list (#672)
* fix "unique" attribute of system menu inclusion

xffm:

* ensure posix.1-1996 compatibility (#695)
* fix for crash on opening fstab on solaris (#726)
* avoid a showstopper gtk-2.4 bug (scaling gdkpixbufs from svg images).
  This is bugzilla #751 report. Not all gtk showstopper bugs from svg
  can be avoided. In particular with office/mobile_phone_01.svg. This
  file will also crash rox
* allow relative paths for icon resolution (xfce4-modules)
* validate utf error messages (#737)
* don't quote paths that are already quoted.
* change smb-share icon to proper icon
* fix borked overwrite warning dialog message
* bug fixes for keyboardnavigation to close bug #795
* separate remove and paste button in toolbar to avoid confusing the
  remove confirmation dialog with the overwrite confirmation dialog
* fix translation problems in several languages, including
  brazilian-portuguese
* fill in some missing spanish translation strings
* fix for bug #524 (crashing xffm by mounting cdrom and trying to open it
  in the other treeview before mount is complete)

xfcalendar:

* remembering of its position (bug #691 and #789)
* warning box for preventing users to loose their changes (#714 and #738)
* possibility to show/hide xfcalendar in taskbar, pager and systray (#719)
* possibility to choose to either show or hide the calendar window when
  xfcalendar is launched (it remembered before the status when leaving)

xfce4-panel:

* Save configuration file only on exit
* Fix double click on inactive item in dialog (#739)
* 64bit fix
* Clock applet tweak (#716, hopefully)

xfprint:

* remove FILE backend and add a print-to-file entry in the printing dialog
* multiple bugfixes (#816, #817, #818, #820) in the BSD-LPR backend
2005-03-18 07:59:08 +00:00
jmmv
87a0c71650 Depend on unzip, as it's required to use winamp (zipped) skins. Otherwise,
if the program cannot find unzip, the window screen gets garbled.  This
is just a workaround for what seems to be a bug in the program, but is not
our fault.  Closes PR pkg/29697 by sigsegv@rambler.ru.
2005-03-16 21:27:00 +00:00
jmmv
4efb7c1adf Depend on pango (used directly). 2005-03-16 16:33:25 +00:00
rillig
5c1bc8039d Fixed CFLAGS quoting. Approved by wiz. 2005-03-16 11:56:13 +00:00
rillig
242e6c08a6 Added two patches that are needed for gcc-2.95.3. Approved by wiz. 2005-03-16 11:51:00 +00:00
rillig
deace01136 libvisual uses inline assembler syntax that gcc-2.95.3 does not
understand. I assume gcc-3.0 will understand. For sure, gcc-3.3 will, as
I have successfully  built the package with it. Approved by jlam.
2005-03-15 20:28:25 +00:00
rillig
309ff6a563 This package needs gcc-3.0 because it uses some inline assembler syntax
that gcc-2.95.3 does not understand. If the package breaks with gcc-3.0,
please increase GCC_REQD to 3.3 (which I tested). Approved by jlam.
2005-03-15 20:08:18 +00:00
wiz
9655dbc5f7 Update checksum for currently available distfile (setting DIST_SUBDIR).
Diff:
diff -r old/gnome-speech-0.3.6/configure new/gnome-speech-0.3.6/configure
20068a20069,20073
> if test "x$JAVAC" != "x" ; then
>   javac_version=`$JAVAC -version 2>&1 | sed -e "1s/javac //" -e "1q" `
>   echo JAVAC VERSION $javac_version
>   JAVAC="$JAVAC -source 1.4"
> fi
diff -r old/gnome-speech-0.3.6/configure.in new/gnome-speech-0.3.6/configure.in
153a154,158
> if test "x$JAVAC" != "x" ; then
>   javac_version=`$JAVAC -version 2>&1 | sed -e "1s/javac //" -e "1q" `
>   echo JAVAC VERSION $javac_version
>   JAVAC="$JAVAC -source 1.4"
> fi
2005-03-15 15:23:37 +00:00
rillig
407b1161da Don't include <stdarg.h> when it's not used at all. Makes xmms-wma build
on NetBSD-1.6.2. Approved by wiz.
2005-03-14 16:29:02 +00:00
uebayasi
f18cba3041 Back out previous, irrelevant quoting fix. 2005-03-14 10:25:47 +00:00
minskim
f7b1c31627 Explicitly depend on kdebase3 because this package builds a Konqueror
plugin.  Bump PKGREVISION due to the dependency change.
2005-03-12 14:56:29 +00:00
jmmv
038bfe2603 Fix INSTALLATION_DIRS. Noticed by Joachim Kuebart in tech-pkg@. 2005-03-12 11:05:37 +00:00
rillig
166c90f479 This patch disables the priority scheduling if it is not available.
Needed at least for NetBSD-1.6.2. Approved by wiz.
2005-03-11 21:27:17 +00:00
rillig
a036e71d5b Don't put statements above declarations (gcc-2.95 is not a C99
compiler). Needed for NetBSD-1.6.2. Approved by wiz.
2005-03-11 21:24:49 +00:00
minskim
cd2940a115 USE_LANGUAGES=c++ 2005-03-09 20:26:04 +00:00
minskim
4ce4aefac7 Set INSTALLATION_DIRS for pkgviews (already enabled). 2005-03-09 20:16:27 +00:00
jmmv
2f0dde48d3 Add an option (xmms-eq) to enable XMMS's equalizer legacy code (off by
default, so that the package does not change).  The new code does strange
things with old presets (dunno if there is a bug or something has really
changed; anyway, it's not our fault, so all we can do is provide an option).
2005-03-08 17:05:17 +00:00
adam
678024a53a Changes 0.3.0: 2005-03-07 15:31:26 +00:00
adam
6b5d24a043 Changes 0.3.0:
* Many many bug fixes.
* Supports connecting to mt-daapd daap servers.
* Watch remote hosts for updates
* Fix problem where iTunes would no longer serve our requests.
* Improved debugging support.
2005-03-07 15:30:44 +00:00
tv
45328ab428 Fix compile failure on Interix: Disable direct audio output on that platform. 2005-03-07 12:19:16 +00:00
agc
5feb68a62b Make sure that the examples come with the real path to the festival
binary.
2005-03-07 11:32:08 +00:00
agc
c7313706dc Try to make this package build on all NetBSD platforms; patches from
Eric Schnoebelen in PR 28821, with some modifications by myself (for
configuration purposes).

Tested by myself on NetBSD/i386, and on NetBSD/amd64 by Quentin Garnier.
2005-03-07 10:34:07 +00:00
uebayasi
71960dee9e Fix quoting. 2005-03-07 09:41:45 +00:00
grant
a30e671ab3 remove HOMEPAGE comment that somehow made it in here. 2005-03-05 00:12:10 +00:00
wiz
e6257e320c Update to 1.1.2, to sync with flac.
Changes unknown.
2005-03-03 15:29:52 +00:00
rxg
18f3c7de7a Upgrade to 2.0pre6, oked by reed & wiz. 2005-03-02 17:49:19 +00:00
xtraeme
baf103e8dc Added audio/xmms-wma. 2005-03-01 01:18:48 +00:00
xtraeme
21903c9cb7 Initial import of xmms-wma-1.04.
XMMS input plugin to play WMA files.
2005-03-01 01:17:00 +00:00
wiz
e565b8b82b Update to 1.2.1:
VERSION 1.2.1:
  FIX: Made the Tag-Editor only operate on visible items. (BR 100268)
  ADD: Database settings added to the first-run wizard.
  FIX: playlist2html generates UTF-8 output now. (BR 100140)
  FIX: Bitrate/length showed random values for untagged mp3 files. (BR 100200)
  FIX: Crash when recoding stream MetaData without CODEC selected. (BR 100077)
  CHG: Show an additional "Compilations with Artist" box in ContextBrowser.
  ADD: Remember collapse-state of boxes in ContextBrowser. (BR 98664)
  ADD: Display an error when unable to connect to MySQL.
  ADD: Konqueror Sidebar now has full drag and drop support.
  CHG: Replaced "Blue Wolf" icon with Nenad Grujicic's amaroK 1.1
       icon, due to legal issues.
  ADD: Parameter "%score" shows the current song's score in OSD.
  CHG: When you delete a song within amaroK, it gets removed from
       the Collection automatically.
  FIX: Directory column in the playlist was eating the first letter.
  ADD: New DCOP call "playlist: setStopAfterCurrent(bool)". (BR 99944)
  FIX: Coverfetcher: Do not crash when no cover was found. (BR 99942)
  FIX: Support for amazon.co.jp was broken.
  CHG: Toolbar items reordered for optimal usability, as suggested by
       Aaron "Tom Green" Seigo.
  FIX: Show covers for albums containing chars '#' or '?'. (BR 96971 99780)
  ADD: Help file for the playlist2html script.
  ADD: New DCOP call "playlist: int getActiveIndex()".
  ADD: New DCOP call "playlist: playByIndex(int)".
  CHG: Upgraded internal SQLite database to 3.1.3.
  FIX: Update the database after editing tags in playlist. (BR 99593)
  ADD: New DCOP function "player: trackPlayCounter". (BR 99575)
  ADD: .ram playlist support with code from Kaffeine. (BR 96101)
  FIX: amaroK can now determine the correct track-length even for formats
       unknown to TagLib. Makes it possible to seek e.g. in m4a tracks.
  ADD: Can now pick from multiple Musicbrainz results. Patch from
       Jonathan Halcrow <gte899j@prism.gatech.edu>. (BR 89701)
  ADD: May now set a custom cover on multiple albums in the Cover-Manager.
  ADD: Support relative path of tracks in writing playlists. (BR 91053)
  FIX: Don't inline-edit tags for the whole playlist's selection.
  FIX: Fix "Recode Tags" crash issues. (BR 95041)
  ADD: "Set Custom Cover" can fetch remote images. (BR 90499)
2005-02-28 16:54:42 +00:00
wiz
741b01ba5d Update to 1.1.2:
New in this release are small decoding speedups for all platforms,
small encoding speedups in fast (non-LPC) mode, streaming support
in the XMMS plugin, and several bug fixes. For developers there
are also a few additions and changes to the metadata API to make
working with tags easier. See the changelog entry for complete
details. This release actually wasn't supposed to happen so soon,
but needed to be made to fix library naming and build problems in
FLAC 1.1.1 that caused trouble for package maintainers, so unless
you are having trouble with one of the particular bugs that got
fixed in 1.1.2 then there is not much of a need to upgrade.
2005-02-28 14:09:19 +00:00
kim
c0aa5fc27e Upgrade to libshout 2.1, from Juan RP (xtraeme@) in private mail.
Bug fixes, no API changes.
2005-02-28 02:21:20 +00:00
jmmv
63506db6a7 Update to 0.3.6:
* Festival driver now supports callbacks and end-of-speech markers - thanks to
  Oana Serb of BAUM Retec.
* FreeTTS driver is less intolerant of nonstandard JAVA environments at
  build time (Callum McKenzie).
* IBM ViaVoice driver updated to work with new Linux ViaVoice runtime
  (Marc Mulcahy)
* Critical fixes for FreeTTS 1.2 driver which could cause speech to fail
  (Marc)
2005-02-26 17:25:36 +00:00
jmmv
01e212d00c Updated gnome-vfs2, gnome-vfs2-cdda and gnome-vfs2-smb to 2.8.4:
* Bugs fixed:
+ Never return NULL on gnome_vfs_uri_extract_short_name calls
+ sftp-method: always check for the gnome_vfs_unescape_string return value
+ sftp-method: honor the force_replace flag on moves
+ gzip-method: correctly return GNOME_VFS_ERROR_EOF
+ Plug some memory leaks
+ Fix bogus warnings with later gcc versions
+ Various translation updates
2005-02-26 17:23:01 +00:00
wiz
689cd641fe Uses pthreads -- include pthread.bl3.mk. 2005-02-26 02:07:19 +00:00
ben
a31076eb84 I will maintain this package, set my email as MAINTAINER. 2005-02-24 19:11:58 +00:00
ben
995228291c Change quote escaping to reflect Todd Vierling's recent makefile fixes. 2005-02-24 03:37:28 +00:00
agc
71c8259803 Add RMD160 digests to the SHA1 ones. 2005-02-23 20:39:42 +00:00
minskim
b1946f84a6 Enable pkgviews installation. Patches provided by Joachim Kuebart on
tech-pkg@.
2005-02-23 03:28:49 +00:00
jmcneill
d33b27a67e Claim maintainership of this package, update homepage URL. 2005-02-22 17:23:34 +00:00
hubertf
9a981bcfbe Sign over maintainership to tech-pkg@ 2005-02-21 20:26:08 +00:00
wiz
9d2cfa1ac9 Update to 1.2:
VERSION 1.2:
  ADD: "Repeat Track" status is reflected by an icon in the playlist.
  ADD: New icons from tightcode for statusbar and repeatTrack.
  ADD: New Smart-Playlist "Ever Played".
  CHG: Bumped GStreamer version requirement to 0.8.4.
  CHG: Made it possible to use artsdsink with GStreamer again.
  CHG: Don't read m3u files recursively when dropping a folder on the
       playlist. No more doubled entries.
  FIX: Shoutcast radio with GStreamer is improved, no more dropouts when
       starting a stream.
  ADD: The "Similar Artists" feature (using Audioscrobbler) can now be
       switched off. (BR 95280)
  FIX: Error in Shoutcast http-request, which made it impossible to play
       many radio streams with GStreamer and aRts. (BR 97211, 98569)
  CHG: Better default directory for selecting a custom cover.
  FIX: ContextBrowser reloads after setting a custom cover. (BR 96548)
  FIX: Cover-Manager's full-screen view works with Bughira (brushed metal).
  ADD: Script-Manager can auto-run scripts on application startup.
  ADD: aKode engine, depends on KDE 3.4. No configure check yet.
  FIX: Don't add non-audio files to the Collection.
  CHG: We now use the SqlLoader, which greatly improves the performance of
       adding stuff to the playlist from SmartPlaylists and the Collection.

VERSION 1.2-beta4:
  ADD: It is now possible to select the right image if there are multiple
       results from Amazon. Patch from Gregory Isabelli <g_isabelli@yahoo.fr>.
       (BR 93287)
  CHG: Reorganized the DCOP interface. We used to have all DCOP functions in the
       "player" group. Now it's splitted up into several categories. Attention
       script writers: Adjust your DCOP calls!
  FIX: The loader is now more robust and should always find amarokapp.
  CHG: The search-browser has been integrated into the file-browser.
  CHG: OSD can have fake transparency and new fancy shadow.
  ADD: DCOP function "shortStatusMessage", shows a temporary message on the
       application's statusbar.
  FIX: Frequent crashes when writing tags. (BR 95344)
  FIX: CoverManager updates its status display correctly.
  FIX: "isPlaying" DCOP function now works correctly. (BR 90894)
  ADD: Automatic crash report generator, sends backtraces to amaroK HQ.
  ADD: DCOP function "saveCurrentPlaylist". Writes the playlist to current.xml,
       for scripts that need to access the playlist contents.
  ADD: Playlist2html, a script for playlist exporting. (BR 96199)
  ADD: Improved statusbar, with animated error notification widget.
  ADD: New progress display system, can show multiple expandable progress
       widgets in the statusbar.
  ADD: Alarm script, starts playing music at specified alarm time.
  ADD: Script-Manager for DCOP script extensions is now functional. Refer to the
       amaroK Wiki for information on script writing.
  ADD: Collection-Browser shows a help message in flat-mode when filter is
       empty. (BR 97000)
  CHG: It is possible to select the Database Engine (SQLite, MySQL) runtime,
       without amaroK restart. New Database Engines can be added, they need to
       inherit DbConnection and implement its' virtual methods (see
       SqliteConnection and MySqlConnection).
  CHG: New amaroK icon "Blue Wolf", made by Da-Flow.
  FIX: Possible crash when enabling Player-Window. (BR 94668)

VERSION 1.2-beta3:
  ADD: Smart Playlists can have a random order or a score weighted random order
       (BR 90861)
  ADD: Show total length of selected songs in statusbar. (BR 90284)
  ADD: Context-Browser now caches the tab widgets. Patch from Matias Costa
       <mcc3@alu.um.es>. (BR 95999)
  FIX: RAND and REP buttons were always enabled at startup. (BR 95861)
  ADD: Implemented "Append Suggestions" functionality. It means that when
       enabled, amaroK will append a couple of suggested songs to playlist when
       you play a track. This produces a continuous playlist, something similar
       to listening to radio.
  ADD: Implemented "Play Media..." functionality.
  FIX: Playlist-Browser was appending to playlist when clicking "Load". Now it
       replaces the current playlist again, as intended.
  ADD: Profile for KDELIRC (Remote Controls). Patch by Dirk Ziegelmeier
       <dziegel@gmx.de>.
  ADD: Remove Duplicates now also removes dead entries from playlist.
  FIX: Accept album-dragging from the ContextBrowser. (BR 86020)
  FIX: Configure check was missing for the Konqueror Sidebar (depends on
       KDE-Base).
  FIX: Browser splitter was drawn incorrectly with some styles. (BR 95333)
  ADD: DCOP call for relative seek. Patch by Andreas Pfaller. (BR 84989)
  CHG: Bumped TagLib dependency to 1.3.1. (1.3 is too damn buggy)
  FIX: CTRL-M can show the menubar again after hiding. (BR 94139)
  ADD: Support for last.fm streams.
  FIX: amaroK icon shows correctly in window decoration under GNOME.
  ADD: Support for ID3v2 cover images. (Thanks to M. Thiesen!) (BR 88492)
  ADD: DCOP calls for the status of Random Mode, Repeat Playlist and Repeat
       Track.
  ADD: DCOP call to return the sample rate.
  ADD: DCOP call to return the track number. (BR 94825)
  FIX: GStreamer-engine provides better scope synchronisation.
  ADD: Save current track position and play queue on exit. (BR 90379)
  FIX: Fix Directory column on playlist, show absolute directory path instead of
       empty string. (BR 90361)
  ADD: DCOP call to scan your collection. (BR 84621)
  FIX: When an engine fails to load, respect the rank while choosing the next
       engine.

VERSION 1.2-beta2:
  FIX: Classic amaroK theme looks better.
  ADD: Context Browser has CSS styling.
  FIX: Cover fetching improvements/fixes.
  ADD: Last played: yesterday, etc. in ContextBrowser.
  FIX: Big speedup for PlaylistLoader, when adding many items.
  ADD: Show songs you once played, but didn't play for the longest time on
       ContextBrowser's Home-page. (least played) (BR 89479)
  FIX: Don't crash on song switch, when there's only one visible playlist item
       and repeat-list is activated. (BR 94030)
  CHG: Add and queue tracks after the current track. (BR 94121)
  ADD: DCOP call to raise the equalizer configuration dialog.
  ADD: Konqueror sidebar to view playing info and control amaroK.
  ADD: DCOP call to clear the playlist. (BR 90149)
  ADD: DCOP call to enable/disable the equalizer.
  ADD: DCOP call to return the score of the currently playing track.
  ADD: Audioscrobbler submit queue stored on disk. Tracks that are listened when
       offline will be available for submitting later.
  CHG: "Start Scan" button was renamed to "Update". Now it starts an incremental
       scan instead of a full rescan.
  FIX: Lyrics parsing failed for certain songs. (BR 94269)
  ADD: xine-engine saves config, and implements crossfade, bug fixed too.
  ADD: Player-Window can also show the BlockAnalyzer.
  CHG: Run incremental scanning once a minute instead of every 30 seconds.
  FIX: When collection scanning was interrupted with Cancel, incremental
       scanning didn't work any longer.
  CHG: Handle incremental file scanning in a thread. Now the GUI doesn't get
       blocked every 30 seconds, anymore. (BR 93564)
  ADD: CollectionBrowser now offers two operation modes:
       The classical TreeView and a new FlatView (like the WinAmp Library).
  FIX: Caching of local cover images was broken for non-unique filenames.
       (BR 94068)
  FIX: "Visualizations" menu entry was always disabled.
  FIX: Play button was sometimes stuck in disabled state.
  FIX: OSD was showing "%artist - %track" instead of "%artist - %title".
  FIX: Forward command line option --engine to amarokapp.
  FIX: CoverFetcher was always looking for "album - album".

VERSION 1.2-beta1:
  ADD: Full support for Audioscrobbler, including submission of tracks.
  FIX: Arts engine resumes from position when session is restored.
  ADD: Vorbis stream metadata support (GStreamer-engine). (BR 82378)
  ADD: Cover image and lyric fetchers include filters for common extensions,
       such as (Disc 1). (BR 90630)
  ADD: Ability to choose from four different Amazon locales. (BR 90664)
  ADD: OSD now draws gradient instead of solid colour.
  ADD: 'Stop after current song' functionality. (BR 88652)
  FIX: Queue function from context/collection browsers actually properly queues
       tracks. (BR 90319)
  ADD: MySQL database support. Patch by Andreas Mair <am_ml@linogate.com>.
       Please refer to mailing list for detailed instructions.
  ADD: Metadata history for streams in Context-Browser. (BR 89839)
  ADD: Command line option --engine.
  ADD: OSD text is now configurable, and it displays the album cover.
  FIX: Remote folders are read recursively when dropped on the playlist.
  FIX: Audiocd protocol in filebrowser had empty folders.
  ADD: Cache system for current-track animation in playlist. Reduces CPU load
       when the playlist is visible.
  ADD: 10-band IIR equalizer for GStreamer and xine engines.
  FIX: The background gradient effect in Context-Browser is now much faster. The
       gradient also looks nicer. (BR 91276)
  FIX: Password-protected streams did not work correctly. (BR 91184). Patch by
       <javapojken@yahoo.se>.
  ADD: NMM-engine was rewritten and updated for the latest NMM release. Supports
       audio and video playback.
  ADD: Cover-Manager supports drag-and-drop.
  ADD: Tags are now read from the Collection database if they are already
       stored. This speeds up adding items to the playlist. (BR 90137)
  ADD: Context-browser shows "Suggested Tracks", utilizing audioscrobbler.
  FIX: Configure does no longer print "Good - Configure has finished" when a
       dependency is missing.
  ADD: Intelligent automatic resize for playlist columns
  ADD: Shaded current-track marker in playlist.
  ADD: Automatic song lyrics display.
  CHG: Internal SQLite upgraded to 3.0.8.
2005-02-20 20:41:40 +00:00
wiz
4bfbd481e7 libvisual-gforce and libvisual-nebulus are included in
libvisual-plugins-0.2.0 -- remove separate packages.
2005-02-20 15:58:49 +00:00
wiz
b28f52e406 Update to 0.2.0.
New in 0.2.0: 2005-02-09:
* Maintaince. (Dennis)
[sic]
2005-02-20 15:57:13 +00:00
wiz
8d3e887215 Update to 0.2.0:
New in 0.2.0: 2005-02-09:
* Maintaince. (Dennis)
[sic]
2005-02-20 15:56:51 +00:00
wiz
aeeabac9e5 Update to 0.2.0:
New in 0.2.0: 2005-02-09:
* Adding pseudotoad flower actor plugin, ported. (Dennis)
* Adding dancing particles plugin, ported. (Dennis)
* Including G-Force in package. (Dennis)
* Including Nebulus in package. (Dennis)
* Adding corona actor plugin, ported. (Dennis, Jean-Christophe)
* Fixed bumpscope actor plugin. (Dennis)
* MMX code added to JESS, alphablend, oinksie (Dennis)
* Fixing many bugs in plugins. (Everyone)
* Adding VisUI userinterfaces to plugins, not usable yet
  because there is no client support yet. (Dennis)

Dancing Particles disabled, since it dies consistently for
me (sigseg).
2005-02-20 15:56:20 +00:00
wiz
5e88cc697a Update to 0.2.0.
New in 0.2.0: 2005-02-09:

* VisTransform subsystem. (Dennis)
* visual_palette_color_cycle() function. (Dennis)
* visual_param_container_copy_match() function. (Dennis)
* visual_param_container_copy() function. (Dennis)
* visual_timer_elapsed_msecs() function. (Dennis)
* VisCPU subsystem. (Dennis)
* visual_mem_copy(), will contain mmx, sse versions later on. (Dennis)
* MMX version of the 32bits bilinear filter. (Jean-Christophe)
* Fixed the visual_video_blit_overlay(). (Dennis)
* MMX versions of the 32bits alpha overlay. (Dennis)
* VisPluginEnviron system added. (Vitaly, Dennis)
* Nearest scalers. (Chong Kai Xiong, Dennis)
* Bilinear scalers. (Jean-Christophe, Dennis)
* VisError error values, and human readable errors. (Dennis)
* Objectification of all libvisual structures. (Dennis)
* Complete VisObject system. (Dennis)
* VisSongInfo, use the bilinear filterer, scaler for coverart. (Dennis)
* VisPalette VisParamEntry type. (Dennis)
* VisObject VisParamEntry type. (Dennis)
* VisThread threading wrapper system. (Dennis)
* VisUI Complete userinterface abstraction layer. (Dennis)
* Have a string only plugin type, plugins are now members of domains. (Dennis, Vitaly)
* Many many fixes, improvements and such. (Everyone)
2005-02-20 15:06:17 +00:00
wiz
cb8a2d50bc Add and enable goom. 2005-02-20 15:00:22 +00:00
wiz
2a2d9bd3f2 Initial import of goom:
A cool visual effects program that runs on almost all multimedia
players.
2005-02-20 14:59:24 +00:00
wiz
662fd1a6b6 Update to 0.8.6:
0.8.6 - January 11, 2005
- Added Polypaudio driver(libao-polyp 0.4)
  from Lennart Poettering
- Use esd_close() in the esd driver
- Broaden sample rate tolerance in the OSS driver for nForce
  compatibility
2005-02-18 17:22:07 +00:00
wiz
fb4bca134a Add MPG123_ARM_FIXED64 to BUILD_DEFS.
Noted by Jesse Off in PR 29411.
2005-02-17 11:45:49 +00:00
wiz
2fc4762e80 Update HOMEPAGE and MASTER_SITES. 2005-02-16 12:20:35 +00:00
chris
3d0a639982 Fix PR pkg/29370, update taglib to 1.3.1
Changes between 1.3 and 1.3.1 are:
Fixed Ogg Vorbis length detection on AMD-64
Fixed crash on some invalid MP3s (regression from 1.2 to 1.3) where
corruped tags caused crashes or out of memory errors
Clear the ID3v1 track number when attempting to set it to a value greater
than 255 (8-bit value)
Fixed crash in invalid APE tags where the number of tag items didn't match
up with the number actually present
Added other additional sanity checks to the APE parsing code that should
make it more robust
Fixed Makefile problem that caused the apeitem.h header to not be
installed and made it impossible to use the APE API directly
2005-02-14 22:47:48 +00:00
uebayasi
11c8e72b70 Fix quoting. 2005-02-14 09:07:51 +00:00
uebayasi
a03f164f3d Fix quoting. 2005-02-14 08:16:35 +00:00
grant
7f78a794b7 grammar fix. 2005-02-13 12:41:10 +00:00
grant
32a514ac26 +distmp3 2005-02-13 12:30:08 +00:00
grant
7a84c14c0b Initial import of distmp3 0.1.9 into pkgsrc.
distmp3 is a client and a daemon (both written in perl) for distributed
mp3-encoding across multiple hosts on a network.

distmp3 can be used standalone or by a front-end CD ripper such as
audio/abcde.
2005-02-13 11:55:56 +00:00
reed
a851576baa Capitalize XMMS. 2005-02-10 08:55:04 +00:00
reed
ae276652a6 Added a license file for lame based on many notes from different
files in the lame source.

And for the audio/lame/Makefile:

Change the LICENSE from fee-based-commercial-use to use this new
lame-license.

The problem before was that fee-based-commercial-use did not exist
and the "make show-license" suggested running pkg_info -d to view
the long-description of the package (which may not be installed yet).
Anyways, the DESCR didn't mention these license issues.

Also bump PKGREVISION.
2005-02-03 17:54:50 +00:00
abs
7b44988303 revert last (Addition of mserv-devel CONFLICTS) - my installed packages
must have been in a strange state. (Picked up by Kim - thanks)
2005-02-02 13:22:14 +00:00
abs
d9979eb02d Add conflicts with mserv-devel 2005-02-02 10:23:44 +00:00
ben
e9707da8f5 Remove PKG_REIVISION typo introduced in revision 1.4 of Makefile. 2005-01-29 14:10:36 +00:00
ben
fd93c151f2 Silence harmless message from file command in magic_get(). 2005-01-29 14:07:24 +00:00
scw
82cd736b98 Upgrade to mad123-0.8.5.
Notable changes include:
 - Improvements in the aRts audio backend.
 - Use taglib instead of id3lib to extract ID3 information.

Support for aRts is controlled by a PKG_OPTION and is off by default to
avoid pulling in a huge wad of dependencies.
2005-01-29 12:22:27 +00:00
recht
367eed19fe Build Python with thread support by default and turn the existing
python*-pth packages into meta-packages which will install the non-pth
packages. Bump PKGREVISIONs on the non-pth versions to propagate the
thread change, but leave the *-pth versions untouched to not affect
existing installations.
Sync all PYTHON_VERSIONS_AFFECTED lines in package Makefiles.
2005-01-23 20:41:45 +00:00
kristerw
0e4f0eacf9 Fix C99-isms to make this pkg build with gcc 2.95. 2005-01-23 18:11:46 +00:00
wiz
522b3ab182 Complete move of audio/festdoc to audio/festival-doc, to match PKGNAME. 2005-01-21 23:03:05 +00:00
wiz
5c1334a78d Reimport audio/festdoc as audio/festival-doc, to match the PKGNAME. 2005-01-21 23:02:10 +00:00
wiz
073aa9e7e5 Install all documentation in share/doc/festival. Bump PKGREVISION. 2005-01-21 22:52:12 +00:00
tv
f1921c15cc Interix has no ossaudio, so don't try to use it there. 2005-01-21 21:40:43 +00:00
martti
9a96838bce Updated XFce to 4.2.0
Too many changes to list here, please read the Changelog from www.xfce.org
(http://www.xfce.org/release_notes/4.2.0_changelog.html)
2005-01-17 12:56:13 +00:00
seb
5ea81d6c16 Add & enable amarok. 2005-01-17 09:47:50 +00:00
seb
f061b3b25d Initial addition of amarok version 1.1.1 into the NetBSD Packages Collection.
AmaroK is a media player for KDE.  There are many media players
around these days, true. What's missing from most players is a user
interface, that doesn't get in the way of the user. How many buttons
do you have to press for simply adding some new tracks to the
playlist? amaroK tries to be a little different, providing a simple
drag and drop interface, that really makes playlist handling easy.

XXX Too much dependencies are thrown in there: create "plugins" packages
or use PKG_OPTIONS framework?
2005-01-17 09:45:44 +00:00
wiz
9a5f0a3499 PKGREVISION bump for dependency removal. 2005-01-16 18:15:55 +00:00
erh
65e31927fe xmms doesn't need libxml. 2005-01-16 18:05:49 +00:00
minskim
010afd4f13 Create common directories for pkgviews installation. 2005-01-16 17:20:20 +00:00
minskim
467750a29a Correct a variable name. 2005-01-16 17:15:35 +00:00
minskim
e1cc7a3f48 Enable pkgviews installation. 2005-01-16 17:08:36 +00:00
kim
be99783882 Needs p5-MP3-Info 2005-01-16 04:01:31 +00:00
tron
e7c2545c3f Use "find" with "-print" because that Gallic Unix requires this. 2005-01-13 08:16:31 +00:00
tron
04fd279c9d Make sure the installed skins have sane permissions and remove editor
backup files. Bump package revision because of these fixes.
2005-01-12 22:52:52 +00:00
wiz
9989d6c79e PKGREVISION bump for security fix (previous bump was >4 days ago. 2005-01-12 14:17:44 +00:00
xtraeme
6f4d23a1cf s/wip/audio/g 2005-01-12 14:03:00 +00:00
xtraeme
7621143f21 + ladspa, terminatorx, tfmxplay 2005-01-12 14:02:05 +00:00
xtraeme
71b3f86c40 Initial import of terminatorx-3.82 from pkgsrc-wip.
terminatorX is a realtime audio synthesizer that allows you to "scratch"
on digitally sampled audio data (*.wav, *.au, *.ogg, *.mp3, etc.) the way
hiphop-DJs scratch on vinyl records. It features multiple turntables,
realtime effects (buit-in as well as LADSPA plugin effects), a sequencer
and MIDI interface - all accessible through an easy-to-use gtk+ GUI.
2005-01-12 13:59:42 +00:00
xtraeme
3d38784d12 Initial import of ladspa-1.12 from pkgsrc-wip.
Many audio synthesis and recording packages are in use or in
development. These work in many different ways. LADSPA
provides a standard way for `plugin' audio processors to be used with
a wide range of these packages.

For instance, this allows a developer to make a reverb program and
bundle it into a LADSPA `plugin library.' Ordinary users can then use
this reverb within any LADSPA-friendly audio application.
2005-01-12 13:57:49 +00:00
drochner
acab60afcc another header valdation (CAN-2004-0991)
ride on recent PKGREVISION bump
2005-01-12 11:52:38 +00:00
schmonz
3e8d9be75a Update to 1.24. No changelog available. Most visible change is
incorporation of most of our build patches.
2005-01-09 08:37:48 +00:00
schmonz
3652e115f5 Update to 0.4.7. From the changelog:
- Fixed a major bug in id3.c that affected linux users with a file not
    found error. Also fixed in main.c. Thanks to Sarah Hitchens for
    finding/fixing the bug!
- Cleaned up memory leaks in playlist.c and downloadable.c.
- Fixed typo in filename for song_management.c.
2005-01-08 22:56:04 +00:00
schmonz
fa84583330 pkgsrc changes:
* Remove unnecessary patches to strip /usr/local from -L and -I paths.
* Makefile style nits.
* Specify dependency on howl's mDNSResponder in the rc.d script.

Ride the version and PKGREVISION from mjl's commit an hour ago.
2005-01-08 06:44:41 +00:00
mjl
1b47ce507b Revert to 0.2.3d. The 0.2.4a version seemingly has some problems
announcing itself to the net and thus does not always (or mostly
never) show up on iTunes.
2005-01-08 05:22:36 +00:00
ben
1cb443cc48 Update timidity.sh to reflect recent configuration changes in timidity
and eawpatches, and bump version number.

Use timidity configuration if it exists, otherwise use eawpatches.
2005-01-07 15:53:34 +00:00
drochner
80e13c626a Fix a buffer overflow by a malicous playlist (CAN-2004-1284).
Being here, fix a possible problem which was mentioned in conjunction
with CAN-2003-0577 - zero bitrate makes mpg123 assume a negative
frame size.
bump PKGREVISION
2005-01-07 14:52:13 +00:00
mjl
79d3d0e997 Update to daapd 0.2.4a
- Bugfixes and additions to static playlists.
 - Adds static playlists. daapd reads playlists in M3U, M3U extended
   and PLS format.
2005-01-06 14:43:09 +00:00
wiz
02a5d1d6e8 Reset PKGREVISION after SDL update. 2005-01-05 12:58:04 +00:00
adam
7b3c35537d Changes 1.2.6:
* Added support for using the system version of libmikmod
* Added SDL_RWops support for reading Ogg Vorbis files
* Added 4 and 6 channel surround sound output support
* Added support for RMID format MIDI files
* Improved timidity support (reverb, chorus, Roland & Yamaha sysex dumps, etc.)
* Fixed bug with MIDI volume in native Windows playback
* Added SDL_RWops support for reading MOD files
2005-01-05 12:20:37 +00:00
wiz
f472d1ec5e Bump PKGREVISION because of curl dependency bump. 2005-01-03 15:59:12 +00:00
wiz
b6b3607524 Update to 2.2.0. Tested by kim@, fixes PR 28835.
****New features for 2.2 (in no particular order):****

- Theora Video support -
Icecast now supports video streaming via theora.  Currently, we require the latest
(alpha 4) version of libtheora.  This is an optional compile, so if you don't
have theora then icecast will safely ignore it

- Shoutcast style source client support -
Icecast now supports the connection protocol used by the Shoutcast DSP source
client.  This is the same connection protocol used by their NSV encoding tools.
This means that not only can you use the Shoutcast DSP to stream to icecast, but
that you can also stream NSV via their tools.

- AAC is added as a supported streaming format -
Not too many source clients support streaming in this format, but we support it.

- Cluster password -
Now you can specify a cluster password as a <mount> option in the config. This
will allow you to cluster multiple servers/mounts into a single listing on the
stream directory.  Note that this is different than "grouping" which groups together
streams coming from the same physical IP and with the same stream name.  Clusters
are meant for relays of the same stream and will only be listed *once* in the stream
directory.  When a listener tunes into a cluster, they will be served an m3u file
with all the clusters for that stream.

- Playlist Log -
This is an option setting that will create an audit trail of metadata that comes through
icecast.  It is a single file that contains information for all mountpoints.

- Range Support for static files -
We now support seeking in files served off the icecast fserve.

- Metadata Update via Admin -
We now support metadata updates via the admin interface for both MP3 AND Ogg Vorbis
streams.

- Per mount hidden stats and YP prevention -
You many now indicate certains mounts to be excluded (i.e. hidden) from the main
status.xsl page.  This is useful when using local private relays.  You can also
override the YP setting (as in disable) on a per-mount basis.  Also useful for
local private relays.

- Multiple example config files -
We now have multiple config files for you to use as a base.  A "simple" one for
quick-start, and a more detailed "advanced" one with all the features, as well
as a "shoutcast compatable" one, which shows how you'd config for using the
shoutcast DSP.

- Relay user/pass -
You can now specify authentication used by a relay.  This is for the case where
you have listener authentication enabled for a mountpoint, and want to connect
a relay to it.
2005-01-02 17:46:39 +00:00
minskim
b38a766f1f Use ossaudio.buildlink3.mk to build on more platforms. 2005-01-01 18:13:15 +00:00
minskim
996720fd6b Enable pkgviews installation. 2004-12-31 20:31:19 +00:00
minskim
89d0effd2c Use REPLACE_PERL to simplify Makefile. 2004-12-31 20:09:07 +00:00
minskim
d289114b82 Build with Tk-8.4 in default. 2004-12-31 11:08:58 +00:00
agc
687dfab9bf Fix the PLIST to include all files installed by the package 2004-12-30 14:28:09 +00:00
agc
8ac99bfe81 Fix oversight - remove unused patch-an 2004-12-30 14:02:34 +00:00
minskim
629e567ff8 Always include stdint.h and/or inttypes.h if they are present. The
previous sunpro patch doesn't include them when sys/types.h is
present, breaking this package on Linux.
2004-12-30 06:35:38 +00:00
fredb
6e239560a5 Generalize the dependency on p5-perl-headers to take account of all "nb"
bumps, as suggested by Juergen Hannken-Illjes (PR pkg/28754).
2004-12-29 17:12:13 +00:00
reed
e117eda090 Bump PKGREVISIONs due to libtiff update.
Some BUILDLINK_RECOMMENDED bumps done also.

(If I missed any, please let me know -- and let me know a good
way to automate this.)
2004-12-28 23:18:15 +00:00
minskim
97d67b24cf Include sys/resource.h to use "struct rusage" on Linux. 2004-12-28 23:02:10 +00:00
wiz
07dc306a00 Make configure detect libMesaGL correctly. 2004-12-28 15:00:50 +00:00
wiz
b5b885cbb5 Allow nb1 version of perl-headers as dependency too. 2004-12-28 11:06:35 +00:00
reed
32d8f290c2 The default location of the pkgsrc-installed rc.d scripts is now
under share/examples/rc.d. The variable name already was named
RCD_SCRIPTS_EXAMPLEDIR.

This is from ideas from Greg Woods and others.

Also bumped PKGREVISION for all packages using RCD_SCRIPTS mechanism
(as requested by wiz).
2004-12-28 02:47:40 +00:00
wiz
17688d6e21 Update to 0.7.6nb5: apply bugfix from Matthias Pfaller in PR 25521. 2004-12-27 21:38:06 +00:00
wiz
12d0ee874a Update homepage and master site. 2004-12-27 21:32:30 +00:00
jmmv
dc0fbba41b Update bmp and bmp-esound to 0.9.7; from Stefan Krüger in PR pkg/28672.
Enhancements
* Multiple encoding support for trying ID3 title conversion
* GUI refinement tweaks
* New logo and icons
* New command line option to bring BMP to desktop foreground (--activate).
* New compile-time option select XMMS equalization (--with-xmms-eq).
* New translations (Brazilian Portuguese, Breton, Czech, Greek, Hungarian,
  Macedonian, Romanian, Slovak)
* Running beep-media-player --version now prints built-in optional components

Bugfixes
* Fixed removal of dead playlist entries
* Fixed dependency information in pkg-config file (bmp.pc)
* Fixed and disambiguated playlist editor accelerators
* Hacked around playlist editor shade bug (now always unshades on launch)
* Many others (see Bugzilla and ChangeLog)
2004-12-25 15:22:36 +00:00
agc
ecc19d2603 Add and enable flac2mp3 2004-12-23 10:58:10 +00:00
agc
ddbb60c6be Initial import of flac2mp3, a small perl script to convert from flac
(lossless) encoding into mp3.

	With the cost of hard drive storage falling under $1 USD per GB,
	storing audio in a lossless format is now inexpensive and practical.
	The FLAC codec is an OpenSource and Free software of very high
	quality.  The FLAC format supports meta-info as ID3v1 tags or OGG
	comments.  FLAC even has plugins for popular audio players such as
	XMMS and WinAMP.  This script also helps with the generation of MP3
	files from FLAC, whilst preserving the tags.  This way you can easily
	convert an album from FLAC to MP3 for playing on a mobile audio
	device.  You will need LAME installed and in your $PATH.  Using the
	script is simple:

	    * cd /path/to/directory/with/FLACS
	    * flac2mp3 *flac

	After transcoding, you will have matching, tagged MP3 files in the
	same directory.  Note:  Only use this script on flac files that you
	trust to have non-malicous tags (ie, ones that you've created
	yourself).
2004-12-23 10:57:20 +00:00
jlam
650b62997d Remove support for some variables that are supposed to go away after
pkgsrc-2004Q4 is branched.
2004-12-22 21:46:24 +00:00
ben
b3ed91c94a Add support for NetBSD's native audio API, from Ole Hellqvist.
This removes some limitations and addresses PR#28352
2004-12-22 16:18:42 +00:00
kim
dba725dd67 I'm unable to maintain this package. (Not using it anymore.) 2004-12-22 16:14:23 +00:00
drochner
c96a292b9a sync with xine-lib update 2004-12-22 11:22:35 +00:00
agc
ab0546a588 First pass at a new festival package, based on later sources, which will
compile with gcc3. Committed now for others to improve.
2004-12-21 18:12:25 +00:00
grant
908e765695 since perl is now built with threads on most platforms, the perl archlib
module directory has changed (eg. "darwin-2level" vs.
"darwin-thread-multi-2level").

binary packages of perl modules need to be distinguishable between
being built against threaded perl and unthreaded perl, so bump the
PKGREVISION of all perl module packages and introduce
BUILDLINK_RECOMMENDED for perl as perl>=5.8.5nb5 so the correct
dependencies are registered and the binary packages are distinct.

addresses PR pkg/28619 from H. Todd Fujinaka.
2004-12-20 11:30:55 +00:00
jlam
03d85acc17 Disable the auto-added processor optimizations, which are all GCC-specific
anyway, and flat-out don't work with most processors.  This should
give audio/muse a better chance of building on non-i386 platforms.
2004-12-19 03:42:44 +00:00
jlam
59a603f4ff Fix code that assumed that sizeof(long) == 32. This fixes the build on
amd64.
2004-12-19 03:34:17 +00:00
grant
26e10e5e0d add libmacosx for Darwin. 2004-12-18 17:14:18 +00:00
grant
c979d5aea4 Darwin doesn't build liboss or libsun, but does use dlopen.
no PKGREVISION bump because it didn't build before.
2004-12-18 17:12:00 +00:00
minskim
ab74181c5d Add build dependency on pkgconfig. 2004-12-14 18:45:11 +00:00
minskim
52058f7299 Needs pkg-config. 2004-12-14 06:21:50 +00:00
minskim
d6833f881e This package needs pkg-config. 2004-12-10 20:32:08 +00:00
markd
32a3f933dc Update to arts-1.3.2 (part of kde 3.3.2)
Changes unknown.
2004-12-10 06:00:52 +00:00
simonb
4f4fd57fce Fix botch in the previous change that removed the checksums for two
patches.
2004-12-10 02:33:44 +00:00
minskim
46b2ec6593 Use statvfs when sys/statvfs.h is available.
Fixes build on NetBSD-current.
2004-12-08 08:57:56 +00:00
minskim
d4fd8473f1 This package needs pkg-config.
While here, rearrange paragraphs so that buildlink3.mk files are
included before overriding Makefile targets.
2004-12-08 08:32:44 +00:00
wiz
a5a959d384 Update email address (old one bounces). 2004-12-05 13:56:11 +00:00
jlam
00686c240d Set PTHREAD_AUTO_VARS to "yes" after pthread.buildlink3.mk was changed
not to automatically add pthread-related CFLAGS, LDFLAGS, and LIBS to
the configure and build processes.
2004-12-04 23:09:06 +00:00
wiz
a7e6f73555 Add and enable bmp-musepack. 2004-12-04 20:46:11 +00:00
wiz
357423a0c7 Initial import of bmp-musepack:
BMP plugin for Musepack (mpc) files.
2004-12-04 20:44:35 +00:00
wiz
c74adbcf0e Update to 1.1 version from www.musepack.net.
Changes:
1.1
        Autotools build process
        %d now contains the full date tag

1.1-alpha10
        Equalizer works now
        Fixed a small Bug with skipping broken tracks

1.1-alpha9
        Fixed Bug with Id3 Reading
        Added Display of variable Bitrate

1.1-alpha8:
        Some Bugfixes (ID3-Genre out of range, Audio in use by other Program, di
splaytitle with empty tags)

1.1-alpha7:
        Added Reading of ID3-Tags and writing of APE2-Tags
        Some changes in generate_title to make it work with FreeBSD

1.1-alpha6:
        close speed-up

1.1-alpha5:
        corrected end of track bug

1.1-alpha4:
        minor bugfixes

1.1-alpha3:
        another small glitch fixed in tag reading

1.1-alpha2:
        fixed tag reading

1.1-alpha:
        rewrite from scratch using musepack lib
2004-12-04 20:35:09 +00:00
wiz
1708465111 Add and enable libmusepack. Sort. 2004-12-04 20:29:28 +00:00
wiz
76a963c995 Initial import of libmusepack-1.0.3:
Musepack is an audio compression format with a strong emphasis on
high quality. It's not lossless, but it is designed for transparency,
so that you won't be able to hear differences between the original
wave file and the much smaller MPC file.

It is based on the MPEG-1 Layer-2 / MP2 algorithms, but has rapidly
developed and vastly improved and is now at an advanced stage in
which it contains heavily optimized and patentless code.
2004-12-04 20:28:31 +00:00
wiz
6e02d7ee41 Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs.
Suggested by Roland Illig, ok'd by various.
2004-12-03 15:14:50 +00:00
ben
0dafb51445 Modify directory structure used by guspatches and eawpatches.
1) install patches into separate directories to eliminate pkgsrc conflict
2) leave timidity configuration up to user, with instructions in MESSAGE
3) make timidity read configuration from PKG_SYSCONFDIR
4) bump PKGREVISION on eawpatches, guspatches, and timidity
2004-12-03 14:20:03 +00:00
ben
27a729daf8 Add freepats SUBDIR. 2004-12-03 14:08:13 +00:00
ben
cdabc30fda Initial import of freepats-20040611.
FreePats is a project to create a free and open set of GUS compatible
patches that can be used with softsynths such as Timidity and WildMidi.
2004-12-03 14:07:10 +00:00
wiz
92ed0103b1 Update to 2.3, provided by David Griffith in private mail.
2.3-mls (12 Aug 2004)

Updated winamp plugin, thanks to K`rai.

2.2-mls (1 May 2004)

Added README.cl-amp (taken from Eli's page).

Added a fflush to nosefart for the benifit of gnosefart.

2.1-mls (23 April 2004)

gnosefart updated to 1.0.

2.0-mls (16 April 2004)

Added gnosefart 0.9, a GTK frontend for nosefart.

Decided to be more confident about my version numbering.

Nosefart now returns 0 if nothing went wrong.

1.92k-mls (4 April 2004)

Fixed a bug in the UI that made it not refresh properly.  Improved spec file.

1.92j-mls (21 March 2004)

A few small tweaks to nsfinfo and the interface.  Added spec file
for building RPMs.
2004-12-03 13:02:18 +00:00
adam
1635a7c23a Changes 20040816:
* Improvements toward the stable release
2004-12-01 13:59:43 +00:00
markd
1763085ffe Update to xmms-arts 0.7.1
Major change is that it works with arts >= 1.2 by using an external
helper program.
Also take Maintainership - ok'ed by jmmv.
2004-12-01 11:47:44 +00:00
wiz
ed72c58629 Update to 0.11.2, from Robert Lillack in PR 28456:
- New playlist and Song browser.
- Support for streams.
- More cpu friendly.
- Bug fixes.
2004-11-29 20:45:42 +00:00
agc
e5ca7aa651 Apply a patch from Ole Hellqvist in PR 26206 to make the main
structure definition use fixed-size fields, which should go some way
to fixing some problems on LP64 platforms.
2004-11-29 09:17:10 +00:00
simonb
013c28b4b3 freedb.freedb.de seems to be down - use freedb.freedb.org as the
freedb server name.
2004-11-28 23:02:26 +00:00
ben
9e17c457d2 Do not build on LP64 systems, as there are severe problems at run time. 2004-11-28 18:24:24 +00:00
ben
08e3e6a786 Add csound4 SUBDIR. 2004-11-28 17:25:00 +00:00
ben
8998549f48 Bump version number to reflect recent runtime dependency change. 2004-11-28 17:19:38 +00:00
ben
d068ad33dd Update to reflect migration from (csound-bath,csound-dev) to csound4. 2004-11-28 17:18:43 +00:00
ben
d122d6c2eb Initial import of csound4-4.23.12.6
Csound is a software synthesis package in the tradition of so-called
music-N languages, among which the best-known is Music V.  It consists
of an orchestra- and score-driven executable, written in C for
portability.  Since Csound is a computational language, it is highly
flexible and efficient; complexity is gained only at the expense of
computation time.  Basically Csound reads some files and creates the
result as a file on disk or, on faster machines, through a DAC in real
time.
2004-11-28 17:16:48 +00:00
ben
58db1103d7 Remove csound-dev to make way for csound4. 2004-11-28 17:12:28 +00:00
ben
88be4f5db4 Remove csound-bath to make way for csound4. 2004-11-28 17:09:13 +00:00
recht
93c73b8722 remove PKGREVISION after gnome-vfs2 has been updated to 2.8.3 2004-11-28 13:02:00 +00:00
wiz
906fa27737 Reset maintainer on his request. 2004-11-28 11:59:34 +00:00
wiz
58b43945cf Update to 2.1.0, provided by pancake in private mail.
Icecast 2.1 11/04/2004
-----------------------------------------------------------------------------
****New features for 2.1 (in no particular order):****

-Listener Authentication-

  Icecast now supports listener authentication.  This provides a mechanism for
  creating/maintaining users and passwords for listeners.  Currently, we only
  have implemented a simple, file-based storage for users and passwords.  New
  authenticators are on the horizon (such as URL-based or possibly MySQL based)
  New admin pages were also added for the maintenance of users/passwords. Please
  check the docs for a more detailed description of this new feature.

-Multi-Level Fallbacks-

  Multi-level fallbacks allow for specifications of a series of fallback mounts
  that you could use, for instance, to set up a series of progressively lower
  bitrate streams that would be cascaded through.  For instance, a modem user
  would connect to the highest bitrate stream, and then could be cascaded
  down to a progressively lower stream until they reach a value they can
  handle.

-Burst-On-Connect-

  This is an new, optional config setting which will send a initial burst of
  data to connecting listeners.  This has the effect of reducing
  (significantly) the startup buffer latency from the end-user perspective.
  This option is enabled by default.


****New Enhancements for 2.1****

-Update to admin interface-

  This interface has been cleaned up quite a bit and made a bit nicer.

-Rewrite of the YP listing code-

  The icecast yp code has received a complete overhaul by karl, and it's a much
  more stable and failure-resistant implementation.

-Lots and lots of bugs fixed-

  Check the ChangeLog for a complete list of these...
2004-11-27 20:45:04 +00:00
wiz
60d7eb5bde INSTALL_DATA_DIR does not error out when the directory already exists;
remove test for dir existence.
2004-11-27 16:48:56 +00:00
gson
84908a1e8b Updated wavesurfer to version 1.7.4. Summary of changes:
* Changes in WaveSurfer version 1.7.4

New functionality for handling long transcription files. The Browse
dialog now shows all text for easy navigation. Words are highlighted
during playback and when clicked on that part of the sound file will
be centered in the view.

Unwanted labels can be hidden in transcription panes.

Added possibility to "child safe" panes through the new option -state
to method addPane in the wsurf API, create such panes like this:
$widget addPane -state disabled

* Changes in WaveSurfer version 1.7.3

New statistics window for dataplot-pane

Several other improvements and bug fixes

* Changes in WaveSurfer version 1.7.2

New View-menu items for quick and accurate zooming

WaveBar now displays the zoom level

Moved several preference items from Misc-pane to new Sound I/O-pane

Many other improvements and bug fixes

* Changes in WaveSurfer version 1.7.1

Corrected bugs in TIMIT-format detection and Chooser...

Multiple -config options can now be given when starting WaveSurfer
from the command line

Added method wsurf::new

* Changes in WaveSurfer version 1.7

Transcription file format is now automatically detected

The WaveSurfer transcription format now allows for non-contiguous
labels

The menu item for converting transcription format became superfluous
due to other changes and was removed

* Changes in WaveSurfer version 1.6.5

WaveSurfer binaries now use Snack 2.2.7

* Changes in WaveSurfer version 1.6.4

New "Chooser" dialog to load a list of sound file names for quick
access. The command line option -filelist can be used to specify this
list at start-up.

New transcription function to split a sound file according to a
transcription. Labels specify file names.

Wsurf widget now has zoom icons built in.

WaveSurfer binaries now use Snack 2.2.5

Updated demos

Many bug fixes

* Changes in WaveSurfer version 1.6.3

New Wsurf.py by Kazuaki Maeda used for embedding wsurf widgets in
Python applications

Key bindings Shift-Control-space for playing labels continuously with
short inserted pause between each

Many bug fixes

* Changes in WaveSurfer version 1.6.2

WaveSurfer MacOSX binary does not require a Tcl/Tk installation anymore

Key bindings for zooming

File | Save will now save files for all panes if they contain changes
or if they have been created from scratch

Removed confusing properties, such as "Data spacing", for dataplot
panes related to pitch, power, and formant plots

Current configuration shown in title bar

WaveSurfer binaries now use Snack 2.2.4

Bug fixes for locking dataplots, Windows USB sound cards, etc.

* Changes in WaveSurfer version 1.6.1

Bug fix in dataplot plug-in which prevented saving of configurations

Some sound information is now shown in the message bar when cursor is
over the widget title bar

* Changes in WaveSurfer version 1.6.0

Changed organization of pop-up menus

Dataplot pane can now also display files where one column gives the
time coordinate

New Python API for writing WaveSurfer plugins in Python. Contributed
Geoffrey Wilfart

Other minor bug fixes

* Changes in WaveSurfer version 1.5.7

Improved transcription file search logic

A start time offset can be specified for the time axis

Values in spectrum section can now be copied to the clipboard as text

Enhancements and bug fixes

* Changes in WaveSurfer version 1.5.6

Added standard copy/paste functionality for transcription labels

Values in dataplot pane can now be copied to the clipboard as text

Other enhancements and bug fixes

* Changes in WaveSurfer version 1.5.5

New "About WaveSurfer" window that displays version and build id
(date+time). Moved Plug-ins menu entry from File menu to "Help | About
Plug-ins"

Fixed bugs in dataplot and off-line help on windows.

Other enhancements and bug fixes

* Changes in WaveSurfer version 1.5.4

Reorganized popup-menu and moved several functions to Analysis sub-menu

Help page works without internet connection

Pasting of transcription labels and regexp search

Several other enhancements and bug fixes

* Changes in WaveSurfer version 1.5.3

WaveSurfer binaries now use Snack 2.2.3

Many minor enhancements and bug fixes

* Changes in WaveSurfer version 1.5.2

Default configuration can now be specified

Preference settings can now be stored together with configuration

New slider for changing spectrogram analysis bandwith

Fixed recording problem on Windows

Transcription improvements: play labels with mouse button 2,
boundaries lie above selection

Several other minor enhancements

* Changes in WaveSurfer version 1.5.1

Cursor visible in transcription panes

New time format: seconds

Transcription panes now defaults to use WaveSurfer native format

WaveSurfer binaries now use Snack 2.2.2

Many minor enhancements and bug fixes

* Changes in WaveSurfer version 1.5

Looping playback

Support for 24-bit recording

New enhanced console

New build system for WaveSurfer binaries, should solve earlier
problems with anti-virus software

WaveSurfer binaries now use Tcl/Tk 8.4.2

Many bug fixes

* Changes in WaveSurfer version 1.4.7

Improved printing on Windows

Support for packed 24-bit files

CoreAudio support on MacOS

Transcription labels can highlight during playback

WaveSurfer now uses Snack version 2.2.1

Many bug fixes. For example, regarding of Waves transcription files,
unsynchronized panes, frequency axis after rate conversion, scroll
during playback, combobox rendering on Macintosh
2004-11-27 10:52:06 +00:00
gson
042a29a462 Updated tcl-snack to version 2.2.8. Summary of changes:
----------------- Released 2.2, 11/14/02 -----------------------

11/19/02 (bug fix) Fixed problem with SnackAudioPlayed() on Windows,
return value could roll over after lengthy sound output. (Wilkason)

1/16/03 (enhancement) Canvas items now work on Mac OS X, also added
Makefile hardcoded for Tcl8.4.1.

1/24/03 (new feature) Support for standard configure/make build systom
on Mac OS X.

1/24/03 (new feature) Core Audio support for Mac OS X.

2/06/03 (new feature) Improved build support for Mac OS X. (Steffen)

2/10/03 (new feature) New sample encoding format Lin24Packed.

2/11/03 (bug fix) Fixed problem with the ESPS pitch tracker.

2/10/03 (new feature) Snack libraries compiled for Tcl/Tk 8.4 now work
with earlier stub versions as well.

----------------- Released 2.2.1, 2/21/03 -----------------------

2/28/03 (new feature) Included project files for MSVC++ 7.0.

3/3/03 (new feature) 24-bit recording supported on 24-bit capable hardware.

3/5/03 (change) Updated the release to use Tcl/Tk 8.4 as default

3/6/03 (bug fix) Fixed convert command for conversions involving Lin24
and Lin32 sample encodings.

5/8/03 (enhancement) Several improvements to the MP3 decoder. (Wilkason)

5/8/03 (enhancement) Enhanced streaming support regarding slow
networks and playback of long tracks. (Wilkason)

----------------- Released 2.2.2, 5/9/03 -----------------------

8/5/03 (bug fix) Fixed bug in audio code for Mac OS X.

8/26/03 (enhancement) On Sun machines the environment variable
AUDIODEV is now used.

8/27/03 (new feature) Updated Snack script compiler, wrap.tcl, to use
TclKit.

8/27/03 (new feature) New sound commands powerSpectrum and speatures.

8/29/03 (change) Changed distribution format for Windows.

----------------- Released 2.2.3, 8/29/03 -----------------------

9/9/03 (bug fix) Bug fix in the AIFF header parsing routine.

11/20/03 (bug fix) Bug fix in the pitch command for short sounds (ESPS
method) (Theado)

11/20/03 (new feature) Easier Python installation through setup.py
script. (Owen)

2/6/04 (bug fix) Bug fix for Windows XP which caused a crash when
using USB sound cards.

2/6/04 (bug fix) Bug fix for Macintosh OS X audio which caused echo
effect.

2/6/04 (bug fix) Bug fix for Linux OSS which handles audio device busy
better. (Wilkason)

2/6/04 (enhancement) Added ability to set Windows DirectSound flags
through Tcl integer variables. DSBCAPS_FLAG for DSBCAPS_* and
DSSCL_FLAG for IDirectSound_SetCooperativeLevel(). (Wilkason)

----------------- Released 2.2.4, 2/9/04 -----------------------

3/12/04 (bug fix) Fixed memory leak in pitch command. (DeJong)

3/23/04 (change) Updates for the ALSA 1.0 API. (Max)

3/23/04 (enhancement) Modifications to allow build on 64-bit
platforms. (Max)

4/9/04 (new feature) Mingw support added. (DeJong)

4/9/04 (bug fix) Fixes for playback clean-up. (DeJong)

4/21/04 (enhancement) Support for playback (in addition to recording)
of more than two channels on Windows.

5/3/04 (bug fix) MME audio device selection corrected on Windows.

5/5/04 (bug fix) Corrected bug which made it impossible to "stop"
queued sounds.

----------------- Released 2.2.5, 5/5/04 -----------------------

5/12/04 (bug fix) Corrected sample command for use with 24-bit integer
samples.

5/15/04 (bug fix) Corrected sample command, now raises an error when
more sample values than number of channels are given.

6/8/04 (bug fix) Correction for Lin24 format on Windows. (Schnarr)

6/14/04 (bug fix) Corrected mean calculation for dBPowerSpectrum.

6/14/04 (bug fix) Added out-of-bounds checks SnackCopySamples(),
Snack_PutSoundData(), and Snack_GetSoundData(). (DeJong)

----------------- Released 2.2.6, 6/15/04 -----------------------

6/18/04 (bug fix) Added out-of-bounds check in ReadSound(). (DeJong)

6/24/04 (bug fix) Several fixes regarding spectral estimation.

6/24/04 (new feature) New option -regressionorder for the speatures
command.

----------------- Released 2.2.7, 6/24/04 -----------------------

8/18/02 (bug fix) Fix for configure. (Allaert)

8/18/02 (bug fix) Fixes for Mingw. (DeJong)

8/18/02 (bug fix) Fixed the -windowtype option to formant to actually
use the window names given in the manual.

8/18/02 (bug fix) Fixed the speatures command to update sound
properties correctly.

9/22/04 (change) Increased the number of default shades of grey for
spectrograms to 256.

9/23/02 (bug fix) Fixed problem with sound I/O using Windows
DirectSound. (DeJong)

9/24/04 (new feature) New command lastIndex, which returns last sample
index of a sound object.

----------------- Released 2.2.8, 9/30/04 -----------------------
2004-11-27 10:48:51 +00:00
minskim
cc1f12a6c3 Update moss to 0.1.13. Patch provided by Myung-Gon Park, the maintainer.
Changes:
  - Remove the auth option.
  - Check return values of send/recv in the live mode.
  - Set socket timeout.
2004-11-27 01:22:26 +00:00
wiz
5af852b873 Update to 1.0 (snj made me do it!):
1.0 - November 20th, 2004 :
===========================
    * Added ability to request Cddb database automatically from the selected
      files (computing the CddbId) (thanks to Justus Schwartz),
    * When applying Cddb results to the files, the cddb genre is converted to an
      ID3 genre,
    * Improved settings of character set (for ID3 tags) to allow you to fix some
      tags (for example if tags were written with UTF-8 instead of ISO-8859-15),
    * Fixed request to cddb for getting album tracks,
    * Fixed UTF-8 strings into easytag.desktop (thanks to Ville Skyttä),
    * Some updates in the USERS-GUIDE files (thanks to David Greaves),
    * A new Danish translation (thanks to Morten Brix Pedersen),
    * French translation updated,
    * Hungarian translation updated (thanks to Nagy Boldizsar).
    * Russian translation updated (thanks to Andrey Astafiev),
    * Dutch translation updated (thanks to Björn Olievier),
    * Czech translation updated (thanks to Milan Siebenburger),
    * Japanese translation updated (thanks to Takeshi Aihana),
    * Italian translation updated (thanks to Kostantino),
    * German translation updated (thanks to Götz Waschk).
2004-11-26 21:05:16 +00:00
snj
fa4b9a9452 Update xmms-alarm to 0.3.6.
Changes:
0.3.6:
- Little typo fix, Tueday -> Tuesday

0.3.5:
- Fixed the new volume fading so that it can actually fade down as well as up
  (oops)
- Used pthread_mutex's (again) for locking the volume fading control.
- Updated libtool bits.

0.3.4:
- Changed volume fading so that it checks the current xmms volume and adds to
  it on each volume incrememnt, rather than just adding to what xmms-alarm
  last knew the volume to be.  This means you can now change the volume using
  the IRman plugin at the same time (thanks Kaspar Giger)
- Playlist is now checked to see if it is a URL or not.
2004-11-26 21:04:59 +00:00
adam
763ca89a46 Changes in 0.99.12
* Fix a libtool version mismatch that led to incorrect library
  extensions.

Changes in 0.99.11
* Some erratic information and behaviour, introduced in 0.99.10, has
  been fixed.
2004-11-26 13:38:30 +00:00
xtraeme
ba51e7c979 Convert to use bsd.options.mk, the following options are available:
aac audiofile flac iconv id3 ogg

# XXX Support for the following variables will be removed after the
# XXX pkgsrc-2004Q4 branch is released:
# XXX
# XXX MUSICPD_WITH_AAC
# XXX MUSICPD_WITH_AUDIOFILE
# XXX MUSICPD_WITH_FLAC
# XXX MUSICPD_WITH_ICONV
# XXX MUSICPD_WITH_ID3
# XXX MUSICPD_WITH_OGG
2004-11-25 20:16:52 +00:00
ben
60531e216e Update SpiralSynth to version 2.0.0. Notable changes include:
* Totally replaced audio core code with SSM plugin code,
	modified for static linking.
* Uses 32bit floating point format internally.
* New midi device handling.
* New OSS output code.
* New funky sliders.
* Updated for fltk 1.1.0
2004-11-25 17:24:27 +00:00
adam
321c9491e9 Fixed compiling with windowmaker-0.9x 2004-11-25 13:15:07 +00:00
adam
2a874a754a Fixed compiling with windowmaker-0.9x 2004-11-25 13:14:01 +00:00
adam
78b090b266 Fix building on MacOSX 2004-11-23 19:02:43 +00:00
adam
11a9e22781 Changes 1.7:
- fixed config/Imakefile so 'configure' command would work
  under cygwin.  Tested clients/server under cygwin.

- corrected a possible race condition in auvoxware that could
  cause the server to hang under certain conditions.  I do not
  know why I haven't seen this problem before, but I could
  recreate it easily by killing auplay while playing a long
  tune.

  If the system restarts syscalls after a signal handler has
  run, a situation could arise where the previous timer was
  never disabled.  This could cause a previous ioctl(DSP_SYNC)
  called from setSampleRate() to be constantly interrupted and
  restarted, causing an apparent hang.

  Now we just turn off the timer as the first thing in
  setSampleRate() so DSP_SYNC can actually finish.

  We also turn off the timer when openDevice is called, so the
  'wait for device to become available' code can work too.

- Patch from Tobias Diedrich that allows mixer init to
  fail in the voxware server.

- redid the FAQ in an attempt to make it more useful.  I'll
  try to keep it up to date.

- updated libtool due to a problem(s) reported by Steve
  McIntyre.
2004-11-23 08:50:23 +00:00
tv
e6ee8d8121 Avoid use of := in PKGNAME.
Fix pre-configure make operator (should use :, not ::).
2004-11-23 03:04:56 +00:00
wiz
350c72f63a Remove unnecessary LTCONFIG_OVERRIDE. 2004-11-22 23:39:33 +00:00
wiz
26565788e7 This package contains no ltconfig; remove LTCONFIG_OVERRIDE. 2004-11-22 22:58:42 +00:00
wiz
5be4dc35b2 Update to 2.1 (typos below left as-is):
# Mp3splt v. 2.1

---------------------------------------------------------------
NOTE for people who already used mp3splt

From this version some important changes took place:

- A new option (-p) has been introduced to read
user parameters for -s and -a options, both without
arguments now. Not using -p is equivalent to use
-s auto or -a auto in the old version.

NO:  mp3splt -s auto file.mp3
YES: mp3splt -s file.mp3

NO:  mp3splt -s off=1,rm file.mp3
YES: mp3splt -s -p off=1,rm file.mp3

- Threshold parameter (th) is now in dB. It's always
a negative number between -96 dB and 0 dB.

Please read man page for more detail
---------------------------------------------------------------

- bug fixed (not exatctly a bug of mp3splt, but let's call it like this...):
  "correct" handling of misplaced Xing header of CRC-protected mp3
- feature improved: -p option introduced. Some order in the caos... ;-)
- feature improved: threshold is now in dB
- feature improved: sound level showed during silence detection
- feature improved (Thanks Marco): when using -q, no more check
  on presence of ALBW or MP3WRAP string.
- sources (Thanks Marco): each error is different with a own ret number.

# Mp3splt v. 2.0e

- bug fixed: filenamed specified with -o was truncated after 10 chars.
- bug fixed: max number of albums per search increased to 512.

# Mp3splt v. 2.0d

- bug fixed: long filename for performer in CUE file caused seg fault
- bug fixed: bad parsing of CUE files (again.. ;), for global artist and album
- bug fixed: "EOF" string introduced to reach end of file. Now minimum
  splitpoint number changed back to 2.

# Mp3splt v. 2.0c

- feature improved: number of digits for @n number optimized.
- feature improved: new parameter ("min") for -s to specify a minimum length.
- feature improved: number of found silence points displayed during process.
- important bug fixed: corrected CUE time parsing and hundredths calculation.
- bug fixed: answering 'n' to -e option question, didn't abort ;-)
2004-11-22 19:50:17 +00:00
adam
3f64b5c356 Changes 1.2.3:
* Fixed a bug that caused recording to stop or display incorrectly
  after about 50 minutes on some Windows systems.  (This was partly
  fixed in Audacity 1.2.2, but still didn't work on some systems.)
* The Change Pitch and Change Tempo effects have been upgraded to
  use a new version of the SoundTouch library by Olli Parviainen,
  with better speed and higher quality.
* libsndfile has been upgraded to version 1.0.11.
* Fixed a bug that caused the program to run slowly when using the
  Envelope tool.
* Shift-clicking on a mute or solo button now un-mutes (or un-solos)
  all other tracks.
* Nyquist plug-ins can now accept strings as input.  Also, a "Debug"
  button has been added to Nyquist effect dialogs, which allows you
  to see all of the output produced by Nyquist, for aid in debugging.
* When the audio file referenced ("aliased") by an Audacity project is
  missing, Audacity will now always play silence.  Before, Audacity
  would sometimes repeat the most recent audio that was played previously.
* VU Meters will now always reset when audio I/O has stopped.
* Fixed a major Mac-only bug that was causing Audacity to crash at seemingly
  random times, but especially during audio playback and recording.
* New or updated translations: Italian (it), Hungarian (hu),
  Ukrainian (uk), Spanish (es). Polish (pl), Simplified Chinese (zh),
  Norsk-Bokmal (nb), French (fr), Russian (ru).
2004-11-22 16:36:31 +00:00
adam
322879e13c Makefile cleaned-up, HOMEPAGE corrected 2004-11-22 15:51:57 +00:00
adam
fc628f80ff Changes 3.2.1:
BUGFIXES
- Enable/disable color gui should have appeared in configuration dialog,
  and On exit sub-menu in other options did not appear.

NEW FEATURES
- If a supported terminal is detected int the $TERM env var,
  MikMod will set the title bar with -= MikMod x.x.x =- followed by
  the song title between (). There is a configuration option for this
  in config->other_options
2004-11-22 14:40:49 +00:00
jmmv
835250351d Bump PKGREVISION due to security fixes in libxml (dependency adjusted to
1.8.17nb3).
2004-11-20 22:10:22 +00:00
mjl
a303a1de0e Update daapd to 0.2.3d
- Fixed a stupid bug in the howl callback. If you had problems with
  daapd showing up in iTunes (i.e. with the mDNS Responder), try this
  update.
- The howl API has changed as of howl 0.9.6.
- Added support for Xing/LAME headers. This speeds up parsing of MP3 files
  and in effect the complete initial scan of the filesystem.
- Fixed a few memory leaks.
- Fixed an issue in the makefile.
- Added auto-updates.
- Clients waiting for updates are automatically notified of changes in the
  database.
- daapd scans the filesystem periodically now. This happens in a
  separate thread.
- Transmissions are compressed with gzip now. This can be turned off with -z
2004-11-20 15:08:23 +00:00
wiz
c59d1d1b74 Update homepage. 2004-11-19 19:03:34 +00:00
adam
6d91195d11 Changes 1.0.11:
* Add SD2 file support
* Reading of loop data in WAV and AIFF
* Minor bug fixes
2004-11-19 12:15:14 +00:00
grant
02d8dfc0d8 apply patches based on what is found at:
http://www.steve.org.uk/Software/xmms/

for command line volume control:

	-l (louder)
	-q (qieter)

bump PKGREVISION.
2004-11-18 06:25:11 +00:00
minskim
f37c071977 Enable pkgviews installation. 2004-11-17 18:21:36 +00:00
minskim
c89efadc3b Enable pkgviews installation. 2004-11-17 17:46:21 +00:00
minskim
cb8e287bba Make this package build with gcc-3.4. 2004-11-17 17:42:05 +00:00
adam
3e7106a6e4 Changes 0.8.5:
* Support now for the ALSA 1.0 API
* ALSA mmap() mode can be enabled/disabled at runtime using "use_mmap" option.
* Patch to OSS plugin to fix skipping issues with some drivers (like emu10k1).
* Can build with --disable-esd option again
* Minor build fixes
2004-11-16 14:49:13 +00:00
sketch
7850b349c7 Rearrange statements to make the compiler section more readable. 2004-11-16 12:07:03 +00:00
sketch
346c51cc6e Various C++ tweaks/cleanups to get this package compiling with SunPro. 2004-11-16 12:05:54 +00:00
sketch
c31d0542e6 s/__inline/inline/ to give this package a chance of building with more
compilers, such as SunPro.
2004-11-15 15:30:30 +00:00
snj
3bc4bc035b Update to abcde-2.2.0.
Changes:
* New "-t <number>" option for starting the numbering of the output files at a
  given starting number. Ideal for albums with more than one CD.
* New "-T <number>" option, similar to "-t" but also modifies the tag entries
  on the files themselves.
* New "-w <COMMENT>" to add a comment to the tracks of a given CD rip. Use
  quotes.
* New "-W <number>" option to combine both a comment with "CD #number" and a
  starting number for both the tracks and the tags with "#01" (that is, 101 for
  the 1st CD, 201 for the second...)
* Support for keeping an existing playlist (and not add new entries to it),
  erase the existing one (overwrite) or append new entries to the existing
  one.
* New mungegenre function to switch off (or modify) the default behaviour of
  transforming uppercase characters to lowercase.
* cdparanoia permits performing a query to the CD drive and obtain a list of
  valid audio tracks. So, now we perform such query and process the results.
* Support for "None of the above" has been added with the "0" selection. A
  template is created, and the selection to edit it is defaulted to "y".
2004-11-14 21:55:29 +00:00
jmmv
c06a4789d4 Add a workaround for PR pkg/26846 (fix a crash during bmp's shutdown).
A detailed analisys of the problem can be found in the report.
Bump PKGREVISION to 4.
2004-11-14 19:26:08 +00:00
jmmv
624ded1054 Update to 0.8.8:
* Flip playing icon in RTL locale [Colin Walters]
* Don't include x-directory/normal in MimeType [Colin Walters]
* Save playlists after first start even if nothing's loaded [Colin Walters]
* Don't include nautilus menu item by default [Colin Walters]
* Updated Translations: ja (Takeshi AIHANA)
2004-11-14 09:14:45 +00:00
jlam
43ac8c39e1 Replace USE_GCC_SHLIB with "USE_LANGUAGE=c c++" (the latter implies the
former) for applications that are known to require C++.
2004-11-13 22:04:52 +00:00
jlam
5e5ac5cef9 USE_BUILDLINK3 is a yes/no variable. 2004-11-13 21:28:27 +00:00
kristerw
f298099c5e Fix a C99-ism to make this pkg build with gcc 2.95. 2004-11-12 20:53:32 +00:00
kristerw
5401909985 Fix a C99-ism to make this pkg build with gcc 2.95. 2004-11-12 20:27:23 +00:00
kristerw
8601ae1454 gcc 2.95 does not understand -Wno-unused-variable. Use BUILDLINK_TRANSFORM
to remove it.
2004-11-12 20:18:27 +00:00
jlam
af591191d2 Remove redundant uses of PTHREAD_{CFLAGS,LDFLAGS} now that they're added
automatically by pthread.buildlink3.mk.  Also, factor out the pthread
library out of PTHREAD_LDFLAGS into a standalone variable PTHREAD_LIBS
and use it in packages where necessary (usually the ones that don't
have a GNU configure script).
2004-11-12 06:39:19 +00:00
hubertf
ab95aa3d34 Give this a chance to build on MacOS X.
Tested by Holger Amann [keeney at fehu dot org]
2004-11-12 01:18:44 +00:00
seb
466110c39a Add 'perl5' to CATEGORIES. 2004-11-12 00:15:48 +00:00
simonb
2b66f328ad Upgrade to 0.11.5. Minor bug fixes, nothing that stands out. 2004-11-11 03:17:07 +00:00
simonb
3f2de341d9 Add "KEYWORD: shutdown" so that mpd will save state across a reboot. 2004-11-11 03:15:41 +00:00
adam
62943d2eda Changes 0.9.6:
* Libcddb now uses the FreeDB protocol version 6.  The difference with
  version 5 is that now the responses from the FreeDB server are in
  UTF-8 format instead of ISO8859-1.  So if the CD you query contains
  non-US-ASCII characters the results will be different in this new
  version of libcddb.
* [NEW] It is now possible to set the character set that libcddb has
  to use when returning disc data (see also above).  Use the
  cddb_set_charset function to set the user's character set.  The
  example program, cddb_query, now also has a command-line option for
  specifying the character set.
* [BUGFIX] FreeDB changed the specs of their CDDB file format.  The
  results for certain discs failed to parse correctly because the
  libcddb parser was too strict.  This should be fixed now.
* [BUGFIX] When writing disc to cache, fill in category if genre is
  not specified.
* [BUGFIX] When in CACHE_ONLY mode, do not perform network access when
  writing disc record.
2004-11-10 15:16:47 +00:00
wiz
a32bebad12 Add RCS Id. 2004-11-09 12:38:10 +00:00
wiz
45c4549573 Make madman use the scons package instead of an included version of scons.
Also, stop scons from spreading .sconsign files around the file system.

From package maintainer Ove Soerensen in private mail.
2004-11-09 12:37:36 +00:00
tron
06f374e77e Add fix for security vulnerability reported in CAN-2004-0982 based on
patches from Debian's advisory DSA-578. Bump package revision because of
this fix.
2004-11-07 08:55:04 +00:00
dillo
f315602d9f add malint 2004-11-06 23:15:42 +00:00
dillo
21c6a58308 initial import of malint-0.2, an MPEG audio stream validator 2004-11-06 23:14:58 +00:00
jmmv
301854537d Include gettext-lib/buildlink3.mk. The program uses libintl (bindtextdomain
at least) and should fix a problem I had before, though I'm not able to
reproduce it any more...  As discussed with wiz@.
2004-11-06 15:03:40 +00:00
abs
a099907d20 Update mserv_irman to 0.20:
- Handle blank response from 'info'
2004-11-06 01:48:51 +00:00
wiz
154313e1bd Add libvisual-xmms. 2004-11-05 23:10:08 +00:00
wiz
4b29070341 Initial import of libvisual-xmms-0.1.7:
Libvisual is an xmms plugin for the libvisual audio visualisation
framework.
2004-11-05 23:09:21 +00:00
wiz
c403d33424 Add libvisual-nebulus. 2004-11-05 22:48:46 +00:00
wiz
1588b99e7f Initial import of libvisual-nebulus-0.1.4:
Libvisual-nebula is a port of the xmms nebula visualisation plugin
to the libvisual audio visualisation framework.
2004-11-05 22:48:15 +00:00
wiz
227f52e31c USE_PKGLOCALEDIR is not needed, remove it. 2004-11-05 22:35:07 +00:00
wiz
828cb99887 Add libvisual-gforce. 2004-11-05 22:31:58 +00:00
wiz
53504d2f50 Remove unnecessary chunk. 2004-11-05 22:31:35 +00:00
wiz
37cccbe22c Initial import of libvisual-gforce-0.1.1:
G-Force is an excellent Winamp plugin, very similar to Geiss.
This package contains its port for libvisual.
2004-11-05 22:30:37 +00:00
wiz
c4d646bdf8 Better version of the patch. 2004-11-05 21:30:44 +00:00
wiz
5d2d55e6b4 Add libvisual, libvisual-bmp, and libvisual-plugins. 2004-11-05 21:14:32 +00:00
wiz
325f7ed266 Fix path to bl3 file. 2004-11-05 21:13:51 +00:00
wiz
7f36410a83 Add bl3 file for libvisual-bmp. 2004-11-05 21:13:18 +00:00
wiz
baa137ce5b Initial import libvisual-bmp-0.1.0:
Libvisual plugin for the Beep Media Player.
2004-11-05 21:12:35 +00:00
wiz
88ffe143ea Initial import of libvisual-plugins-0.1.7:
Some plugins for libvisual.
2004-11-05 20:57:39 +00:00
wiz
41b6fa5a0e Fix path. 2004-11-05 20:56:28 +00:00
wiz
a2fc6b2b7b Initial import of libvisual-0.1.7:
Libvisual is an abstraction library that comes between applications
and audio visualisation plugins.

Often when it comes to audio visualisation plugins or programs that
create visuals, they depend on a player or something else; basically,
there is no general framework that enabled application developers
to easily access cool audio visualisation plugins. Libvisual wants
to change this by providing an interface towards plugins and
applications; through this easy to use interface applications can
easily access plugins and, since the drawing is done by the
application, it also enables the developer to draw the visual
anywhere he wants.

The framework also allows you to morph to different plugins and
mix two at once; all kinds of neat tricks are possible using this
method.
2004-11-05 20:55:48 +00:00
wiz
4e3e9109ca Remove PKGREVISION after update (hi abs!). 2004-11-04 12:03:46 +00:00
abs
e30dba446b Update id3v2 to 0.1.11 - ChangeLog is empty
Fixes build error in 0.1.10's interesting combination of inline
functions and #includes of .ccp files
2004-11-04 11:46:58 +00:00
sekiya
01f620c57e Add gqmpeg-devel 2004-11-03 03:21:44 +00:00
sekiya
b0f043060b (do it properly this time)
Import gqmpeg-0.91.1 as gqmpeg-devel.  Major difference between this release
and the stable release (0.20.0) is gtk2 versus gtk1.

Creation of a forked -devel package suggested by wiz@
2004-11-03 03:21:13 +00:00
kristerw
575017d155 Update the RESTRICTED text to say the same thing as what is in the
distfile: "No commercial redistribution".

Remove NO_SRC_ON_FTP, since that is permitted by the license.
2004-11-02 22:33:19 +00:00
wiz
cc3ade74c8 Use CXX for c++ code; should fix bulk build. 2004-11-02 13:27:45 +00:00
markd
fc1c315a01 Make build on Solaris. 2004-11-01 12:47:22 +00:00
lha
4ded5418d0 Update to AppleRecords 0.5
From ChangeLog: Rewrote everything, added search and download
2004-10-28 20:14:51 +00:00
wiz
47fdea4339 Fix HOMEPAGE. 2004-10-28 16:20:37 +00:00
wiz
345917d54e Update homepage and master site. 2004-10-28 16:17:03 +00:00
wiz
382b4cfeda Master site down, homepage vanished; use
MASTER_SITE_SUNSITE.
2004-10-28 13:40:52 +00:00
wiz
e5fd31bae6 Update MASTER_SITES. 2004-10-28 13:38:52 +00:00
wiz
16f67e56ee Master site gone. 2004-10-28 13:35:34 +00:00
wiz
11dcdd2778 Master site down, use sunsite mirror. 2004-10-28 13:31:44 +00:00
wiz
6c8e21a6e6 Convert to buildlink3. 2004-10-28 12:20:39 +00:00
wiz
d7be4b8667 Wildcard depends. 2004-10-28 11:46:49 +00:00
wiz
a4282f690a Moved to sourceforge. 2004-10-27 17:23:45 +00:00
sekiya
f8d35d6e4d Revert previous. Clue gently applied by wiz@ 2004-10-27 00:59:34 +00:00
sekiya
8c82c88a58 Add buildlink framework for sox. 2004-10-27 00:47:38 +00:00
uebayasi
ea0e75019a Remove the LICENSE to match the real license, LGPL. Reported by
Vincent Stemen.
2004-10-25 12:44:44 +00:00
xtraeme
1709d2d877 - streamtuner-{live365,local} 2004-10-25 09:05:53 +00:00
xtraeme
6336b4da44 Update audio/streamtuner to 0.99.
0.99                                    23 October 2004

        * The plugins have been included in the core distribution
        * The plugins can now be disabled from the preferences
        * The paned position and column widths were not saved anymore:
          fixed
        * The Local plugin now depends on TagLib (instead of libid3tag
          and libvorbis)
        * The Xiph plugin has been fixed, it now lists all the streams
          (but depends on libxml2)
        * STREAMTUNER_LOCAL_ROOT has been deprecated: the music folder
          can now be set from the preferences
        * The session is now always saved upon exit
        * Tab labels now have their own popup menu, containing
          tab-specific actions
        * The german translations have been updated (submitted by
          Martin Stromberger)
        * Minor fixes and cleanups
2004-10-25 09:05:27 +00:00
xtraeme
30c87c0744 Remove streamtuner-{live365,local}, the plugins are now built by
default by the new streamtuner version.
2004-10-25 09:03:22 +00:00
wiz
c41dc61e0d Add rexima. 2004-10-23 09:25:56 +00:00
wiz
31ff2831e1 Initial import of rexima-1.4:
rexima is a curses-based interactive mixer which can also be used
from the command-line. It runs on any terminal with a screen size
of 80x24 or greater. It's intended to be a simple, general, usable
mixer without all the chrome usually present in other mixers.
2004-10-23 09:24:54 +00:00
jmmv
8c39ce6281 Split aumix into two different packages:
- aumix 2.8nb6, which only provides ncurses support.  Note that its revision
  is bumped to note the differences from the previous package.
- aumix-gtk 2.8, which includes GTK 2.x and ncurses support.  While here,
  add a missing build dependency on pkgconfig.

The descriptions have also been rewritten to note the differences.

Addresses PR pkg/27340.
2004-10-22 18:30:42 +00:00
snj
2e4ee7957f Substitute custom post-patch with REPLACE_PERL. From Leonarch Schmidt
in PR pkg/27320.
2004-10-22 15:05:18 +00:00
adam
b47b288ca2 Fixed buildlink problems 2004-10-20 10:55:46 +00:00
ben
bca5f2e21d Add newly imported package rip. 2004-10-19 03:13:52 +00:00
ben
50dcc17e05 Initial import of rip-1.07, a command-line based audio CD ripper and
encoder.  Provided by Leonard Schmidt in PR#27269 and PR#27290.

rip is a wrapper for rippers and encoders which provides a common
interface for ripping any CD audio track and encoding it into
MP3, Ogg Vorbis, or FLAC. Manual and CDDB based renaming schemes
are available for naming and tagging your ripped tracks.
2004-10-19 03:13:11 +00:00
sekiya
e16c787a71 Update to ifp-line-0.2.4.4:
* 2004-08-18 ifp-line-0.2.4.4
          + Stable release.
          + Fixed upload process.
2004-10-19 01:57:45 +00:00
ben
e91ac2c19c Correct platform from *-*-ppc to *-*-powerpc. 2004-10-18 18:25:49 +00:00
ben
8cb5a03640 FLAC recently gained PPC optimizations that only work with Apple's
assembler.  Since they cause the FLAC build to fail on AIX and NetBSD,
only enable the optimizations if the OPSYS is Darwin.

There is also a misplaced #endif in lpc.h that causes the build to
fail on all platforms if assembler optimizations are disabled.  This
is fixed by patch-af.

Thanks to Michael <macallan18@earthlink.net> for troubleshooting!
2004-10-18 14:23:29 +00:00
cube
a4775d2f5d Update to version 12.17.6. Note that this version fixes some
buffer overflows in the WAV parser that could lead to arbitrary
code execution.

sox-12.17.6
-----------
  o Changed comment code to always use copies of strings to
    fix bug in WAV handlering freeing argv[] memory.
  o Use calloc() to create ft_t structures so that all
    memory is initialized before being referenced.
  o Fixed VOC EOF bug were it thought there was an extra
    block when there wasn't.
  o Restructured directory layout so that source code is in
    a seperate directory.
  o Modified SoX to accept multiple input files.  Concatenates
    files together in this case.
  o Removed map effect so that loops and instr could be removed
    from effects structures.  This makes effects engine stand
    alone from the rest of the sox package.
  o Benedikt Zeyen found a bug in synth effect when generating
    brown noise that could cause clipping.
  o David Leverton sent another patch to prevent crashes on
    amd64's when resampling.
  o Fixed a bug were MP3 files with large ID3v2 tags could
    cause SoX to stick in a loop forever.  Now, it will
    abort on IDv3 tags larger then 100k.  Could still be
    improved to handle any size.
  o Changed volume option (-v) so that it tracks the file
    it was specified.  This means that when specified with
    the input file, it changes volume before effects engine
    and when specified with output file, its done after effects
    engine.
  o Added crossfade_cat.sh script that will concatenate to
    audio files and do a crossfade between them.
  o Fixed bug in fade effect were it was impossible to do a
    fadeout starting from the beginning of the audio file.
  o Removed rounding error when changing volume of audio with
    "-v" option.  This error caused doing a "-v -1.0" twice
    to not result in the original file.
  o Fixed a possible overflow in lots of effects were MIN
    value was treated as -MAX instead of -MAX-1.
  o Modifed sox so its OK for effects to not process any
    input or output bytes as long as they return ST_EOF.
  o When effects output data and reported ST_EOF at the
    same time, that buffer was discarded as well as
    data from any chained effect.
  o Added patch from Eric Benson that attempts to do a seek()
    if the first effect is trim.  This greatly speeds up
    processing large files.
  o Daniel Pouzzner implemented a multi-band compander (using
    the butterworth filters to split the audio into bands).
  o Donnie Smith updated the silence effect so that its possible
    to remove silence from the middle of a sound file by
    using a negative value for stop_periods.
  o Changed float routines to only work with normalized values
    from -1:1.
  o Modifed .au handler to be able to read and write 32-bit
    and 64-bit float data.  Only tested reading so far.
  o WAV with GSM data now always pads data to even number of bytes.
  o Added support for writing 32-bit audio to AIFF.

sox-12.17.5
-----------
  o Thomas Klausner sent in patches to compile audio drivers under
    NetBSD.
  o Rahul Powar pointed out a memory leak in the WAV file handler.
    It wasn't calling the correct close() function when closing
    input files.
  o Modified play.1 man page to not use multiple name lines.  This
    appears to confuse some conversion programs.  Updated sox.1
    man page for typo in reverb option.
  o Andrew Church fixed problem with header of stereo 8SVX files.
  o Jimen Ching added support to scan over garbage data at the
    beginning of MP3 files to find valid frames.  This is useful
    to play WAV and AIFF files that have MP3 data in them until
    those handlers support it directly.  To play those, force
    sox to use the mp3 handler with the "-t mp3" option.
  o Added patch from Ulf Harnhammar to wav handler to prevent
    buffer overflows.
  o Added patch from Redhat to allow resample to work on certain 64-bit
    machines (Sam Varshavchik)
  o Tony Seebregts added a file handler for headerless Dialogic/OKI ADPCM
    files (VOX files).
  o Jan Paul Schmidt added a repeat effect to do loops the brute force way.
    This is also good for file format that don't support loops as well.
  o Fix for OSS driver in rate tolerance calcs that were off because
    of type conversion problems.  Guenter Geiger.
  o Allow reading sphere files with headers greater then 256 bytes.  Jimen
    Ching.
  o Fix for vorbis were comments are displayed in KEY=value format always.
    Stop printing some info to stdout in case output is a pipe. Guenter
    Geiger.
  o J Robert Ray submitted fix for AIFF handler to ignore lowercase
    chunks that are unknown.
  o Bugfix for 8-bit voc files.  Jimen Ching
  o General warning cleanups (cbagwell)
  o Memory leaks in reading WAV files (Ufuk Kayserilioglu)
  o Rearrange link order of ogg vorbis libraries so that they
    can be compiled as static. (Christian Weisgerbr)
2004-10-18 13:24:47 +00:00
ben
c30227fdac Correct the case of CDDB in the description. 2004-10-18 03:48:30 +00:00
ben
fa066b2425 Add SUBDIR for p5-CDDB_get import. 2004-10-18 03:44:55 +00:00
ben
f7974c6740 Initial import of p5-CDDB_get-2.23, a perl interface to query for
CDDB-information.  This is separate package from p5-CDDB.  Package
provided by Leonard Schmidt in PR#27270.
2004-10-18 03:44:05 +00:00
ben
ebc609a745 Fix mikmod option parsing using patch provided by David Holland in
PR#27280.
2004-10-18 02:32:14 +00:00
ben
84ea478aef Update xmms-flac to version 1.1.1 to match recent flac update.
This addresses PR#27198.
2004-10-15 22:56:50 +00:00
kristerw
1f62789c93 Make this work on NetBSD 1.6 again, by reverting the last change.
(That change was a work-in-progress to get this to build with gcc3,
so no functionality is lost by reverting it. The "correct" way of
fixing this package is to upgrade to a newer version...)
2004-10-15 16:50:17 +00:00
minskim
1a09815902 With gettext-lib/builtin.mk 1.11, this package doesn't modify
charset.alias or locale.alias any more.  Remove comments about them.
2004-10-14 18:20:42 +00:00
minskim
66c8c7d291 Enable pkgviews installation. 2004-10-14 18:07:10 +00:00
adrianp
4c07e58e98 - Update to 2.0.2
- Fixes a security issue - upgrade recommended
- Patch submitted in PR 27253 by pancake@phreaker.net, thanks !
2004-10-13 21:20:00 +00:00
adam
e46551c9de Changes 2.13.1:
* Various bug fixes
* Some feature improvements
* Support for libao, FLAC (now in pkgsrc), Speex (pkgsrc as well)
Changes 2.13.2:
* Win32 compile error fix
2004-10-13 15:23:40 +00:00
markd
18a6981ec8 Update to arts 1.3.1 (part of KDE 3.3.1)
changes unknown.
2004-10-13 11:39:23 +00:00
tv
49a12818c2 Make work on Interix. (Its base libao has no direct audio drivers; a
plugin such as libao-esound is required.)
2004-10-12 14:33:58 +00:00
itohy
53d015beda Update to 0.1.3-1
0.1.3-1: (26/05/02)
--------
	- fixed parsing sideinfo (off by 1 bit) for mpeg 1 layer 3 mono
	  (found by Alain Daurat (alain.daurat libertysurf.fr))
2004-10-12 12:48:44 +00:00
tv
ed6eb4e8c9 Note that cygwin_esound is required on Interix for physical audio output. 2004-10-11 22:18:45 +00:00
tv
471e9747c2 Allow this to build on Interix in client-only mode. 2004-10-11 18:02:59 +00:00
wiz
4e48c18b53 Bump PKGREVISION for Charles' fix for kaudiocreator. 2004-10-10 12:30:48 +00:00
mycroft
a63c6c44a2 Fix a problem with our hacked version of cdda_identify_scsi() that was
causing kaudiocreator to fail with a mysterious "Unknown error".
2004-10-10 10:48:39 +00:00
minskim
5a0af98e62 Update moss to 0.1.11. Patch provided by Myung-Gon Park, the maintainer.
Changes since 0.1.9:
  - Avoid an infinite loop with buffer underrun in the live mode.
  - More detailed and consistent log messages.
2004-10-10 09:48:35 +00:00
tv
a62d3fb0e1 Extra PKGREVISION bump to cover the libtool/compiler-wrapper problems.
Since dependencies were actually failing to build, they fortunately don't
require PKGREVISION bumps themselves.
2004-10-07 16:36:47 +00:00
hira
2285465daf Update to 0.8.7. OK'd by jmmv.
Overview of Changes from 0.8.6:

    * Fix periodic crasher in shuffle code.
    * Make documentation valid DocBook.
    * Compile fix for ipod source.
    * Save order of playlists.
    * Enable support for typeahead in property views.
    * Update ko, tr and fi translations.
2004-10-07 13:34:49 +00:00
minskim
fa55cfd7fc Update moss to 0.1.9. Submitted by Myung-Gon Park, new MAINTAINER.
Changes:
  - Bug fix in live mode.
2004-10-06 15:16:03 +00:00
chris
1dfcc92e5f Update taglib to 1.3. Main changes from 1.2 to 1.3 are:
Added support for APE tags
Added support for MPC files
Added support for APE tags in MP3 files
Added support for compressed ID3v2 frames
Added support for uniuque file identifier frames in ID3v2
Added checks for several potential divide by zero (SIGFPE) cases
Fixed support for custom text frames

Fixes PR 27061 (basically applied the patch in PR, but added the change to
buildlink3.mk and removed LIBTOOLIZE_PLIST option from Makefile.)
2004-10-06 00:09:02 +00:00
drochner
5d5071b672 include pkgconfig/buildlink3.mk so that libcdio is not found
(we deliberately don't depend on it to avoid a circular dependency)
should fix PR pkg/27077 by diro@nixsys.bz
2004-10-05 14:18:10 +00:00
wiz
d43c7b1a1f Fix DISTNAME. Closes PR 27147. 2004-10-05 13:12:40 +00:00
ben
3f0a667399 Make libtool link libportaudio to LIBOSSAUDIO. 2004-10-05 04:06:30 +00:00
ben
ad6705feb9 Libtoolize portaudio and bump PKGREVISION. This may resolve PR#27050. 2004-10-05 03:53:15 +00:00
tv
c487cb967a Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
2004-10-03 00:12:51 +00:00
adam
f9cab5be8f Changes 1.1.1:
* Almost 2x decoding speed-up on Macintosh
* Better Ogg FLAC support
* Several new options to flac and metaflac
2004-10-01 13:17:50 +00:00
grant
eaa75b4082 there will not be a NetBSD-1.[7-9] but will be a NetBSD-[2-9].*
adjust patterns used in ONLY_FOR_PLATFORM/NOT_FOR_PLATFORM to reflect
this.
2004-10-01 10:37:32 +00:00
tv
31cda8671a Libtoolize PLIST (was missing .la file). 2004-09-30 03:50:02 +00:00
wiz
67313fece1 Update to 1.1.0:
libvorbis 1.1.0 (2004-09-22) -- "Xiph.Org libVorbis I 20040629"

* merges tuning improvements from Aoyumi's aoTuV with fixups
* new managed bitrate (CBR) mode support
* new vorbis_encoder_ctl() interface
* extensive documentation updates
* application/ogg mimetype is now official
* autotools cleanup from Thomas Vander Stichele
* SymbianOS build support from Colin Ward at CSIRO
* various bugfixes
* various packaging improvements

Package change:
install documentation in share/doc instead of share/doc/html.
2004-09-24 13:04:40 +00:00
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