Commit graph

4183 commits

Author SHA1 Message Date
joerg
bf1adeebbb Needs intltool. 2006-07-19 10:08:12 +00:00
joerg
1bccc10693 At least on DragonFly, fork(2) and read(2) need unistd.h when compiling
C++ programs, so include it.
2006-07-18 19:11:15 +00:00
joerg
35f5eaf25e Kill explicit static inline which breaks build with newer GCC versions.
It should be clever enough to inline it anyway.
2006-07-18 19:02:08 +00:00
wiz
79835b4238 Add optional mysql and postgresql support.
Patch from Christian Gall.
2006-07-18 06:37:50 +00:00
ghen
002ec42037 s/man/${PKGMANDIR}/ in the install target. Pointed out by joerg's regression
bulk build.  Bump PKGREVISION.
2006-07-17 19:04:50 +00:00
wiz
a08e724dc0 Fix typo in MASTER_SITES. From Sergey Svishchev. 2006-07-17 18:32:11 +00:00
seb
7b0e9d5b4d As the log message of revision 1.13 of Makefile.common says:
xmms doesn't need libxml.

This fix the build of packages including audio/xmms/buildlink3.mk.
2006-07-16 23:03:20 +00:00
wiz
5d95208e51 Make mmx conditional on i386. Noted by Michael Lorenz. 2006-07-16 22:05:03 +00:00
wiz
7f3379f69f playsound needs X11, so include x11.buildlink3.mk. 2006-07-16 07:30:45 +00:00
wiz
cbb25c480c I'm not using this any longer, stop maintaining it. 2006-07-13 10:13:54 +00:00
rillig
c7e05ef542 Fixed pkglint warnings. 2006-07-12 17:21:52 +00:00
rillig
cad20b61be Moved documentation files from share/doc/html/csound5 to
share/doc/csound5. Bumped PKGREVISION.
2006-07-12 17:09:50 +00:00
wiz
3f65464442 Mention that this is an older release. 2006-07-12 13:30:33 +00:00
wiz
8e93333040 Update to 0.5.0. Bigger API change, old version in libtunepimp0.4.
Changes:

