Commit graph

3896 commits

Author SHA1 Message Date
joerg
20089b2625 Unlike FreeBSD and DragonFly, NetBSD's sys/errno.h differs from errno.h.
Include the latter to get errno. This was hidden by the nested extern
before.
2005-10-09 15:04:14 +00:00
rillig
6800fea9f5 Added a proper COMMENT. Before, the COMMENT from audio/bmp had been used.
Fixes PR #31521.
2005-10-09 08:56:18 +00:00
ben
2923403c64 This change addresses PR#31443
Copy config.h to faad2-config.h.  Modify systems.h to refer to
faad2-config.h, and install faad2-config.h.  This situation is
discussed here:
http://lists.gnu.org/archive/html/automake/2000-10/msg00114.html

Remove the undef of PACKAGE and VERSION, and add a 3rd non-empty
argument to AM_INIT_AUTOMAKE.  This situation is discussed here:
http://lists.gnu.org/archive/html/automake/2000-10/msg00108.html

Modify the condition from HAVE_GLIB_H to __G_LIB_H__, which was
easier because faad2 doesn't depend on glib.

Bump pkgrevision.
2005-10-09 03:23:11 +00:00
jmmv
e8b8851405 Bump revision due to a new dependency on a default libao plugin.
Addresses PR pkg/30920 by Chuck Cranor.
2005-10-08 12:35:14 +00:00
jmmv
e0e78ff7d0 For packages using libao, add a default dependency on a plugin (either
oss or sun), based on the current OS name.  This is only used if no
other libao plugin is installed, and is binary package friendly.

Addresses PR pkg/30920 by Chuck Cranor.
2005-10-08 12:30:38 +00:00
ben
4db3e9a2b4 This change addresses PR#31443
Install header files in include/faad2

Install include/faad2/config.h

Add include/faad2 to search path in buildlink3.mk

Since software depending on mp4.h won't be able to build without this
change, bump PKGREVISION and update BUILDLINK_DEPENDS.faad2 in
buildlink3.mk
2005-10-06 13:13:28 +00:00
wiz
5c11268df7 Remove some more *LEGACY* settings that are over a month old and
thus were before 2005Q3.
2005-10-05 13:29:49 +00:00
sketch
2dfac28806 Update abcde to version 2.3.2. Changes since 2.2.6:
abcde 2.3.2

  * Too fast... I forgot to make the tarball and change the version strings in
    several places. Fixed.

 -- Jesus Climent <jesus.climent@hispalinux.es>  Fri, 19 Aug 2005 00:44:37 +0300

abcde 2.3.1

  * The new "I knew there were going to be bugs" upstream release!
  * MKCUE needs to be passed some $CDROM as an option, or otherwise it will
    not read the CDROM, in case is not /dev/cdrom.
  * Also, make the CUEREADER a bit more general, since we might be using other
    CUE extractors.

 -- Jesus Climent <jesus.climent@hispalinux.es>  Thu, 18 Aug 2005 23:44:20 +0300

