Commit Graph

1877 Commits

Author SHA1 Message Date
ajacoutot
6b2cbddde1 - update to xmms-1.2.11
input from naddy@, help and ok jakemsr@
2007-12-08 21:54:57 +00:00
ajacoutot
979fae2490 - forgot to remove those in previous commit
noticed by STeve Andre' <andres at msu dot edu>
2007-12-08 18:42:42 +00:00
ajacoutot
5e971a5d99 - update to 1.3.4
ok jakemsr@
2007-12-08 11:08:38 +00:00
ajacoutot
444a91e458 +soundtouch 2007-12-08 11:06:53 +00:00
ajacoutot
a48111e35b Import soundtouch-1.3.1
SoundTouch is an open-source audio processing library for changing the
Tempo, Pitch and Playback Rates of audio streams or files:
 * Tempo (time-stretch): changes the sound to play at faster or slower
 speed than original, without affecting the sound pitch
 * Pitch (key): changes the sound pitch or key, without affecting the
 sound tempo or speed
 * Playback Rate: changes both the sound tempo and pitch, as if an LP
 disc was played at wrong RPM rate

ok jakemsr@
2007-12-08 11:05:58 +00:00
jasper
8fc0ee41d8 explicitly disable zeroconf/avahi, or it may get picked up 2007-12-07 07:46:38 +00:00
jasper
6cd788fb7d - update herrie to 1.9 2007-12-04 18:05:13 +00:00
robert
abbeb94805 do not try to quit the main window twice after recieving a SIGTERM or
SIGINT, because that's going to cause a double free resulting in a
segmentation fault
2007-12-04 09:39:16 +00:00
robert
b61dd773a2 do not try to quit the main window twice after recieving a SIGTERM or
SIGINT, because that's going to cause a double free resulting in a
segmentation fault
noticed by deraadt@
2007-12-04 09:29:22 +00:00
ckuethe
54d2083dc0 you can now use the usbdevs program that comes with the base system to
find your ipod's "firewire id".
2007-12-04 07:28:30 +00:00
sthen
47fcfef265 update to 1.2.6, fixes mplayer.
ok jasper@
2007-12-01 02:19:17 +00:00
ajacoutot
10f32495e6 - make it use portaudio v19; i.e. full-duplex support!
committing on behalf of jakemsr@ who did all the work
2007-11-23 10:07:40 +00:00
ckuethe
56472f62e4 Update to gtkpod 0.99.10. New eyecandy, but the key feature is that it
works with apple's serial number silliness.
"it pulls up my shuffle just fine" okan@
2007-11-22 22:46:42 +00:00
ckuethe
593a724e63 update to libgpod 0.6.0, which can play apple's silly serial number games
"it pulls up my shuffle just fine" okan@
2007-11-22 22:37:33 +00:00
ajacoutot
1612b04a0e - add a xaw FLAVOR
- reformat DESCR
- fix WANTLIB

based on a submission from Bryan Linton <bl at shoshoni dot info>
"go for it" landry@
2007-11-22 12:52:34 +00:00
simon
e1554d7d73 update to version 1.23
confirmed by maintainer
2007-11-20 21:24:58 +00:00
jakemsr
1d3b668b1a no need to patch away SNDCTL_DSP_GETODELAY now that it is in libossaudio 2007-11-18 14:03:32 +00:00
jasper
33f06b00d3 update maintainers email address.
per his request
2007-11-13 20:05:00 +00:00
steven
88b4792252 fix WANTLIB 2007-11-13 12:44:22 +00:00
jakemsr
179eadc317 - use SYSCONFDIR for the configuration file
- add a sample configuration file
- expand the name of the configuration file in the manpage

mostly from and ok jasper@
2007-11-06 20:45:21 +00:00
simon
4dab3b36f2 fix and sort WANTLIB after gtk+2 update
ok naddy@ (maintainer)
2007-11-05 21:44:57 +00:00
jakemsr
24307797c3 - build the tests in the regress target
- in IsFormatSupported() actually check that the sample rate and
  number of channels are supported
- bump pkgname
2007-11-01 03:29:53 +00:00
jasper
7c470cb5a8 - use libtool
- fix a bug in libmpdclient where it doesn't break to use a valid
  address from getaddrinfo, so it always uses the last one. which
  can be an ipv6 address, and that fails when mpd is only bound
  to localhost

