Commit graph

3736 commits

Author SHA1 Message Date
wiz
a0dd9db539 Convert to options framework. 2005-06-08 13:20:04 +00:00
minskim
6e5fd92608 Copy files only when they exist. 2005-06-06 03:08:18 +00:00
minskim
003f933331 Fix the previous PKGREVISION bump by setting PKGREVISION in Makefile,
instead of Makefile.common.
2005-06-06 01:52:39 +00:00
minskim
b93dee1440 Replace patches that remove -ldl with those that use BUILDLINK_LDADD.dl.
Bump PKGREVISION.
2005-06-06 01:37:13 +00:00
markd
e99257570e Update to version 1.7b
6/3/2005 1.7b (devel)

         - applied patch from 'Inma', correcting a connection hang in
           Solaris 9.  This reworks some of the very old and primitive
           fd_set stuff in Aulibint.c .

         - updated config/config.sub and config.guess to properly
           detect DragonFly systems.

         - Applied patch from Mark Davies and Joerg Sonnenberger
           correcting some BSD issues and adding DragonFly support.

           Then nasd.conf man page is always installed in
           $FILEMANDIR for all systems.

4/10/2005 1.7a (devel)

        - applied patch from Mark Davies correcting audio/Imakefile
          to properly define BSD44SOCKETS on NetBSD systems.

        - Applied patch from Steve McIntyre correcting CYWIN -> CYGWIN
          typo in server/dda/voxware/auvoxware.c

        - applied patch from Steve McIntyre Correcting some Gcc 4.0
          and AMD64 issues.
2005-06-04 23:43:51 +00:00
wiz
fd78c59622 On Linux, libmikmod also dynamically loads esound support.
Update conditional. Tested by reed@.
2005-06-04 09:31:10 +00:00
markd
a6cca46052 Use l: rather than rename: in the BUILDLINK_TRANSFORM as this is a library
rename that we are doing.
2005-06-03 23:02:13 +00:00
wiz
3dd599d89b Convert away from using USE_ESOUND.
Also:
On NetBSD, libmikmod dynamically loads esound, so there is
no library dependency -- do not include esound bl3.mk in those
cases.

XXX: please check other OPSYS if they do the same, and add cases
2005-06-03 13:19:22 +00:00
jlam
fcb7da800b Remove mk/autoconf.mk and mk/automake.mk and replace their usage with
USE_TOOLS and any of "autoconf", "autoconf213", "automake" or
"automake14".  Also, we don't need to call the auto* tools via
${ACLOCAL}, ${AUTOCONF}, etc., since the tools framework takes care
to symlink the correct tool to the correct name, so we can just use
aclocal, autoconf, etc.
2005-06-01 20:07:59 +00:00
jlam
95fd1f6ec9 Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc.
Several changes are involved since they are all interrelated.  These
changes affect about 1000 files.

The first major change is rewriting bsd.builtin.mk as well as all of
the builtin.mk files to follow the new example in bsd.builtin.mk.
The loop to include all of the builtin.mk files needed by the package
is moved from bsd.builtin.mk and into bsd.buildlink3.mk.  bsd.builtin.mk
is now included by each of the individual builtin.mk files and provides
some common logic for all of the builtin.mk files.  Currently, this
includes the computation for whether the native or pkgsrc version of
the package is preferred.  This causes USE_BUILTIN.* to be correctly
set when one builtin.mk file includes another.

The second major change is teach the builtin.mk files to consider
files under ${LOCALBASE} to be from pkgsrc-controlled packages.  Most
of the builtin.mk files test for the presence of built-in software by
checking for the existence of certain files, e.g. <pthread.h>, and we
now assume that if that file is under ${LOCALBASE}, then it must be
from pkgsrc.  This modification is a nod toward LOCALBASE=/usr.  The
exceptions to this new check are the X11 distribution packages, which
are handled specially as noted below.

The third major change is providing builtin.mk and version.mk files
for each of the X11 distribution packages in pkgsrc.  The builtin.mk
file can detect whether the native X11 distribution is the same as
the one provided by pkgsrc, and the version.mk file computes the
version of the X11 distribution package, whether it's built-in or not.

