Commit Graph

2030 Commits

Author SHA1 Message Date
jasper
a72eef8f8e add p5-Music-Audioscrobbler-MPD
p5-Music-Audioscrobbler-Submit
2008-08-27 19:52:17 +00:00
jasper
b360996fa9 import p5-Music-Audioscrobbler-MPD 0.12
Music::Audioscrobbler::MPD is a scrobbler for MPD. It provides routines
to submit songs to last.fm from MPD.

based on a port by anton v. yabchinkiy, with tweaks by me.
ok landry@
2008-08-27 19:50:37 +00:00
jasper
3d9b3d4f97 import p5-Music-Audioscrobbler-Submit 0.05
Music::Audioscrobbler::Submit is a scrobbler for MPD implementing the
1.2 protocol, including "Now Playing' feature.
Items are submitted and stored in a queue. This queue is stored as a
file using Tie::File. When you submit a track, it will add the queue to
the track and process the queue. If it submits all items in the queue,
the submit() method will return true.

based on a port by anton v. yabchinkiy, with tweaks by me.
ok landry@
2008-08-27 19:49:18 +00:00
jasper
fe55ca7696 - update herrie to 2.1
from emilien gaspar, thanks!
2008-08-27 18:25:02 +00:00
espie
fcf3cfdbeb minor update (1.4.10) 2008-08-26 17:24:38 +00:00
jasper
5715e08f33 - kill two flavors i missed,
spotted by viq, thanks!
2008-08-21 19:02:17 +00:00
jasper
d36c03233e - remove gnome flavor
- regen patches

ok wcobb@ (MAINTAINER)
2008-08-21 14:11:14 +00:00
ajacoutot
99e0a02abb - update lame to version 3.98
(new version heads up from sebastian.rother at jpberlin dot de)
2008-08-20 09:02:03 +00:00
sthen
323cf44154 shared library and PKGNAME bumps due to use of isinf/isnan/nan
following libc/libm changes
2008-07-25 20:25:59 +00:00
bernd
072567e1e5 Add a sigwinch handler so ncmpc will resize on xterm resize.
From Tobias Ulmer (MAINTAINER)

ok jasper@
2008-07-21 07:53:03 +00:00
naddy
23c5ecaa96 LP64 fixes: normalize truth values rather than truncating to int
From maintainer Arnaud Bergeron.
2008-07-18 14:29:42 +00:00
bernd
1d60f98bea Update to mpd-0.13.2.
ok MAINTAINER, jasper@
2008-07-15 08:40:49 +00:00
jakemsr
6838aeee39 * FFmpeg headers moved
* FFmpeg LIB_DEPENDS/WANTLIB changes
* add @bin markers in PLISTs
* bump PKGNAMEs

feedback/ok brad@
2008-07-09 02:07:36 +00:00
naddy
cd5be11251 Section rewrite to fix an assumption that long int is always 32 bits.
From upstream CVS; bug reported by Don Jackson.
2008-07-08 15:03:37 +00:00
ajacoutot
06469cc240 - update to libsamplerate-0.1.4 to fix a "segfault when downsampling by an
extremely small ratio"
2008-07-03 08:30:01 +00:00
wilfried
59a03c43e4 include prototypes for malloc and strdup - fix 64-bit warnings 2008-07-01 08:25:57 +00:00
sthen
20a2607b62 update midish to 0.3.2 (bugfix) and regen PLIST for @bin.
From ratchov@ (maintainer)
2008-06-30 10:11:33 +00:00
jakemsr
781094ad81 maintainence update, plus
- fix build on alpha by not comparing a va_list to NULL.  problem
  noticed and fix tested by merdely@.
- fix possible 100% cpu usage in full-duplex mode
- fix net client/server
- add @bin markers to PLIST
2008-06-28 05:49:30 +00:00
steven
eb6f97a927 update Paul Irofti's e-mail address, diff from him. 2008-06-19 09:09:42 +00:00
miod
88e6cd5f4d Makefile typo caused xmms to be a dependency even for the no_xmms flavor. 2008-06-18 18:08:06 +00:00
sthen
b29b83d776 sync wantlib and bump packages. ok ajacoutot 2008-06-15 00:04:49 +00:00
landry
5977558bc2 bump PKGNAMEs after lang/ruby module change 2008-06-14 23:41:31 +00:00
okan
9298370ad5 - maintenance update to 0.2.4.2 from Arnaud Bergeron (MAINTAINER)
- convert @perl goo to SUBST_CMD

"looks good" pval@
2008-06-09 23:46:20 +00:00
ajacoutot
007fc1c9c6 - unbreak (after libsoup update) by upgrading to version 0.11.5
breakage reported by naddy@
2008-06-09 22:59:42 +00:00
simon
aadf811194 add p5-CDDB-File and mp3cut 2008-06-08 11:15:03 +00:00
simon
96f2596e3f import mp3cut
This package provides a couple of tools to cut and cat MP3 audio files
at the frame level.

 * mp3cut uses a so called 'cue sheet' to cut an MP3 audio file into
   individual pieces (usually tracks)
 * mp3cat concatenates the audio data from one or more MP3 files
 * cddb2cue generates a cue file from a CDDB file