From Nicholas Marriott <nicm__ at ntlworld.com>
via Tobias Ulmer <tobiasu@tmux.org> (MAINTAINER)
2007-10-31 06:34:55 +00:00
jakemsr
419556f518 OSS audio cleanup
- include sys/ioctl.h before soundcard.h
- use /dev/audio, not /dev/dsp
- use a proper value for SNDCTL_DSP_SETFRAGMENT
2007-10-29 07:59:27 +00:00
simon
a67f96859b fix WANTLIB after gtk+2 update
ok ajacoutot@
2007-10-27 16:13:37 +00:00
espie
fbe8651d6a sequential build of library/shared library unmesses parallel builds...
regen patches while there.
2007-10-27 15:01:53 +00:00
jakemsr
626b471bae add portaudio-svn 2007-10-27 09:03:38 +00:00
jakemsr
ace82ffad3 import portaudio v19 snapshot
PortAudio is a free, cross platform, open-source, audio I/O library.  It
lets you write simple audio programs in 'C' that will compile and run on
many platforms including Windows, Macintosh (8,9,X), Unix (OSS), SGI,
and BeOS. PortAudio is intended to promote the exchange of audio
synthesis software between developers on different platforms.

ok deanna@
2007-10-27 08:59:04 +00:00
ajacoutot
367a4bb8c2 - use our naming scheme for patches 2007-10-26 20:25:39 +00:00
jasper
78091cecd5 add xmmsctrl 2007-10-26 20:24:27 +00:00
jasper
fb95c1bdf0 import xmmsctrl 1.9
xmmsctrl is a small utility to control xmms from the command line. Its
goal is to be used coupled with sh to test xmms state and perform an
appropriate action, e.g. if playing then pause else play. The interest
of this is to bind keys in a window manager to have control over xmms
with keys that do play/next/pause, prev, control sound.

by Gleydson Soares (MAINTAINER) with tweaks by me
2007-10-26 20:22:42 +00:00
jasper
d337831ad5 reflect reality a bit better 2007-10-26 15:05:12 +00:00
jasper
4c4d2335f2 mark broken after gtk update, it needs an update anyway
(will be updated soon)
2007-10-24 22:41:36 +00:00
kili
4d83ce8e06 This has a real manpage and doesn't need help2man any longer.
ok jasper@
2007-10-14 14:52:41 +00:00
jasper
aaf6cbaf99 - long overdue update to 0.91.1 (uses gtk2 now)
- simplify post-install
- re-format DESCR/MESSAGE
2007-10-14 14:12:42 +00:00
merdely
f3e5408de7 This cleans up the XMMS port. It is not usable on a static arch so there is
no need for the PFRAG fragments. Also this makes use of the central libtool
via USE_LIBTOOL and removes the unnecessary libtool patches.

From brad@
ok ajacoutot@, robert@
2007-10-10 14:54:05 +00:00
steven
9bfed1ac43 bump PKGNAME after python version switch 2007-10-08 08:22:38 +00:00
todd
b0ab8af6c4 fix libesd.so.2.38 -> libesd.so.2.34 regression in #'s
this is OpenBSD, we move forward with lib numbers, not backwards, even if
we choose to revert the package contents, so people don't get burnt if both
exist in their /usr/local/lib dir

move to libesd.so.2.39, bump PKGNAME (thanks sturm@)
ok jasper@ sthen@
2007-10-05 14:14:14 +00:00
jasper
e5d81d4310 we prefer the idiom of MODULES=devel/gettext over MODULES=gettext
"looks good" steven@
2007-10-02 19:09:44 +00:00
jakemsr
859bee2b33 build with ffmpeg and libsamplerate.
ok brad@
2007-10-01 17:39:50 +00:00
steven
3b92333205 switch teTeX -> texlive
discussed with sturm and mbalmer
2007-10-01 11:42:30 +00:00
naddy
b0aba0361f maintenance update to 1.2.1 2007-09-24 17:23:55 +00:00
merdely
512e47856d Fix WANTLIB
ok steven@,jasper@
2007-09-23 22:06:46 +00:00
jasper
91ecc73e1f update herrie to 1.8.4 2007-09-23 15:50:45 +00:00
sturm
9e43fcf5dd update WANTLIB 2007-09-22 20:30:05 +00:00
jasper
bff5ab8b48 add mpdscribble 2007-09-21 15:13:55 +00:00
jasper
35a491aab2 import mpdscribbler 0.2.12
mpdscribble is a music player daemon client which submits information
about tracks being played to audioscrobbler.
2007-09-21 15:12:02 +00:00
jasper
966cbf5b42 add gimmix 2007-09-21 15:08:39 +00:00
jasper
cdeba342ef oops.. 2007-09-21 15:07:56 +00:00
jasper
59a5214178 import gimmix 0.4.1
Gimmix is a graphical music player daemon (MPD) client written in C
using GTK+2. It's very simple and easy to use, yet offers many features
to make your audio experience a pleasant one.
2007-09-21 15:07:00 +00:00