The fourth major change is that the buildlink3.mk files for X11 packages
that install parts which are part of X11 distribution packages, e.g.
Xpm, Xcursor, etc., now use imake to query the X11 distribution for
whether the software is already provided by the X11 distribution.
This is more accurate than grepping for a symbol name in the imake
config files.  Using imake required sprinkling various builtin-imake.mk
helper files into pkgsrc directories.  These files are used as input
to imake since imake can't use stdin for that purpose.

The fifth major change is in how packages note that they use X11.
Instead of setting USE_X11, package Makefiles should now include
x11.buildlink3.mk instead.  This causes the X11 package buildlink3
and builtin logic to be executed at the correct place for buildlink3.mk
and builtin.mk files that previously set USE_X11, and fixes packages
that relied on buildlink3.mk files to implicitly note that X11 is
needed.  Package buildlink3.mk should also include x11.buildlink3.mk
when linking against the package libraries requires also linking
against the X11 libraries.  Where it was obvious, redundant inclusions
of x11.buildlink3.mk have been removed.
2005-06-01 18:02:37 +00:00
markd
5f757378ce LIBMAN manual pages should have the LIBMAN suffix. 2005-06-01 14:29:47 +00:00
wiz
a8b8039f7b Update to 1.2.6nb2:
Fix MIDI playback. Remove configuration option that defaults to yes.
From ISIHARA Takanori in PR 30330.
2005-06-01 14:11:26 +00:00
simonb
3cc0740ca5 Update to version 0.11.2:
New commands: crop, stats, toggle.
  Add relative and exact-time seeking.
  Fix a few bugs.
The new "toggle" command is the same as our existing patch for the
"playpause" command - we keep the "playpause" command as an alias
for "toggle".
2005-06-01 03:35:21 +00:00
rillig
dd05fb5d7d Documentation is installed in share/doc, not in doc. 2005-05-31 22:23:50 +00:00
rillig
412629b608 Removed trailing empty line. 2005-05-31 22:13:24 +00:00
rillig
6314cc73e4 Changed #defined to yes in NO_BUILD. 2005-05-31 22:11:22 +00:00
rillig
bb88720916 Changed #defined to yes in NO_BUILD. 2005-05-31 22:00:06 +00:00
rillig
9575a8a37c Changed USE_PERL5 to USE_TOOLS+=perl. 2005-05-31 21:59:20 +00:00
rillig
f382a671ad Changed #defined to yes in GNU_CONFIGURE and USE_LIBTOOL. 2005-05-31 21:58:36 +00:00
rillig
56fdb6905a Removed trailing white-space. 2005-05-31 21:57:15 +00:00
rillig
8700b428d5 Changed #defined to yes in GNU_CONFIGURE and USE_LIBTOOL. 2005-05-31 21:56:37 +00:00
rillig
79335a26e2 Changed #defined to yes in GNU_CONFIGURE. 2005-05-31 21:55:53 +00:00
rillig
9a31ac16da Changed #defined to yes in USE_LIBTOOL and NO_CONFIGURE. Added proper
quoting of variables.
2005-05-31 21:55:18 +00:00
rillig
4c4f140b61 Removed trailing empty lines. 2005-05-31 21:53:56 +00:00
jlam
54de37e60e Convert USE_GNU_TOOLS into USE_TOOLS as the former is no longer supported
in pkgsrc.
2005-05-31 21:53:26 +00:00
rillig
931e2adbe1 Replaced direct use of sh with ${SH}. Added proper quoting of variables. 2005-05-31 21:53:20 +00:00
rillig
589a37dade Removed trailing empty line. 2005-05-31 21:47:48 +00:00
rillig
0ad307c234 Changed USE_PERL5 to USE_TOOLS+=perl. 2005-05-31 21:46:38 +00:00
rillig
3c2c835bb7 Normalized the format of the patches. 2005-05-31 21:44:42 +00:00
rillig
931f84c0ee Changed value of NO_BUILD from #defined to yes. 2005-05-31 21:40:37 +00:00
wiz
70bc98434b Convert to options framework. 2005-05-31 16:28:54 +00:00
wiz
93129e0f97 Finish conversion to options framework.
Remove unnecessary inclusion of bsd.prefs.mk.
2005-05-31 16:20:43 +00:00
wiz
6d23d16753 Convert to options framework. 2005-05-31 16:16:50 +00:00
wiz
4c398b01bb Finish conversion to options framework. 2005-05-31 16:14:39 +00:00
wiz
47a8d542ab Convert to options framework. 2005-05-31 16:13:18 +00:00
wiz
7ac375dceb Convert to options framework. 2005-05-31 16:10:19 +00:00
wiz
6a28a9b23e Convert to options framework. 2005-05-31 16:04:28 +00:00
wiz
ce47c9d25b Convert to options framework. 2005-05-31 15:13:57 +00:00
markd
6efc5eda5f Update arts to 1.4.1 (part of KDE 3.4.1)
Changes: unknown
2005-05-31 14:04:13 +00:00
wiz
a9d9817e6c Convert to options framework.
While here, clean up gnome1 directory creation.
2005-05-31 12:20:11 +00:00
dillo
f81ae835ad Packages have no business modifying PKG_DEFAULT_OPTIONS -- it's a
user settable variable.  Set PKG_SUGGESTED_OPTIONS instead.  Also,
make use of PKG_OPTIONS_LEGACY_VARS.