from Girish Venkatachalam
2008-06-08 11:14:59 +00:00
simon
0ffad0814d import p5-CDDB-File
This module provides an interface for extracting data from CDDB-format
data files, as used by freedb.  It does not read data from your CD, or
submit information to freedb.

from Girish Venkatachalam
2008-06-08 11:14:55 +00:00
ajacoutot
26ad17e565 - use textproc/intltool MODULE ;
MAINTAINER timeout
2008-06-06 09:59:05 +00:00
ajacoutot
ca49840da1 - small bugfix update to sonata 1.5.2 2008-06-05 19:57:29 +00:00
sthen
e6f0b63f7b +mkplaylist 2008-06-04 07:35:48 +00:00
sthen
aa98de9b6c import mkplaylist:
The script scans the given directories for media files with known file
name extensions and writes the names into a playlist file in M3U,
extended M3U or PLS format. Those very simple formats are used or at
least understood by the vast majority of media players on different
platforms.

For huge collections which have to be rescanned after adding or
modifying some files, the program can cache the meta data to speed up
subsequent runs.

from maintainer Girish Venkatachalam,
reworked to use python.port.mk and setuptools by wcmaier@
2008-06-04 07:33:20 +00:00
ajacoutot
5dcd16b39e - use the in-tree intltool utilities (textproc/intltool MODULE) instead
of the ones bundled in sources
PLIST_DB seems happy with the change so no bump
2008-06-03 14:56:09 +00:00
ajacoutot
bd65c3567f - reverse logic:
set BUILD_DEPENDS=${RUN_DEPENDS} and not the other way around
2008-06-03 09:08:23 +00:00
ajacoutot
e26775f9fe - remove support for MODGNOME_DEVHELP_FILES from the gnome MODULE ;
it makes more sense to add devhelp as run_depends for gnome-session and
leave it to the user to install it manually for other packages

"if you're as happy as a pig in poop, commit it" jasper@
2008-06-02 14:10:06 +00:00
ajacoutot
6e163b3cbd - enable MTP support ; from brad@
- move license marker toward beginning of Makefile while here and add
PORTHOME=${WRKDIR} to reduce spam output
2008-05-27 14:39:00 +00:00
jasper
24ed040c9b - update herrie to 2.0.2
from emilien gaspar, with a tweak by me.
2008-05-26 08:23:09 +00:00
okan
db69629683 +p5-gnupod 2008-05-19 20:22:34 +00:00
okan
7151e087d1 import p5-gnupod
GNUpod is a collection of Perl scripts which allow you to manipulate and
use your iPod.

from James Turner - thanks.

comments from simon@, sthen@ and probably others

"ok by me" merdely@
2008-05-19 20:21:42 +00:00
fgsch
d2d885ef2a grr, bump arts package as well. 2008-05-19 15:25:48 +00:00
fgsch
27afbc7e60 add cd audio support and fix dependencies.
bump package.
2008-05-19 15:22:49 +00:00
fgsch
3695ee87c9 update after cairo. 2008-05-19 03:01:00 +00:00
naddy
2cc7aa96d8 SECURITY fixes from Xiph SVN:
* add code to prevent heap attacks by exploiting dim=bignum and
  partition_codewords = partion_values
* correctly handle the nonsensical codebook.dim==0 case
* dd checks/rejection for absurdly huge codebooks

CVE-2008-1419, CVE-2008-1420, CVE-2008-1423
2008-05-17 19:58:25 +00:00
jasper
df69ad49b4 - update rhythmbox to 0.10.1 (makes it work again)
- use the updated gstreamer framework
- re-word DESCR
- misc. tweaks to Makefile

ok ajacoutot@
2008-05-14 09:41:56 +00:00
naddy
99fefeba2d * LP64 fix from Markus Lude <markus.lude@gmx.de>
* regen some patches
2008-05-13 14:20:25 +00:00
jasper
7d26d5e22f SECURITY FIX for SA29727 "Speex Header Processing Vulnerability"
patch from upstream

ok naddy@ (MAINTAINER)
2008-05-11 22:17:28 +00:00
jakemsr
820e5ed079 add milkytracker 2008-05-11 07:11:18 +00:00
jakemsr
d32fa0915f import milkytracker-0.90.80
MilkyTracker is an open source, multi-platform music application for
creating .MOD and .XM module files. It attempts to recreate the module
replay and user experience of the popular DOS program Fasttracker II,
with special playback modes available for improved Amiga ProTracker 2/3
compatibility.

ok simon@
2008-05-11 07:09:03 +00:00
jasper
1342250fe9 - update speex to 1.2beta3
- switch CONFIGURE_STYLE back to gnu, suggested by naddy.

tested in bulk build and ok naddy@ (MAINTAINER)
2008-05-04 15:16:43 +00:00
ajacoutot
68023efeed - bugfix update to sonata-1.5.1 2008-05-04 08:20:28 +00:00
fgsch
3c633f0b40 o move to an OpenBSD driver, reorganized, cleaner and with more support
o re-add cdda-player
o install libcdio_cdda.pc

ajacoutot@ ok.
2008-05-01 09:05:12 +00:00