version 0.5.0:

  - Versioned header files. tunepimp/tunepimp.h -> tunepimp-0.5/tunepimp.h
  - Removed track lookup parts of libtunepimp
  - WavPack, Speex and The True Audio metadata plugins
  - Correct handling of UNC paths on Windows
  - Fixed non-album tracks renaming/moving (#1408)
  - Trivial change to id3tag to read tags empty ID3 frames (#1568)

version 0.5.0-alpha2:

  - Python bindings: compatibility with ctypes 0.9.9.3 (#1171)
  - Python bindings: fixed libtunepimp .so version (3 -> 4) (#1168)
  - Support for "Windows-safe" file names on non-Windows systems (for files on
    FAT32, Samba, ...) (#1014, #1222)
  - Fixed checking for end of stream in Ogg Vorbis and FLAC plugins (#1291)
  - Added decoding to MPC plugin (#1355)

version 0.5.0-alpha1:

  - New acoustic fingerprint technology - MusicDNS <http://www.musicdns.org/>
  - New file name format variable %albumtracks (#951)
2006-07-12 13:28:08 +00:00
wiz
e58e2c05d1 Sort. Add and enable libtunepimp0.4 and libofa. 2006-07-12 13:16:51 +00:00
wiz
4ce77e4c28 Initial import of libofa-0.9.3:
The world is drowning in individual music files astray with corrupt
metadata, insignificant file names, and no way to identify the
music.

MusicDNS and the Open Fingerprint Architecture provide a system
for identifying a piece of music with nothing more than the sound
of the piece itself.

MusicDNS is the largest single dataset of acoustic fingerprints in
the world with more than 16 million individual tracks identified
and growing DAILY!  With the Open Fingerprint client-code, tracks
can be identified consistently against the MusicDNS dataset, and
new tracks are easily added.

The Open Fingerprint is deployed world-wide--and now the client
source code is available under Open Source license.

Use the fingerprint code freely, or hook it up to the largest
repository of fingerprinted tracks on the planet--MusicDNS. Free
client keys for developers and non-profits are available on the
website. For commercial deployment, use the low-cost MusicDNS.com
service from MusicIP.
2006-07-12 13:12:57 +00:00
wiz
c4aa31d6c8 Depend on libtunepimp0.4 package. 2006-07-12 13:10:56 +00:00
wiz
69f51bcea3 Reimport libtunepimp as libtunepimp0.4, in preparation for the libtunepimp
update, for packages which still need the 0.4 API.
2006-07-12 13:07:19 +00:00
wiz
55fb61b0b1 Update to 2.1.3:
Changes for libmusicbrainz 2.1.3
-------------------------------------

   - New queries for selecting album artists:
      - MBS_SelectAlbumArtist
      - MBE_AlbumGetAlbumArtistName
      - MBE_AlbumGetAlbumArtistSortName
   - New query MBE_AlbumGetCdindexId
   - Using size_t instead of int in networking code
   - Little fixes in the API documentation
   - Python bindings:
      - Using the new ctypes 0.9.9.x API, with support to fallback to
        the old API if only an old ctypes version is installed
      - Removed dependency on ctypes in setup.py
2006-07-10 16:11:26 +00:00
minskim
9aa147c23e Fix PLIST on platforms without sys/audioio.h, where sun.so is not built. 2006-07-10 00:56:25 +00:00
minskim
9e95b82b7b Capitalize file names so that they match with those on a case-sensitive file
system.  Noted by joerg@ on pkgsrc-changes@.
2006-07-09 23:58:42 +00:00
dsainty
058b1dce8b Pull in x11.buildlink3.mk to successfully link with X libraries 2006-07-09 06:55:54 +00:00
jlam
c16221a4db Change the format of BUILDLINK_ORDER to contain depth information as well,
and add a new helper target and script, "show-buildlink3", that outputs
a listing of the buildlink3.mk files included as well as the depth at
which they are included.

For example, "make show-buildlink3" in fonts/Xft2 displays:

	zlib
	fontconfig
	    iconv
	    zlib
	    freetype2
	    expat
	freetype2
	Xrender
	    renderproto
2006-07-08 23:10:35 +00:00
jlam
9430e49307 Track information in a new variable BUILDLINK_ORDER that informs us
of the order in which buildlink3.mk files are (recursively) included
by a package Makefile.
2006-07-08 22:38:58 +00:00
drochner
d64f6254f8 update some entries in the initial radio station list
bump PKGREVISION
2006-07-08 13:01:39 +00:00
ben
12a7b7e2ad Make note of cmus import. 2006-07-08 04:32:54 +00:00
ben
5984935c0f Initial import of cmus, an ncurses audio player with many features.
CMus is a small and fast music player using the ncurses library.
CMus has vi-style command interface, e.g. searching using '/' or
'?' and adding files to playlist ':add ~/foo.ogg'.

  * Plays FLAC, OGG, MP3, WAV, modules
  * MP3 and Ogg streaming (Shoutcast/Icecast)
  * WinAmp / XMMS keys "zxcvb"
  * Can be controlled via UNIX socket
  * Customizable colors
  * Nice vi-style interface with tabulator expansion
  * Background playlist loading
  * Track metadata database makes adding files to playlist very fast.
  * Album/artist modes. Playing within one album or artist.
  * Powerful playlist filters
  * Can run external commands for the currently selected files
  * Directory browser
  * Supports 256 colors
  * Play Queue
  * Dynamic Keybinding
  * Easy to use directory browser

This package was submitted in PR#33939.
2006-07-08 04:31:28 +00:00
minskim
c653d966cb Fix PLIST on Darwin, where the CD audio input module is not built. 2006-07-08 01:22:41 +00:00
minskim
81fa7bb23b Fix PLIST on platforms without OSS. 2006-07-08 01:11:21 +00:00
minskim
007d7a258d If UNPRIVILEGED=yes, replace hardcoded root and wheel with
${UNPRIVILEGED_USER} and ${UNPRIVILEGED_GROUP}, respectively.
2006-07-08 00:30:26 +00:00
minskim
6d120881c1 Add required link options for Darwin. 2006-07-08 00:27:56 +00:00
minskim
462f4c08ab Run configure with env variables set by pkgsrc. Previously, it was imake
that ran configure, which failed on Darwin because imake didn't pass all
variables in CONFIGURE_ENV.

This fixes PR 33812.  The package still does not build on Darwin due to
link errors.
2006-07-07 23:20:20 +00:00
jlam
b7ebfd264d Add an explicit run-time dependency on perl because these packages
install perl scripts.  Bump the PKGREVISION for the dependency change.
2006-07-07 22:10:06 +00:00
drochner
c2520eda4a +sound-juicer 2006-07-07 18:01:24 +00:00
drochner
0fee434853 Add sound-juicer-2.14.4, a CD ripper using the gstreamer framework.
You'll need a set of gst plugins, depending on what you do.
Eg gst-plugins0.10-flac for FLAC encoding, -ogg for OGG... Making
all these full dependencies would revert the whole sense of "plugins".
2006-07-07 18:00:03 +00:00
jlam
ee68c93314 LIBTOOL_OVERRIDE generally doesn't need to be specified anymore... just
set OVERRIDE_DIRDEPTH to find any libtool scripts deeper in the WRKSRC
tree unless they're named something other than "libtool".

SHLIBTOOL_OVERRIDE generally doesn't need to be specified either -- just
define it to the empty list and shlibtool-override will look for libtool
scripts.
2006-07-07 15:49:30 +00:00
wiz
277ef94063 Configure script tests for SDL>=1.2.10, so depend on that version. 2006-07-07 15:07:38 +00:00
adam
6d74af81be Changes 1.2.7:
* Added support for dynamically loading SMPEG library
 * Added support for dynamically loading Ogg Vorbis library
 * Removed automake dependency, to allow Universal binaries on Mac OS X
 * Added gcc-fat.sh for generating Universal binaries on Mac OS X
 * Updated libtool support to version 1.5.22
 * Use SDL_RWops also for native midi mac and win32
 * Use SDL_RWops also for native midi gpl (todo: mac and win32)
 * Tweaked Mix_Chunk's definition to make predeclaration easier.
 * Search timidity.cfg also in /etc
 * Fix memory leaks in timidity player
 * Use also SDL_RWops to read midifiles for timidity
 * Patch from Eric Wing to fix native midi compiling on MacOS/x86.
 * Disabled support for the system version of libmikmod by default
 * Fixed building mikmod support on UNIX
 * Always build SDL_RWops music support
 * Added SDL_RWops support for reading MP3 files
2006-07-07 06:52:46 +00:00
minskim
ac36d7e7d5 This is a Java program. Include java-vm.mk to get a run-time dependency
on JRE.  Bump PKGREVISION.
2006-07-07 04:06:15 +00:00
markd
2ffddf9626 Fix build when using sunpro compiler. "-KPIC" needs to be stripped out
of arguments to the assembler.
2006-07-06 12:39:10 +00:00
minskim
7145580d62 Fix PLIST on Darwin, where the CD audio input module is not built. 2006-07-06 00:15:14 +00:00
wiz
13b4a51378 Add and enable libvisual0.2*. 2006-07-05 21:15:13 +00:00
wiz
61dcf699c8 Fix build with gcc-4.1 on NetBSD-3.99.21:
remove extra qualification.
2006-07-05 19:02:21 +00:00
jlam
00478b39e6 Sweep pkgsrc and convert packages that included intltool/buildlink3.mk
to use instead "USE_TOOLS+=intltool".  Remove now unused
intltool/buildlink3.mk
2006-07-05 05:37:39 +00:00
rillig
ae99cb0f64 Fixed pkglint warnings. 2006-07-04 20:07:04 +00:00
drochner
f5506e75f2 bump PKGREVISION for libvisual major update 2006-07-04 15:17:20 +00:00
wiz
37688a4195 Merge error: now depends on libvisual, not libvisual0.2. 2006-07-04 06:46:43 +00:00
wiz
e45478764f Update to 1.4.1:
VERSION 1.4.1:
  FEATURES:
    * Support for last.fm streams. (BR 111983)
    * New playlist toolbar menu entry for adding streams to the playlist.
      (BR 129349)

  CHANGES:
    * Upgraded internal SQLite to 3.3.6.
    * Inotify support disabled for now, due to stability issues.
    * Tag editor is no longer modal.
    * Provide warning dialog when deleting items from the playlistbrowser.
      (BR 129313)
    * GUI layout reverted to the classic Amarok layout.
    * The Extended Info panel in the playlistbrowser is now resizeable.

  BUGFIXES:
    * Pressing return in the search bar of the Collection Browser immediately
      after typing a query no longer appends the wrong items to the playlist.
    * Fix crash when pressing Back or Forward buttons multiple times quickly
      in Artist tab. Patch by Thomas Lindroth
    * Fix problems where blanks would be added to data if SQLite was busy.
      Patch by Thomas Lindroth
    * Automatically refresh stream lyrics on new metadata.
    * Set half star ratings on multiple selected tracks when clicking on an
      item. (BR 129449)
    * Only enable Show Extended Info in the Playlist Browser when information
      is available. (BR 126590)
    * Disable global shortcut for ratings when ratings are disabled.
      (BR 129414)
    * Autodetect button in Media Devices configuration dialog would not
      properly signal changes, so that new devices were not always saved.


VERSION 1.4.1-beta1:
  FEATURES:
    * Much improved and completed custom icon theme by Vadim Petrunin
    * LibVisual 0.4 supported and required.
    * Support for custom scoring algorithms, via scripts.
    * Creative Nomad Jukebox support (untested!). Submitted by Andres Oton
    * Inotify support. On kernels 2.6.13 and above with Inotify support
      compiled in, the collection will automatically be rescanned and
      updated as soon as a watched folder has changed.

  CHANGES:
    * First-run wizard can no longer be restarted from the application menu.
      However, it can still be invoked with "amarok --wizard".
    * Astraweb lyrics script was removed for being crappy and unmaintained. If
      you want to maintain it, grab it from SVN and release on kde-apps.org.
    * "Append Count" option of dynamic playlists has been removed. It is
      now always one. (BR 120044)
    * Context browser can now play/queue specific discs of an album or
      compilation.
    * Automatically imported playlists go into a separate category.
    * Block quitting amaroK until all on-going media device operations have
      finished with a consistent state.
    * Interface choice in wizard removed.
    * MoodBar has been removed. The maintainer has not been updating it, and
      it was causing crashes for many people.
    * Usability improvements for the Script Manager, including a tree view.
    * Use KMimeType for resolving file type for metadata acquisition before
      falling back to extension based guessing.
    * Removed the "detailed mode" in the playlist-browser.
    * Also copy non-local URLs to collection when dropped onto collection
      browser.
    * Speed up connecting media devices with a lot of tracks to be submitted
      to last.fm.
    * For media without metadata, try to read metadata after transfer to
      the iPod (e.g. when copying an audio CD via KIOslaves).
    * Hint at starting a transcode script for transcoding while transferring
      to media devices. (BR 127155)
    * If a disc number is present, append it to the album's name when
      organizing files. (BR 126867)
    * Configure, which of fresh podcasts, newest & favorite albums are shown
      in context browser home view. Patch by Patrick Muench
      (BR 127043)
    * Dynamic mode no longer skips to the next song if you press play (via
      dcop, for instance) while already playing a track. Instead it restarts
      the current one.
    * The Actions menu has been renamed the Engage menu. It's way cooler,
      right? I mean, Star Trek is really cool, right?
    * Multiple podcasts can be configured at once by selecting multiple channels
      or by configuring the children of a folder.

  BUGFIXES:
    * Allow dropping of tracks after non-existant items in the playlist.
    * Make changes to the default dynamic playlists persistent.
    * Send UTF-8 encoded requests to Wikipedia. Thanks to Thomas Lindroth
      for the patch. (BR 127654)
    * Correctly restore podcast channel title when fetching fails.
    * Show error message when xine mp3 decoder isn't installed, don't just
      play next track.
    * Properly render and optimise playlist loading icons.
    * Properly import and export XSPF playlist formats.
    * Optimise addition of playlists to the playlistbrowser.
    * In context browser, show localized date for podcasts. (BR 127853)
    * Regression in dynamic mode caused it to skip the first track in the
      playlist whenever it was started. (BR 127451)
    * Stop Playing after Track: remember current track (BR 127312)
    * Radio streams were broken for protocols other than HTTP. (BR 127848)
    * Collection Browser would not set/unset/burn albums with ', The' in
      their name.
    * Prevent breakage when xine couldn't initialize the audio device. Patch
      from Ilya Konstantinov
    * Allow for recognition of the webdav protocol. Patch by Ilya
      Konstantinov
    * Setting a rating on an unplayed track would affect score generated.
      Patch by Patrick Muench
    * Stop tags with different capitalisation being treated as the same
      when building the collection.
    * Make database connections actually get closed when no longer used.
      (BR 123113)
    * xine engine would truncate the last seconds of a track, if no other
      track followed in the playlist.
    * Fixed AudioCD playback with xine-engine. Patch by Markus Kaufhold
    * If dynamic mode was turned on and then off, the previous random and
      repeat modes would be forgotten. (BR 123743)
    * Removing the current track through DCOP while editing a field of the
      track in the playlist would cause a crash. (BR 119152)
    * Make characters encoded with % (such as a forward slash, %2f) display
      correctly. (BR 105266)
2006-07-04 06:45:15 +00:00
wiz
503ca011d8 Actually do use libvisual0.2. 2006-07-04 00:58:50 +00:00
wiz
ab8ef9fc62 Update to 0.4.0:
Adapt for libvisual-0.4.0.

New in 0.3.x:
* ESD won't block anylonger, solved with a select timeout. (Dennis)
* NastyFFT: Adding new actor plugin. (yodor)
2006-07-03 23:36:05 +00:00