Reviewed by wiz.
2005-05-31 10:01:36 +00:00
augustss
fb1f021a1f Set the RESTRICTED variable. 2005-05-28 13:01:22 +00:00
rillig
445d45994b Removed an empty line. 2005-05-25 23:34:51 +00:00
rillig
8e3a6fc47a Changed USE_PERL5 to USE_TOOLS. Replaced #defined with "yes" in NO_BUILD. 2005-05-25 23:31:02 +00:00
rillig
25b2ea596c Replaced #defined with "yes" in NO_BUILD. 2005-05-25 22:55:20 +00:00
jmmv
ccf3094ec9 Allow this to be built under NetBSD, as it works just fine.
Pointed out by wiz@.
2005-05-24 15:57:19 +00:00
rillig
dd3cb57f3f Removed an empty line. 2005-05-24 13:54:50 +00:00
rillig
be7652359e Added RCS tag to patch-aa. 2005-05-24 13:54:30 +00:00
rillig
2d6e59b190 Removed an empty line. 2005-05-24 13:53:13 +00:00
rillig
0da90fb72e Moved CATEGORIES two lines down to make pkglint happy. 2005-05-24 13:46:21 +00:00
rillig
a38ff02d9f Set NO_CONFIGURE=yes to make pkglint happy. 2005-05-24 13:45:14 +00:00
wiz
905d3ad915 Test for a defined symbol correctly. Might fix macppc build. 2005-05-24 12:29:40 +00:00
ben
7ca360a7e2 Update to csound-4.23f13gbs.0, which brings bug fixes from John Ffitch.
2005-05-11  John ffitch  <jpff@codemist.co.uk>

        * csound/ugmoss.h:
        * csound/ugmoss.c (valpass, vcomb, vcombset): Added maxlpt field
        to stop overwriting arguments

2005-05-08  John ffitch  <jpff@codemist.co.uk>

        * csound/argdecode.c (decode_long):
        * csound/rdorch.c (rdorchfile): Allow definition of a single macro
        from commandline with --macro:FOO=123

2005-04-12  John ffitch  <jpff@codemist.co.uk>

        * csound/wave-terrain.c (wtPerf): Fixed phase accumulation
        problems and speeded it up a bif

2005-04-09  John ffitch  <jpff@codemist.co.uk>

        * csound/soundin.c (sndinset, sndgetset):
        * csound/soundio.h: Fix soundin with skipping init
