Commit graph

3755 commits

Author SHA1 Message Date
rpaulo
cc871e0846 Add missing 'locale' subdir (thanks Thomas). 2005-11-30 18:54:48 +00:00
rpaulo
338ee98869 Descend into gtick/ 2005-11-24 23:22:15 +00:00
rpaulo
0b4f85ca43 GTick is a metronome application written for GNU/Linux and other
UN*X-like operting systems supporting different meters (Even, 2/4,
3/4, 4/4 and more) and speeds ranging from 10 to 1000 bpm.
2005-11-24 23:19:51 +00:00
wiz
d528fcc9f2 Update to 7.15:
About 7 years of development. Includes among others:
support for flac, speex, ogg/vorbis; a choice of frontends between
motif and gtk; esound support; guile scripting support; and native
NetBSD audio code.

Some possible future work on this package:
Add options for fftw2 fftw3 ladspa gamin/fam mpg123 timidity ruby
2005-11-23 22:39:12 +00:00
wiz
c8759f2abc Update to 0.12.0:
New playlist code.
Depend on external libmpd.
2005-11-22 19:27:46 +00:00
wiz
5ff584bc9d Add and enable libmpd. 2005-11-22 19:27:07 +00:00
wiz
c9b6585592 Initial import of libmpd:
libmpd is trying to provide a easy to use high level, callback
based access to mpd. It tries to be fast and keep the data transfer
with mpd to the minimum. To do this it implements queues for deleting
and adding songs. There is extra functionallity added for the ease
of the programmer.
2005-11-22 19:26:08 +00:00
wiz
de423ce939 Add optional support for MOD files via libmikmod,
and enable it by default. Bump PKGREVISION to 4.
2005-11-22 00:01:40 +00:00
rillig
714f5987dd Added tcd. 2005-11-20 11:47:06 +00:00
rillig
60d23a3e43 Imported tcd from pkgsrc-wip.
Tcd is a tiny audio CD player using ncurses. It can play CDs and manage
a little CD database in cddb format.
2005-11-20 08:45:09 +00:00
kristerw
a4f8c86ae7 Rename a local (static) variable that has the same name as an external
variable defined in a .h file.  This makes the pkg build when using gcc 4.
2005-11-19 21:21:23 +00:00
xtraeme
e1b79b8c88 Apply patch from rivo nurges to eliminate awful memory leak when
playing internet streams with moc.

Thanks to rivo nurges and Peter Schuller (Maintainer).