abcde 2.3.0

  * New upstream release!
  * Defining the tracknumber now resets the first track if given a number
    different than 1 (that is: abcde -T 1 2-10 creates songs 1 to 9).
  * Modified the FAQ to reflect the changes on Marillat's repo
    (Closes: #315724).
  * Should be "space" safe: works properly when the working directory contains
    a space (Closes: #147493).
  * Repared the CD query for the discid code. When failing to read a disc,
    actually report that there might be no disc in the drive.
  * Right now, walk over the different encoders we Depends: on in Debian and
    use the one available: if a user has a FLAC encoder, abcde will no install
    vorbis-tools, so it will fail to run out of the box (Closes: #321216)
  * Added CUE support. Still experimental...
  * Added FLAC on Ogg. Still not activated, since we cannot get comments added
    as a post-process action.
  * Applied patches from Fedora Core (Credit goes to Nils Philippsen
    <nphilipp@redhat.com>)
  * Added a post_read() function to be executed before ejecting the CD.
  * Typos reported by A Costa corrected (Closes: #311463)
  * Problem with abcde being run in a directory with files containing only
    numbers solved (Closes: #313628).
  * vorbiscomment uses now "-R" (Closes: #303566).
  * "-t" and "-T" use the first track as a starter for the track list.
    (Closes: #305749).
  * Added CDPARANOIACDROMBUS option to define -d in case of using IDE and SCSI
    in case of using ide-scsi emulation layer (Closes: #290768).
  * Define metaflac in abcde.conf (Closes: #303555)

 -- Jesus Climent <jesus.climent@hispalinux.es>  Wed, 10 Aug 2005 07:00:26 +0300
2005-10-04 20:58:43 +00:00
joerg
68b7f3a7b8 Add DragonFly support. 2005-10-04 19:23:39 +00:00
joerg
ea71fcabe3 DragonFly has FreeBSD-style audio support, so use it like that. 2005-10-03 20:48:42 +00:00
joerg
bbdf0720f7 Override CONFIG_GUESS_OVERRIDE and CONFIG_SUB_OVERRIDE, since the
default deals only with two level hierachies.
Add explicit saving of %ebp around cpuid, since GCC 3.4 doesn't like the
register clobbering.
Add DragonFly and OpenBSD conditionals. The latter are not tested, but
wiz@ suggested them as most likely correct.
2005-10-03 20:42:58 +00:00
joerg
f132fb31b7 If you check for NAME_MAX, you should include limits.h. This fixes the
compilation on DragonFly.
2005-10-03 15:59:13 +00:00
joerg
1536724ec9 Use the FreeBSD rules for DragonFly as well. 2005-10-03 15:25:14 +00:00
joerg
5e00c79bb0 Correct usage of errno and ctype macros. The former is wrong when thread
linking is active, the latter can result in segfaults.

Bump revisions of mpg123, mpg123-esound and mpg123-nas for the ctype
bugfix.
2005-10-03 15:17:14 +00:00
joerg
bdef39a365 Allow this to build on DragonFly. Remove a nested extern for errno, GCC
complains about it anyway.
2005-10-03 13:30:20 +00:00
joerg
169ebe56da Allow building on DragonFly. 2005-10-03 12:35:39 +00:00
joerg
29b0ac3c8b Unbreak build with GCC 3.4+ (label at end of compound statement).
Include string.h, when using functions from it.
2005-10-03 12:12:12 +00:00
joerg
918993b88d Unbreak build with GCC 3.4 (label at end of compound statement). Include
string.h when using functions from it.
2005-10-03 12:11:08 +00:00
seb
32c8bd8937 Update to version 1.3.2.
Package changes: aRts engine deactivated. This is prompted
by a comment in http://bugs.kde.org/show_bug.cgi?id=106599 about arts-engine
not being maintained.
Also the xine and the gstreamer engines proved for me much more stable.
Thanks to Sergey Svishchev, svs at ropnet dot ru, for the pointer.

Changes since last packaged version (1.3.1):

VERSION 1.3.2:
  FEATURES:
    * Tabs will open automatically when dragging files between tabs.
      Patch by Christian Baumgart <christianbaumgart@web.de>.
    * Two new dcop calls which allow scripts to read many of amaroK's
      configuration options. script readConfig(key) for strings, integers and
      bools. script readListConfig(key) for lists. Note that these functions
      aren't guaranteed to always return the latest settings (though many do).
    * Added a right click menu for blank areas of the playlist, with options
      to save, clear or shuffle the playlist and to "enable the dynamic
      mode & repopulate".
    * Playcount is shown in the tag dialog.
    * New volume slider, both better looking and better working than
      the old one.
    * Podcasts can be saved to any location. (BR 111059)
    * Added "Save as Playlist" option to the collection and file browser
      context menus as well.
    * Allow removing of items in the Media Device browser transfer
      queue.

  CHANGES:
    * Scroll wheel to switch tabs in context browser.
    * Repopulate button is enabled or disabled together with dynamic mode.
    * No warning dialog when starting if the directory File Browser is on
      doesn't exist anymore. It just reverts to home. (BR 99208)
    * Sorting on Collection Browser now shows "Unknown" items first, and
      "Various Artists" last. Years are sorted descending now.
    * When selecting 'Play' from the context menu on multiple items,
      it'll now play the first and queue the rest.

  BUGFIXES:
    * The Equalizer and QueueManager widgets were broken on window managers
      other than KWin.
    * "Year - Album" category in the Collection Browser didn't allow for
      dragging tracks or fetching cover images.
    * Xine engine no longer adds images to the playlist.
    * The delete key for removing playlist items works even if the file
      browser is open. (BR 100145)
    * Filenames with XML entity codes were not playable in dynamic mode
      and caused it to stop. (BR 108783)
    * If the album or artist contained "&", cover fetching wouldn't work
      properly.
    * When restarting, Playlist Browser items used for playlist shuffle
      wouldn't be properly marked, though they would be taken into account.
    * Don't crash after changing Podcast options, or after manually deleting
      its first item.
    * When renaming a playlist, the "." would be removed from the filename.
      Paych by Elliot Pahl <elliot.pahl@gmail.com>. (BR 112204)
    * When using next and previous on Tagdialog, after passing by a stream,
      the fields would be always disabled. (BR 112060)
    * Restarting track when in dynamic mode didn't work.
    * Fix issues with the GStreamer engine and alsasink, and reenable it.
      Patch by Vincent Tondellier <tonton-lists@team1664.org>. (BR 112103)
    * Dynamic playlist shuffle had some incorrect smart playlist handling.
    * Robustified the code for handling the '# of tracks in the playlist'
      part of the statusbar, it should not ever get out of sync with
      reality now. Nice side effect is you can see the track count
      increase while a playlist is loading.
    * "Last played - not in the last" smart playlists would only work for
      sqlite. (BR 112248)
    * Podcast and Dynamic subfolders are correctly restored on application
      start. (BR 112162)
    * Dropping tracks onto playlist browser folders will work correctly.
    * Invalid podcasts are no longer discarded on quit. (BR 112116)
    * Fixed playing of files that have special characters like '#' in
      helix engine.
    * Fixed issue where selecting multiple items after filtering the
      playlist would cause all the other items 'between' them (but
      invisible due to the filter) to also get selected.
2005-10-02 15:22:19 +00:00
seb
3b5a5bb78e Fix build with qt-3.3.5. 2005-10-02 04:55:05 +00:00
smb
b24b080cf6 Alphabetize and otherwise reorder some entries 2005-10-01 19:54:41 +00:00
kristerw
4d0e5b8d32 Fix two cases of C99 variable declarations to make this pkg compile when
using gcc 2.95.
2005-10-01 18:13:17 +00:00
smb
b4202a260c Fix minor glitches in original commit: MESSAGE vs MESSAGE.NetBSD,
missing getttext-lib/buildlink3.mk, lack of RMD160 checksum
2005-10-01 15:43:51 +00:00
smb
57e4733009 Added gtkpod 0.94.0 2005-10-01 13:56:43 +00:00
smb
1430affafb Initial pkgsrc entry for gtkpod 2005-10-01 13:29:52 +00:00
adam
3b347872f8 Changes 1.0.12:
* Add support for FLAC and Apple's Core Audio Format (CAF).
* Add virtual I/O interface (still needs docs).
* Cygwin and other Win32 fixes.
* Minor bug fixes and cleanups.
2005-09-30 13:26:02 +00:00
kristerw
aa00586c49 Do not install *.orig files that are left after patching. 2005-09-29 19:35:50 +00:00
rillig
5946936ffc Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE,
NO_BUILD, USE_LIBTOOL.
2005-09-28 20:52:18 +00:00
rillig
9984e0604a Removed trailing white-space. 2005-09-28 14:15:48 +00:00
xtraeme
3d8aeff5cf Enable audio/moc. 2005-09-26 23:18:51 +00:00
xtraeme
07334f69fe Initial import of moc-2.3.2 from pkgsrc-wip, packaged by Petter
Schuller.

MOC (music on console) is a console audio player for LINUX/UNIX
designed to be powerful and easy to use. Noteworthy features
include:

  * By default, files are decoded and played in a background
    process. This allows the user to quit the interface (e.g.,
    if one needs to close the xterm) without affecting
    playback. It also allows attaching multiple interfaces
    (e.g. in multiple xterms) to the same player.
  * Playback should be smooth even under high cpu or I/O load,
    due to the use of output buffering in a separate thread.
  * There are no sound gaps in between files, because the next
    file to be played is precached while playing the current
    file.

Note: To avoid conflicts with Qt's 'moc', the moc binary is
called 'mocp'.
2005-09-26 23:17:32 +00:00
wiz
b160cd3046 Populate PLIST. Bump PKGREVISION. 2005-09-26 12:48:03 +00:00
minskim
b384061e33 Add a patch for the previous commit. 2005-09-22 04:31:28 +00:00
minskim
f1e3e1ca62 - Use CONF_FILES to handle a configuration file, instead of using @exec.
- Add missing files to PLIST.

Bump PKGREVISION.
2005-09-22 04:30:41 +00:00
minskim
f0b88961d5 Fix PLIST. Bump PKGREVISION. 2005-09-22 04:08:31 +00:00
dmcmahill
a5ef43e03d make this work on solaris. 2005-09-21 23:19:14 +00:00
hira
77f62d1256 Remove nonexistent entries from PLIST. This should fix build error
seen in bulk build.  Bump PKGREVISION.
2005-09-18 16:46:44 +00:00
schmonz
26764c33cd Some days it's harder than others to hide my paucity of brain cells.
Comment out the RCS Id tag. Thanks Hisashi T Fujinaka.
2005-09-14 04:15:55 +00:00
wiz
30a8b59681 Do not install unnecessary Makefiles; they contained paths to build
directories. Add missing directory to PLIST. Bump PKGREVISION.
2005-09-11 12:30:55 +00:00
abs
f72dc9cd65 Catch some NetBSD statvfs() checks phrased alternatively as > 200030000
rather than >= 200040000 and one enterprisingly hidden as > 200050000
2005-09-08 22:37:53 +00:00
schmonz
8186793964 Move the sparc-gcc33-ice hack into hacks.mk. 2005-09-08 16:24:15 +00:00
jdc
50a593d2c7 Add a hack to require gcc 3.4 on NetBSD/sparc. 2005-09-08 15:51:40 +00:00
seb
93ac7efc33 Update to version 1.3.1 'Airborne'.
Changes since last packaged version (1.3):

VERSION 1.3.1:
  FEATURES:
    * Added 'Set as Playlist (Crop)' and 'Save as Playlist' options in the
      playlist context menu. (BR 99932)
    * Support for iPod shuffle devices. Patch by Guenter Schwann
      <harry.w@gmx.at>.
    * Media Device browser now has a connect button for connecting
      your iPod after amaroK has already been started. Also includes
      configurable mounting/unmounting options.
    * Holding down the stop button (as opposed to just clicking it) pops
      up a menu letting you stop either now, after the current track, or
      after the end of the queue.
    * Collection browser filter now fully supports the same Google-esque
      syntax as the playlist filter, plus one extra: lyrics:"stuff to search
      for" to search in cached lyrics.
    * Pressing Shift+Enter after filtering the playlist will now queue
      the first track. (BR 111054)
    * Display short statistics in the collection browser depending on the
      categorisation method.
    * New DCOP call "collection: totalTracks". Returns the total number of
      tracks in the collection.
    * New DCOP call "collection: totalGenres". Returns the total number of
      genres in the collection.
    * New DCOP call "collection: totalCompilations". Returns the total number
      of compilations in the collection.
    * New DCOP call "collection: totalArtists". Returns the total number of
      artists in the collection.
    * New DCOP call "collection: totalAlbums". Returns the total number of
      tracks in the collection.
    * New DCOP call "collection: similarArtists(int artists)". Returns the
      similar artists of the current track, results are limited by 'artists'.
    * New DCOP call "playlist: repopulate". Repopulates the playlist with
      tracks from dynamic mode.
    * New DCOP call "player: showBrowser". Allows for showing of playlist
      window browser, see the handbook for useage.
    * New DCOP call "player: setLyricsByPath". Allows adding custom lyrics
      for tracks.
    * Add an icon in the statusbar displaying the number of queued tracks;
      click on it to pop up a menu letting you jump to their locations in
      the playlist.

  CHANGES:
    * New "Blue Danna" splash screen. Created by Nenad Grujicic, modified by
      Nathan Adolph.
    * 'Stop after track' is now saved (and so remembered across amaroK
      restarts).
    * Ported playlist + filter-lineedit behaviour to collection browser as
      well: you can move between the view and the filter with the up/down
      buttons, and just typing into the view will set the filter. (BR 108656)
    * Wiki Tab links use the color set for links, instead of "Selected
      Background". Style Authors can use "AMAROK_LINKCOLOR" if they want that
      color. (BR 111228)
    * The Equalizer widget has been pimped.
    * Pressing 'up' in the playlist filter will now take you to the end of
      the playlist, in addition to down going to the beginning, as before.
    * When jumping to the current track, it now gets centered instead of only
      barely showing.
    * GStreamer-engine was rewritten. The crossfading feature was removed for
      now (it didn't work right with recent GStreamer versions). Improvements:
      1) Reduced CPU usage 2) Reduced latency 3) Increased stability
    * No need to restart amaroK to use your iPod!
    * Improved Konqueror Sidebar.
    * The bundled "Shouter" AmarokScript (for radio stream serving) has been
      updated and improved.

  BUGFIXES:
    * amaroK wouldn't remember current track when restarting. (BR 110282)
    * Some memory leaks found and fixed.
    * Fix buzz and subsequent clicking when equalizer enabled in Helix and
      GStreamer engines compiled with GCC 4.0.1.
    * Burn option wouldn't show up for "Year - Album" items on Collection
      Browser.
    * Tray's tooltip would show things like 69:40 of 1:12:01.
    * Wiki Tab wouldn't work for names that contained "/". (BR 111634)
    * With KDE 3.4, the proper context menu wouldn't be shown for File
      Browser. Patch by Christian Baumgart <christianbaumgart@web.de>.
      (BR 103305)
    * Playcounter and Access Date wouldn't be updated properly for PostgreSQL.
      Patch by Tonton <tonton-lists@team1664.org>. (BR 111519)
    * Clicking twice on the uninstall button for the same script, would make
      amaroK crash.
    * Fixed an obscure crash when you emptied the playlist, had the focus on
      it, and pressed up.
    * No longer show dynamic info popup on application startup.  Patch by
      Christian Baumgart <christianbaumgart@web.de>.
    * Sometimes the system tray tooltip did not update on song change.
    * Polishing for the collection browser and expanded item states. Patch
      by Christian Baumgart <christianbaumgart@web.de>.
    * With xine-engine amaroK always treated remote media like radio streams.
    * Selecting Classical equalizer preset prompted for name.
    * Fixed konqueror sidebar compilation with kde <= 3.3 and gcc patched for
      visibility.
    * Konqueror sidebar can switch again between tabs.
    * Fixed playing of oggs in helix engine.
    * Fixed crash in helix engine when switching engines if helix/realplayer
      not installed.
    * Undo/Redo for the playlist was broken in some cases.
    * On Collection Browser, when grouping by Genre/Artist/Year-Album it
      wouldn't show the tracks. (BR 110890)
    * SmartPlaylist Editor would reset "Match Any" to "Match All" when
      editing. Patch by Kevin Henderson <pyspud@hotmail.com> (BR 110918).
    * Podcasts and playlist tracks would be sorted lexicographically
      (BR 97297).
    * Saved dynamic playlists were not removable.
    * xine-engine: amaroK would get stuck on exit if the Equalizer was enabled
      and the engine playing. (BR 110791)
    * Dequeued items sometimes weren't being repainted properly.
2005-09-07 11:29:41 +00:00
adam
05bc5ada2b Changes 1.2.9:
* Added support for direct color 8-bpp surfaces
* Altivec optimized blitters
* SDL.dll works on Windows 95 again
* Dropping a document onto an SDL app passes it as a command line parameter in MacOS X
* Fixed crash trying to allocate hardware surfaces on MacOS X
* Fixed short read problem with SDL_RWFromMem()
* Fixed gcc parse errors in SDL_audio.h on Windows
* Added support for Tru64 UNIX 4.X
* Improved RISC OS support
* Numerous improvements to the Atari port
* SDL_OPENGLBLIT is officially obsolete
2005-09-07 10:15:39 +00:00
abs
ee9906d198 Fix NetBSD statvfs check to be >= 299000900 not >= 200040000
No pkgrevision bumps needed.
2005-09-06 08:10:57 +00:00
xtraeme
f71311b4fa Do not depend on nasm in Solaris x86, it's known to fail. 2005-09-04 02:37:02 +00:00
xtraeme
7aa32acbe7 Enable ASM functions when MACHINE_ARCH = i386 for performance,
closes PR pkg/31101.
2005-08-30 16:12:49 +00:00
seb
f625f7fe56 Update to version 1.3 'Airborne'.
Too many changes, bugfixes and features since last packaged version (1.2.4) to
list here. Please see amaroK's homepage or the ChangeLog file enclosed in the
source tarball.
2005-08-30 06:44:37 +00:00
seb
4e5c8448b4 Update to version 1.4.
Approved by chris@.

Changes since last packaged version (1.3.1) as seen on taglib's homepage:
* Added a package-config file
* Added support for plugging in file type resolvers to make it easier to use
  native mime type resolution systems and to add support for additional file
  formats
* Fixed a memory leak in APE items
* Fixed a crash when requesting the text of an empty APE item
* Added a README noting the Ruby and Python bindings
* Added the ability to save mp3 tags using the save mask without discarding
  those tags that are not part of the mask
* Fixed the misspelling of "A Cappella"
* Implemented support for the ID3v2 frame flag for discarding frames on tag
  alteration
* Use the above flag for ID3v2 frames that are discarded because they are no
  longer supported in ID3v2.4 (which TagLib uses). This allows for these tags
  to still be handled by library users if desired
* Fix memory corruption (deleting a no longer valid iterator) when removing a
  frame from an ID3v2 tag
* Make it possible to read and modify the descriptions of images in attached
  picture frames of ID3v2 tags
* Introduced an argument for limiting the number of fields that will be
  created usign ByteVectorList::split()
* Significantly unbroke the relative volume adjustment ID3v2 frame's API.
  It now properly supports multiple volume fields in the same frame
* Added support for reading the comment portion of "Xiph" tags (used in Ogg
  Vorbis and FLAC) from the "COMMENT" field rather than only from the
  "DESCRIPTION" field mentioned in the spec
* Added support for Ogg FLAC v1.1.1
* Added prepend methods to the List<T> class
* Added support for UTF-16 little endian strings as used in some tagging
  formats
* Fixed or implemented roughly 35 bug or wishlist items relative to 1.3.1
2005-08-29 20:51:14 +00:00
bjh21
26526bea8d Correct hash for my change to the patch. One day, I'll get this right. 2005-08-24 09:37:00 +00:00
bjh21
1a278ae436 Add RCSID. 2005-08-24 08:30:28 +00:00
grant
a678bf4098 add patch i missed last time. noted by Matthew Luckie. 2005-08-24 02:28:22 +00:00
rillig
7a95adad42 The real user name in PKG_USERS does not need to be escaped with double
backslashes anymore. A single backslash is enough. Changed the
definition in all affected packages. For those that are not caught, an
additional check is placed into bsd.pkginstall.mk.
2005-08-23 11:48:47 +00:00
rpaulo
a8ee78449e Added vorbisgain. 2005-08-22 13:51:03 +00:00
rpaulo
46019f5ba4 Import vorbisgain-0.37. vorbisgain-0.34 was in pkgsrc-wip.
Vorbisgain calculates a percieved sound level of an Ogg Vorbis file using the
ReplayGain algorithm. VorbisGain then stores in the comments (tags) in the
file a suggestion on how the volume should be changed during playback, to get
a uniform sound level.
2005-08-22 13:48:43 +00:00
jmmv
d83f1ae344 Update to 0.3.7:
* FreeTTS driver now includes and uses a user_addenda.txt pronunciation
  lexicon addenda to support characters from the extended ISO8859-1 character
  set as well as the unicode currency block - bug 163805 (Willie Walker)

* Automatic detection of voices for festival driver - part of bug 141516
  (Fernando Herrera)

* Fixes for bug 301086 (Willie Walker), bug 141516 (Bill Haneman and Fernando
  Herrera), bug 169805 (Bill Haneman), and bug 167810 (Oana Serb)
2005-08-21 11:31:50 +00:00
grant
b7267014ad only build and install in the directories needed to build the xmms
plugin.
2005-08-21 08:48:51 +00:00
jlam
cf4dfe44a5 Use REQD_DIRS instead of MAKE_DIRS for directories under ${PREFIX} so
that these directories will be conditionally removed (based on reference
counts), regardless of the value of PKG_CONFIG.  Bump the PKGREVISION
for packages that were modified as a result.
2005-08-20 19:16:21 +00:00
grant
f090d9cc71 bump PKGREVISION for wrapper -fast -xnolibmopt fix. this was the only
package which used -fast which was actually building.
2005-08-20 11:36:05 +00:00
grant
2d76f5d3bf strip -lstdc++ if not using gcc. 2005-08-20 11:17:52 +00:00
jlam
bd2788d930 Merge CONF_FILES/SUPPORT_FILES and CONF_FILES_PERMS/SUPPORT_FILES_PERMS
as the INSTALL and DEINSTALL scripts no longer distinguish between
the two types of files.  Drop SUPPORT_FILES{,_PERMS} and modify the
packages in pkgsrc accordingly.
2005-08-19 18:12:36 +00:00
wiz
0718ec6ac6 Add bin/malint. 2005-08-15 01:55:11 +00:00
jlam
7820875fff Remove the abuse of buildlink that was pkg-config/buildlink3.mk. That
file's sole purpose was to provide a dependency on pkg-config and set
some environment variables.  Instead, turn pkg-config into a "tool"
in the tools framework, where the pkg-config wrapper automatically
adds PKG_CONFIG_LIBDIR to the environment before invoking the real
pkg-config.

For all package Makefiles that included pkg-config/buildlink3.mk, remove
that inclusion and replace it with USE_TOOLS+=pkg-config.
2005-08-10 20:56:10 +00:00
adam
d4075414fa Changes 1.2.1:
* [NEW] It is now possible to fine tune the text search by specifying
  which fields and categories to consider.
* [BUGFIX] Fixed cddb_sites function returning random values due to
  uninitialized value.
* [UPDATE] The value of the LIBCDDB_VERSION_NUM defined variable is
  now 121.

Changes 1.2.0:
* [NEW] Support for searching the FreeDB database using a text string
  has been added.  This feature has a similar API as the query
  command but uses a string instead of actual disc data.
* [UPDATE] The value of the LIBCDDB_VERSION_NUM defined variable is
  now 120.

Changes 1.1.0:
* [IMPORTANT] The installed header files now no longer contain any
  actual structure definitions.  All libcddb structures are now truly
  opaque for the user of the library.  Some of the structures have
  also been updated.  This means that the library is not binary
  compatible with the previous version.  It should however be possible
  to just recompile any software using libcddb and link it against
  this new library.  The API is backwards compatible so no changes to
  the software should be necessary.
* [NEW] Support for the FreeDB sites command that can be used to get a
  list of mirror servers.  A function was also added to initialize the
  libcddb server connection data using one of the servers returned by
  this command
* [NEW] A new error code was added (CDDB_ERR_INVALID) that is returned
  when invalid input parameters are passed to one of the library
  functions.
* [UPDATE] The value of the LIBCDDB_VERSION_NUM defined variable is
  now 110.
2005-08-08 08:41:44 +00:00
bjh21
135aefa63e Add patch-ac to distinfo.
Add PKGREVISION, since patch-ac will change the binary package on some
architectures.
2005-08-07 14:57:15 +00:00
bjh21
c893066192 Make SoX work correctly on systems (such as NetBSD/powerpc and NetBSD/arm)
where "char" is unsigned by default.
2005-08-07 13:26:32 +00:00
wiz
193f82a45f Depend on wxGTK24, bump PKGREVISION. 2005-08-07 11:28:07 +00:00
jlam
7fbb8d9527 Bump the PKGREVISIONs of all (638) packages that hardcode the locations
of Perl files to deal with the perl-5.8.7 update that moved all
pkgsrc-installed Perl files into the "vendor" directories.
2005-08-06 06:19:03 +00:00
tonio
33140c0757 add simple patches for gcc-4 support
approved by cube@
2005-08-05 13:01:57 +00:00
tonio
39fdfb43f1 update tunesbrowser to 0.3.0
update the url to www.craz.net

patch-aa is no more necessary (SA_NOMASK is no more used)

Main changelog entries:
- password support. You will be prompted for a password if a server requires a password
- playlist support.
- Several bug and portablity fixes

approved by cube@
2005-08-05 12:58:49 +00:00
tonio
6bfe681a97 Update libopendaap to 0.4.0
changed the url to www.craz.net

remove patches that have been integrated upstream or are no more relevant

Main changelog entries:
- Playlist support now exists
- Use a free mdns library, instead of Apple's mDNS library. This means that libopendaap is entirely free now.
- You can now connect to servers with passwords
- Several bug fixes

approved by cube@
2005-08-05 12:53:08 +00:00
sketch
52ac0088a5 I'll take it. 2005-08-05 07:23:43 +00:00
snj
dafbf34273 Give up maintainership. Anyone want to adopt abcde? 2005-08-05 06:21:10 +00:00
rillig
a3bcf47ff3 Fixed a suble quoting bug. CONFIGURE_ARGS (and probably others) must not
be used with the := assignment operator when they contain quoted
components.
2005-08-01 00:09:35 +00:00
grant
4423caf7b5 don't pass -no-undefined to libtool. there will always be undefined
symbols on some platforms due to the implicit dependency on libc.
2005-07-31 03:29:50 +00:00
grant
a1b65715e4 - don't pass gcc specific arguments
- don't use static variables in inline functions

fixes build with sunpro.
2005-07-30 11:30:03 +00:00
markd
7853f85750 Update to arts 1.4.2 (part of KDE 3.4.2). 2005-07-30 10:56:13 +00:00
drochner
4a10f32e62 sync with xine-lib update 2005-07-29 16:12:04 +00:00
grant
525ccb4476 USE_LANGUAGES=c c++ 2005-07-29 06:06:57 +00:00
grant
bdabb8248b fix build on Solaris:
- sunpro wants 'inline' to inline functions, not '__inline'
- patch away a rogue ;
2005-07-29 06:06:33 +00:00
grant
c73d281c54 depends should be ../../<category>/<pkg> 2005-07-29 00:55:13 +00:00
grant
4e3d632439 don't assume that all platforms will be able to build a shared library
out of non-PIC code; do it on NetBSD and Linux/i386 where it is
known to be OK.
2005-07-29 00:41:51 +00:00
drochner
9ccf74f69d update to 0.2.36
changes:
-minor fixes and cleanup
2005-07-27 17:16:32 +00:00
wiz
6301213966 Reset MAINTAINER -- he stopped working on pkgsrc. 2005-07-27 16:21:16 +00:00
jlam
7aa57dd443 Use the "pod2man" tool to build man pages. This fixes brokenness
introduced after the perl5/buildlink3.mk file was no longer included
by the package Makefile, but we still referenced BUILDLINK_PREFIX.perl
to locate the pod2man script.  Noted by Matthias Drochner.
2005-07-26 20:02:23 +00:00
wiz
446fa529a8 Remove some obsolete packages using gnome[1]-libs.
List posted to tech-pkg by jmmv on June 15, no negative comments.
2005-07-23 21:34:55 +00:00
wiz
d774725534 Change path from devel/pkgconfig to devel/pkg-config.
No PKGREVISION bump since pkg-config is only a BUILD_DEPENDS.
2005-07-21 16:29:42 +00:00
kristerw
ee53a09ef8 No need to add CC to the MAKE_FLAGS since it is added automatically
(and the CC here were not correctly quoted, which failed if CC
were set to e.g. "gcc -pipe")
2005-07-20 01:54:04 +00:00
grant
0807a3413f depends should be ../../<category>/<pkg> 2005-07-19 10:22:32 +00:00
jlam
83147ffa68 Remove some unnecessarily strong dependencies on perl that resulted
from including perl5/buildlink3.mk.  These packages just need the Perl
interpreter, and can just add "perl" to USE_TOOLS instead.
2005-07-16 19:10:37 +00:00
jlam
3e474a90d8 Get rid of USE_PERL5. The new way to express needing the Perl executable
around at either build-time or at run-time is:

	USE_TOOLS+=	perl		# build-time
	USE_TOOLS+=	perl:run	# run-time

Also remove some places where perl5/buildlink3.mk was being included
by a package Makefile, but all that the package wanted was the Perl
executable.
2005-07-16 01:19:06 +00:00
jlam
e26a9ed756 Drop support for TOOLS_DEPMETHOD.<tool>. The new way to specify a
run-time dependency (DEPENDS) on a tool is to append a ":run" modifier
to the tool name, e.g.,

	USE_TOOLS+=	perl:run

Tools without modifiers or with an explicit ":build" modifier will
cause build dependencies (BUILD_DEPENDS) on those tools to be added.
This makes the notation a bit more compact.
2005-07-15 20:14:02 +00:00
jlam
bf9129c41e Drop distinction between PKGSRC_USE_TOOLS and USE_TOOLS by making
PKGSRC_USE_TOOLS go away.  There is now only a single USE_TOOLS variable
that specifies all of the tools we need to build/run the package.
2005-07-15 18:27:48 +00:00
adam
42880dea23 Changes 1.0.6:
* Bug fixes
2005-07-14 12:49:34 +00:00
jlam
7a6521287b Turn PERL5_PACKLIST into a relative path instead of an absolute path.
These paths are now relative to PERL5_PACKLIST_DIR, which currently
defaults to ${PERL5_SITEARCH}.  There is no change to the binary
packages.
2005-07-13 18:01:18 +00:00
wiz
5797c3086b Add DragonFlyBSD support, from Joerg Sonnenberger in private mail. 2005-07-13 09:07:10 +00:00
kristerw
83ca627ade Fix a C99 variable declaration to make this pkg compile with gcc 2.95. 2005-07-09 16:05:16 +00:00
martti
95c68a5f75 Use tab instead of spaces. Detected by pkglint. 2005-07-01 11:38:26 +00:00
grant
fa3c7b2267 just use CPPFLAGS.SunOS instead of OPSYS conditional. 2005-07-01 06:35:15 +00:00
grant
37d810b40c fix typo in CPPFLAGS, allowing this to build on Solaris. 2005-07-01 00:22:13 +00:00
epg
905e24526e Update to 0.09 Mon Apr 25 10:42:42 2005
- Added $mb->WSAInit(), $mb->WSAStop() calls to Simple.pm
          (Sourceforge #1157446)
	- Updated simple bindings to support release dates
          and amazon IDs [Matthias Friedrich]
2005-06-26 19:48:54 +00:00
wiz
d8e0057f8d Update to 12.17.7:
o Christian Weisgerber sent patches to man page fixes
    and patches for sunaudio driver on openbsd.
  o Default volume for soxmix wrongly set to 0 instead
    of 1/#_input_files (float rounding error).
  o Update to ALSA driver to do a better job of detecting
    unsupported sample rate/size/encoding and change to
    a supported one.
  o Fix bug in alsa writing were last last partial buffer
    wasn't being flushed.
  o Guentcho Skordev pointed out ogg vorbis files were using
    the same value for serial numbers each time.
  o Changed sox to only read the exact size of a WAV data chunk
    if cooledit IFF LIST chunk is found at the end of the file.
    Normally, this isn't done to allow reading > 2gig WAV files.
  o Modified configure to detect cygwin compiler after detecting
    gcc compiler (fixes some default CFLAGS options).
  o Added explicit rule for compile *.o from *.c so that
    CPPFLAGS is always referenced.  Not all platform's default
    rule includes CPPFLAGS (FreeBSD).
  o Under linux, add include path to /lib/modules/* so that ALSA
    include files can be auto detected.
  o Ian Turner added an effect to remove noise from an audio
    file by first profiling silent periods of the audio
    to determine what the noise is (like background hiss on
    cassette tapes).
2005-06-24 20:50:31 +00:00
jlam
0adeaaac21 Remove lang/libperl and modify packages that used libperl to depend
instead on perl>=5.8.0.  Bump the PKGREVISIONs of the following packages
due to the possible perl dependency changes after the removal of
libperl:

	audio/ices-mp3
	databases/postgresql73-plperl
	databases/postgresql74-plperl
	textproc/eperl
	www/ap-perl
2005-06-24 05:56:25 +00:00
martti
811face384 Updated xfce4-xmms-plugin to 0.3.1
* bug fixes
2005-06-23 07:23:56 +00:00
kristerw
ea9738e217 Prevent paths to the build directories from being included in the package.
Bump PKGREVISION.
2005-06-19 17:14:44 +00:00
jlam
d0915c61c3 Fix inappropriate uses of ${LOCALBASE} or ${X11PREFIX} instead of
${PREFIX}.
2005-06-17 04:49:45 +00:00
kristerw
7ad59ae4e9 Fix typo that prevented this package to build on NetBSD. 2005-06-16 23:34:44 +00:00
kristerw
bd3c448267 Fix C99-isms to make this package compile with gcc 2.95. 2005-06-16 21:19:07 +00:00
jlam
81edaaa606 Create directories before installing files into them. 2005-06-16 06:57:37 +00:00
kristerw
5d5b788f8b Fix C99-isms to make this package compile with gcc 2.95. 2005-06-14 00:58:45 +00:00
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