2005-05-23 20:40:47 +00:00
augustss
91d58585bf Don't put source or binary anywhere. 2005-05-23 15:25:05 +00:00
seb
5aafdca318 Update to version 1.2.4 'Revenge of the roK'.
Changes since last packaged version (1.2.3):
VERSION 1.2.4:
  FEATURES:
    * Queue selected tracks shortcut, Ctrl+D. (BR 83675)
  BUGFIXES:
    * The first engine entry in the config dialog was always blank.
    * If you filtered by more than one word in Collection Browser, adding
      expandable items (eg: artists or albums) wouldn't work. (BR 100150)
    * Updating the collection without any changes being made to it kept
      the Update button disabled forever.
    * Application freezes when switching shoutcast streams. (BR 103890)
    * MusicBrainz lookup was not escaping quote characters. (BR 103740)
    * Fixed crash when clicking the "clear" button in CoverManager's filter
      widget.
    * Update lyrics page on new radio stream metadata. (BR 99725)
    * xine-engine was reporting bogus tracklengths for ogg vorbis. (BR 102547)
2005-05-23 13:14:05 +00:00
rillig
e64835be85 Removed trailing empty lines. 2005-05-23 08:50:36 +00:00
rillig
029a1b4d0a Removed extra empty line. 2005-05-23 08:49:16 +00:00
rillig
47f384621a Replaced empty distinfo file with NO_CHECKSUM variable. 2005-05-23 08:47:26 +00:00
rillig
854dbd7c76 Removed empty trailing lines. 2005-05-23 08:44:37 +00:00
rillig
12b8b16910 Replaced $f with ${f}. 2005-05-23 08:43:59 +00:00
rillig
eac5bd2a64 Removed trailing empty lines. 2005-05-23 08:42:39 +00:00
rillig
f795c2e475 Removed trailing white-space. 2005-05-23 08:26:03 +00:00
rillig
6d51172575 Sorted PLIST. 2005-05-23 08:14:36 +00:00
rillig
3cc4c2454f Sorted PLIST. 2005-05-23 08:04:27 +00:00
rillig
f3391b1388 Removed trailing whitespace and reformatted. 2005-05-23 06:41:54 +00:00
jlam
585534220c Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:
USE_GNU_TOOLS	-> USE_TOOLS
	awk		-> gawk
	m4		-> gm4
	make		-> gmake
	sed		-> gsed
	yacc		-> bison
2005-05-22 20:07:36 +00:00
augustss
42d2764bb7 Add py-musique, a program for buying iTunes songs. 2005-05-21 23:20:23 +00:00
grant
f8d0539347 +xmms-faad 2005-05-21 03:17:00 +00:00
grant
4c94f3bda3 Initial import of xmms-faad 2.0 into the NetBSD packages collection.
XMMS plugin for AAC files.
2005-05-21 03:16:23 +00:00
wiz
830bf45dcb Update to 1.0.5:
The main change with this release is that it includes API additions
from the 1.1.x branch (while being backward compatible), so that
transition from 1.0.x to 1.1.x can be made easier.
2005-05-20 21:06:54 +00:00
jmmv
3d5351f8df - Change libao to not build OSS, Sun, MacOS X nor several other plugins even
when the header files are found.  Bump its revision to 1 due to this.
  This makes the libao package completely audio-output agnostic.
- Add a libao-macosx package containing the MacOS X plugin (sorry, untested).
- Add a libao-oss package containing the OSS plugin.  While here, use
  ossaudio.buildlink3.mk to determine the audio device instead of hardcoding
  it in a patch.
- Add a libao-macosx package containing the Sun audio plugin (sorry, untested).

Change approved by silence on tech-pkg@ for quite a long time since my
proposal.

I'm doing these changes to cleanup the base libao package.  Before these,
it contained a huge conditional to determine when the OSS and/or Sun
plugins were built, which often failed in untested platforms (PLIST
inconsistencies, for example).  Having these plugins in independent packages
makes debugging easier, keeps the dependency tree clean and also lets us use
{ONLY,NOT}_FOR_PLATFORM directives to easily say where they work or don't.
2005-05-20 19:20:55 +00:00
reed
a9c1cbde21 Remove Linux work-around for bug noted in PR #25402 from arts
and koffice build.