Bump PKGREVISION.
2005-11-19 10:55:37 +00:00
wiz
438127bb3f Fix MASTER_SITES, comment out old HOMMEPAGE. 2005-11-18 20:19:42 +00:00
wiz
2f22bc246e CONFLICTS=lang/mpd looks like it might work, but it does not.
Replace it with CONFLICTS=mpd-[0-9]*
2005-11-18 18:34:11 +00:00
joerg
cfb308702c - add DragonFly support and fix OSS audio for !Linux platforms
- fix 'label at end of compound statement'
2005-11-18 14:52:44 +00:00
joerg
f15b0fa555 In xmmswrapper.cpp, include stddef.h first to get a proper NULL.
For some reason, a (char *)0 gets defined somewhere on DragonFly
and breaks C++ horribly.
Add USE_LIBTOOL to workaround libtool breakage (unability to find
library `').
2005-11-17 16:45:52 +00:00
seb
4006a47919 Update to version 1.3.6.
Changes since last packaged version (1.3.5):

VERSION 1.3.6:
  BUGFIXES:
    * Fix autoscan with PostgreSQL. (BR 111209)
    * Fix problem with sequences in PostgreSQL support. (BR 115075)
    * Fix potential crash at startup while accessing amazon.com. (BR 115838)
    * Potential crash when loading media from the Collection. (BR 115234)
    * Podcast apply to all button was faulty.
    * last.fm queue wouldn't be saved to disk. Patch by John Patterson
      <kde-bugs@ninecats.org>. (BR 115212)
    * Podcast download directory would only be effective next time
      the application started.
    * Don't crash when attempting to save an empty playlist from the
      Playlist menu.
    * Loading dynamic playlists with sources did not work properly.
    * Fix build issue on some Linux kernel 2.4 distros. (BR 115068)
2005-11-16 01:40:15 +00:00
hira
1e7d977036 Add AAC audio support using options.mk. It is disabled by default. 2005-11-15 16:12:33 +00:00
hira
354f65b183 Remove extra backslash. 2005-11-15 12:55:14 +00:00
markd
bdd66bccc7 Fix build on NetBSD since PTHREAD variables were used, rather than wired
-lpthread.  On NetBSD this change meant that -pthread was passed to build
of libtpthread.la (via ${PTHREAD_LDFLAGS}) but libtool doesn't then pass
this on when linking libtunepimp so add it there as well.
2005-11-14 08:56:07 +00:00
rillig
d0786920f1 PKG_DEFAULT_OPTIONS is reserved for being set by the user. So use
PKG_SUGGESTED_OPTIONS instead.
2005-11-14 02:48:01 +00:00
joerg
6b3e729f5a Keep OSS for DragonFly and FreeBSD, we don't have Sun-Audio. 2005-11-11 21:19:11 +00:00
joerg
6140c8857f Add DragonFly support. Make the options more useful by allowing full
selection of output. This adds oss and sun. By default, oss and sun
are now active on all platforms, but DraognFly. Bump the revision
to annotate that.
2005-11-11 18:58:18 +00:00
joerg
c01ba26746 Replace hard-wired -lpthread with the normal pthread logic.
Since this changes nothing for platforms with working -lpthread
and others didn't work before, don't bump the revision.
2005-11-11 18:18:28 +00:00
joerg
38738bcbc2 Add DragonFly support. Fix lvalue cast to allow build with GCC 3.4+. 2005-11-11 17:48:25 +00:00
joerg
fd44dda67e Don't define weired underscore macros on DrgaonFly, they break
the system headers. Depend on errno.h to define errno, fix an instance
where errno is used without errno.h Since this is a bug for a threaded
program and icecast at the very least is linked threaded here,
bump the revision.
2005-11-11 17:21:11 +00:00
joerg
791ec07085 DragonFly support. 2005-11-11 16:49:32 +00:00
joerg
41b3e3f25a Fix typo, BUILD_USES_MSGFMT is the right spelling. 2005-11-11 16:22:29 +00:00
joerg
4f237d5a3a Use BSD mount interface on DragonFly. Use PTHREAD variables to link
for !FreeBSD platforms instead of wired -lpthread.
2005-11-11 16:04:29 +00:00
joerg
1c301f4787 Add DragonFly. Fix compilation with GCC 3.4+. 2005-11-10 20:07:17 +00:00
joerg
73b9682acf Use soundcard.h on OpenBSD and sys/soundcard.h on FreeBSD and DragonFly. 2005-11-10 19:51:23 +00:00
rillig
9a6999d948 - Removed /CVS/ files from the PLIST.
- Bumped PKGREVISION.
- Changed DIST_SUBDIR from ${PKGNAME} to ${PKGNAME_NOREV}nb2, as the
  distfile hasn't changed.
2005-11-10 11:37:39 +00:00
rillig
6edbd5a537 Restored the checksum of patch-ac from revision 1.5. 2005-11-10 10:30:03 +00:00
tonio
2baccc7e19 Change patch-aa to match the solution adopted upstream to share file
descriptors
Bump PKGREVISION
2005-11-10 09:04:25 +00:00
rillig
0a5a32c918 Removed CVS conflict lines. Please use pkglint before committing changes. 2005-11-09 23:53:28 +00:00
martti
2020bbfe3d Substitute "XFce 4" with "Xfce" in DESCR and Makefile's COMMENT.
It is a lower-case f according to the official site.
2005-11-09 07:09:04 +00:00
martti
09f3d1e3fd Updated xfce4 to 4.2.3.1
* Lots of bug fixes
* Translation updates

Official ChangeLog is available at:

http://www.xfce.org/release_notes/4.2.3.1_changelog.html
2005-11-09 06:42:58 +00:00
ben
4ff063d053 Fix csound to only dereference skipinit when it is not NULL. csound's
malloc set it to NULL, and it was never initialized.  This threw SIGSEGV
at performance of a score with GEN01.
2005-11-09 06:35:25 +00:00
tonio
5550de2d1e Add audio/cplay 2005-11-08 15:58:16 +00:00
tonio
aae7398c4a Add audio/cplay (by Geert Hendrickx, in PR 31928)
cplay is a curses front-end for various audio players. It aims to
provide a power-user-friendly interface with simple filelist and
playlist control.  cplay is written in Python and can use either
pyncurses or the standard curses module.
Supported players:
* ogg123
* splay
* mpg123
* mpg321
* madplay
* mikmod
* xmp
* sox
2005-11-08 15:56:40 +00:00
tv
c076f9536e Another Interix fix (don't include <inttypes.h>). 2005-11-08 01:21:10 +00:00
tv
4129f84100 Include devel/libgetopt bl3. 2005-11-08 00:59:37 +00:00
reed
91e60491ab Update p5-CDDB_get to 2.25. This is from maintainer via
PR 31999. Thank you Leonard.

Changes:

- user:pass with proxy support - untested (thanks to Peter)
  Please try it, I don't have such a setup.
- Cache module: use CDDB_cache instead of CDDB_get
  All files are saved in a local tree and can be reused from there.
  Please try it if you like, it's not really tested.
2005-11-07 17:23:44 +00:00
rillig
4cc419cced Added missing empty line between the DISTFILES and the MAINTAINER section.
Found by pkglint.
2005-11-07 00:19:14 +00:00
joerg
1496afd5ce Use imake variables to correctly select the man page in the PLIST.
Bump revision.
2005-11-06 23:58:05 +00:00
joerg
e82819d8c2 -lossaudio ==> $(LIBOSSAUDIO) 2005-11-06 23:49:03 +00:00
joerg
fb1d129cbc Include the same fix for NAME_MAX usage as vorbis-tools. 2005-11-02 19:02:53 +00:00
joerg
72b9cd8695 DragonFly has OSS as well. 2005-11-02 15:20:51 +00:00
seb
33e640a74c Update to version 1.3.5.
Changes since last packaged version (1.3.3):

VERSION 1.3.5:
  BUGFIXES:
    * Fixed a build issue.
    * Fixed potential crash at startup. (BR 114983)


VERSION 1.3.4 (unreleased):
  FEATURES:
    * Helix-engine supports ALSA (using RealPlayer 11). (BR 113909)
    * Atom feed compatibility for podcasts.
    * Statusbar messages are logged to a file, statusbar.log. (BR 99899)
    * Podcast configuration now provides the ability to set the values for
      all podcasts. (BR 114371)
    * Downloading multiple podcasts will throw them into a queue, and
      each will be downloaded sequentially. (BR 114370)
    * Playlistbrowser items can be dragged into folders.

  CHANGES:
    * Categories in the playlist browser are now always in the order of:
      Playlists, Smart Playlists, Dynamic Playlists, Radio Streams, then
      Podcasts, regardless of sorting options. (Items in the categories
      are still sorted normally.)
    * Reworked systray icon handling -- mostly under the hood, but it'll
      now update properly f. ex. when you change the cover. (BR 111014)
    * Tooltip for the queue icon in the statusbar will now show the album
      cover of the upcoming track.
    * Totals in the collection browser will now reflect the visible items
      if you set a filter.
    * Podcast settings "download on request" and "stream on request" have
      been merged.
    * About button in script manager now uses a KAboutDialog and supports
      rich text format in the README file. (BR 110961)
    * After filtering the collection browser, if only a single item is left
      visible, it will automatically be expanded.
    * Added items for the Equalizer, Visualizations, and Queue Manager to
      the context menus of the volume slider, analyzer, and statusbar queue
      icon, respectively.

  BUGFIXES:
    * If you queue an album from the context browser and then undo, the
      queue icon in the statusbar is now updated properly (and hence
      doesn't crash if you click on it).
    * helix-engine no longer emits new metaData if only the bitrate of a
      stream changes. (BR 114348)
    * Fix amaroK attempting to destroy your computer, reach through the
      monitor and violently strangle you if you attempt to exit while the
      collection is being scanned. (BR 114597) (BR 114859)
    * Postgresql code cleanup and fixed regression for manual collection
      scanning. Autoscan still does not work. (BR 111209)
    * File browser now sets to home if it was on a remote directory to prevent
      annoying error messages. (BR 114498)
    * Podcast settings would not add a trailing slash to podcast save
      locations. (BR 114712)
    * Workaround for stability issues with HyperThreading on Linux.
      Added a configure check to deal with buggy GLIBC's. (BR 99199)
    * xine-engine: Equalizer became inactive on trackchange when crossfading
      was enabled. (BR 114492)
    * Pausing a track would abort lyrics and wiki fetch jobs. (BR 114576)
    * Dynamic mode did not respect repeat track mode. (BR 114585)
    * The Script Manager no longer captures the script's stdout.
    * Enqueuing files with amarok -e would not work for relative paths if the
      working directories of the new and the running instance of amarok differ.
    * Visualizations would only work when amarok was run as amarokapp.
      (BR 99627)
    * The number of podcasts items would be limited even when the user didn't
      set it. (BR 114353)
    * Switching system language wouldn't affect the root folder names on
      Playlist Browser.
    * On Context Browser, when showing a cached lyric, "add", "search", and
      "open in external browser" buttons wouldn't work. "Open in External
      Browser" is now disabled for cached lyrics. (BR 110812)
    * Refreshing all podcasts when folder existed caused a crash.
    * Multiple job statusbar widget was broken. (BR 114278)
    * HTML in tags was getting interpreted in the context browser.
    * Changing the podcast purge count could sometimes cause amaroK to hang.
    * NMM-engine: Fixed crash after playing a song to the end, the trackEnd
      signal was not emitted from the GUI thread.
    * With Random Mode enabled and Repeat Playlist disabled, when it got to
      the last track, it would play it a second time and then keep on playing
      other tracks, instead of just stopping.
    * Smart-Playlists were broken with PostgreSQL. Patch by Michael Landin
      Hostbaek <mich@freebsd.org>. (BR 114269)
    * Collection scanner ignored files with non-ascii characters. (BR 114195)
    * Don't show "Change Collection Setup"-box for non-local files.
    * Fixed issue with loading playlists containing remote URL's.
    * Dynamic mode history tracks would be forgotten if there was no current
      track on startup. (BR 110160)
    * Fixed problems with "Retrieve Similar Artists" feature in combination
      with SQLite, which could lead to 100% CPU usage. (BR 104447)
    * Tabbing between items and cells in the playlist while editing them now
      works much nicer (goes in order and doesn't tab to invisible columns),
      and you can also now use Alt+Up, Down, Left, Right to navigate between
      cells as well.
    * Podcast settings failed to remember the save location. (BR 114128)
    * Tray icon would stop filling up and showing play/pause icon if show
      player window was toggled. (BR 93711)
    * If player window is toggled during playback, playlist window's caption
      now correctly shows the current track's name.
    * Crossfade length would be enabled in Playback options when "No
      crossfading" was selected.
    * If an engine does not support crossfading, "No crossfading" is now
      selected in Playback options.
2005-11-02 00:20:38 +00:00
tv
9fcb17e07e Use esound on Interix too. (However, still depends on XShm, which Interix
lacks, so doesn't build yet.)
2005-10-31 16:52:39 +00:00