And do in meta-pkgs/kde3/kde3.mk as suggested by maintainer, markd.

It helps with builds on Linux for kdegraphics3, libkipi, gwenview,
kdelibs3, kdebase3, arts, and many other KDE-based packages on Linux.
(It was not needed for kile, but will be used.)

Thank you, Torsten Harenberg for testing many packages such as
kdenetwork, kdegames, kdepim, kdemultimedia.

I still don't know what the correct fix is for PR #25402.
2005-05-18 22:35:04 +00:00
drochner
71b9f6b843 update to 1.0.2
changes:
* [NEW] Added cddb_set_http_proxy_credentials function that allows you
  to specify proxy user name and password in one go.  It also does not
  store the user's credentials as cleartext in memory.
-bugfix
2005-05-18 15:31:11 +00:00
martti
ae80268997 Updated xfce4 to 4.2.2
General:

* new and updated translations: bn_IN, ca, cs, el, el_GR, eo, eu, fi, hu, ja,
  ko, mr, pl, ro, vi,
* new french documentation.

gtk-xfce-engine:

* fix various colors issues with ExoIconBar, prelight colors for treeview,
  Adobe® Acrobattm 7, progress bar, combo box, gtk scales (#848).

libxfcegui4:

* check ~/.local/share/pixmaps/ as a fallback (#731).

xfcalendar:

* fix compiling with --enable-debug=full (#843),
* remove C99 variable declaration and C++ comments.

xfce4-mixer:

* fix a bug with ALSA.

xfce4-session:

* fix a crash with the MCS plugin.

xfce-utils:

* taskbar: Add a command option "--monitor=x" to allow specifying which
  monitor to use in Xinerama mode.

xfdesktop:

* fix translation problems with menu panel plugin,
* fix bug where binding 'xfdesktop -menu' only works sporadically (#441),
* fix unresolved symbol problem with menu module.

xffm:

* fix property dialog crahsing on FreeBSD (#945),
* fix library version info not set on the properties module (#882, #249),
* fix fstab parsing (#524),
* fix compilation issues with ansi compiler and gcc4 (#862).

xfprint:

* make bsdlpr plugin compile,
* change CUPS detection code,
* set correct ld flags (#871),
* add support for printcap aliases (#821),
* fix MCS plugin.

xfwm4:

* fix mouse buttons being left ungrabbed when focus was transfered to
  an unmanaged window,
* document hidden option "workspace_scroll" (#948),
* various focus issues (#759, #869, #899, #905, #924, #931),
* fix pixmap depth not being properly set (#895),
* refresh frame when "skip taskbar" state changes (#898),
* allow seemless windows to be hidden from kbd shortcuts,
* code cleanup.
2005-05-18 06:10:30 +00:00
rh
4bc8b8b2d9 Add a missing header file 2005-05-16 10:12:28 +00:00
rh
96233375d6 Add and enable cdplayer 2005-05-16 09:55:43 +00:00
rh
8a74230f78 Initial import of cdplayer-0.4.2, a simple GNUstep CD player application. 2005-05-16 09:55:04 +00:00
rh
675216eaad Remove superfluous blank line. 2005-05-16 09:48:30 +00:00
rh
1a1dc32eba Add and enable cddb-bundle 2005-05-16 09:41:40 +00:00
rh
933203fab6 Initial import of cddb-bundle-0.2, a CDDB client bundle for GNUstep. 2005-05-16 09:40:59 +00:00
jlam
7425b543e8 Note that gtar is required by the package. 2005-05-16 01:15:30 +00:00
snj
34d15a77ed Update to 2.2.6. Closes PR pkg/29463.
Set NORMALIZE to "normalize" by default, to match what is installed by
pkgsrc/audio/normalize.  This fixes part of PR pkg/29755.

This release brings various bugfixes and small features.  Check the
included changelog for details.
2005-05-15 00:36:28 +00:00
reed
0da8cdbb79 Add COMMENT specific to package.
(Before used generic COMMENT from xine-lib/Makefile.common.)
2005-05-10 00:18:03 +00:00
markd
38723720cf Make explicit dependency on libgetopt. Fixes build on Solaris.
OKed by wiz.
2005-05-06 04:26:58 +00:00
reed
8ad013cf0d Removed line that says what version this is. 2005-05-05 00:02:49 +00:00
reed
7599b33165 Add unimportant entry:
@comment in xdg-x11-dirs: @dirrm share/pixmaps
2005-05-04 20:57:04 +00:00
xtraeme
d64123d4f9 Do not install the sun plugin on DragonFlyBSD, patch from
Joerg Sonnenberger in PR pkg/30120.
2005-05-03 14:50:28 +00:00
reed
ee8be9d0c1 RCD_SCRIPTS_EXAMPLEDIR is no longer customizable.
And always is defined as share/examples/rc.d
which was the default before.

This rc.d scripts are not automatically added to PLISTs now also.
So add to each corresponding PLIST as required.

This was discussed on tech-pkg in late January and late April.

Todo: remove the RCD_SCRIPTS_EXAMPLEDIR uses in MESSAGES and elsewhere
and remove the RCD_SCRIPTS_EXAMPLEDIR itself.
2005-05-02 20:33:57 +00:00
drochner
5000f4fab0 update to 1.0.1
changes:
-Big XvMC quality / correctness / cpu-usage fix
-added support for WMA Voice codec
-support for Windows Media Audio Lossless
-bugfixes
-security fixes (were already patched in pkgsrc)

also add a patch to correct the path for win32 codecs, needed if
xine-lib in embedded into other applications (as totem)
2005-05-02 11:29:35 +00:00
rillig
8d9404300b Placed the substitution actions from the build phase into the configure
phase to avoid a warning. Approved by wiz.
2005-04-29 22:16:12 +00:00
kristerw
4c54bf3946 Include converters/libiconv/buildlink3.mk 2005-04-29 19:46:52 +00:00
reed
f1af018522 For Linux, add workaround for bug noted in PR #25402.
arts fails to build under Linux with many lines like:
  .libs/kmedia2.o(.gnu.linkonce.d._ZTIN4Arts20VideoPlayObject_baseE+0x10):../mcop/common.h:72: undefined reference to `typeinfo for Arts::Object_base'

Use BUILDLINK_TRANSFORM to remove
-Wl,--allow-shlib-undefined
-Wl,--no-undefined

(Note that KDE packages still have same problem.)
2005-04-29 13:49:02 +00:00
jlam
24b4b49ccc Avoid using != to set RAWPART -- defer using :sh. This avoids executing
the same command every time make is invoked.
2005-04-28 22:23:43 +00:00
jlam
bb0934eb2f Avoid using != to set PKG_COMPILER -- defer using :sh. This removes the
need for ECHO to be defined for the top-level make.
2005-04-28 22:21:52 +00:00
jlam
1012ae7ffc Avoid using != to set RAWPART all of the time... we can defer it using :sh
to whenever CONFIGURE_ARGS is used.
2005-04-28 22:16:31 +00:00
wiz
58165bf3e8 Fix AC_DEFUN argument quoting for automake 1.8 and newer. No
PKGREVISION bump because most people won't care.
2005-04-27 14:57:54 +00:00
wiz
11884b4eb0 Fix AC_DEFUN argument quoting for automake 1.8 and newer. Addresses
part of PR 30053.  No PKGREVISION bump because most people won't
care.
2005-04-27 09:06:39 +00:00
wiz
63bc8e3278 Fix AC_DEFUN argument quoting for automake 1.8 and newer. Addresses
part of PR 30053.  No PKGREVISION bump because most people won't
care.
2005-04-27 08:57:00 +00:00
drochner
bdfb747063 reset PKGREVISION because we have a new PKGNAME 2005-04-26 21:22:59 +00:00
drochner
bf00d49769 belt && suspenders: pass --without-cdio to "configure" 2005-04-26 21:10:20 +00:00
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