Commit Graph

2699 Commits

Author SHA1 Message Date
jeremy
a8bf115817 REVISION bump all ruby ports due to a change in the pkgspec.
Previously, we were using ruby->=1.8,<=1.9, instead of
ruby->=1.8,<1.9.  While this wouldn't cause an issue, since
our ruby-1.9.2 package isn't included in ruby->=1.8,<=1.9,
it's still wrong and should be fixed.  This also fixes the
following minor issues:

Switch from using FLAVOR to MODRUBY_FLAVOR for *_DEPENDS.
Currently we don't have a ruby port that uses FLAVORs that
would differ from MODRUBY_FLAVOR, but it's possible we will
in the future.

Switch from BASE_PKGPATH to BUILD_PKGPATH in a few cases in
REGRESS_DEPENDS.  This probably is not strictly necessary, but
BUILD_PKGPATH is used in more cases, so it is good for
consistency.

Switch to new style *_DEPENDS, with the version specification
at the end.  The remaining cases where this is not done is
because a specific version is used.

Some FULLPKGNAME added to REGRESS_DEPENDS, to make sure that if
the old version is installed when you run a regress test, it
will install the new version first.

Some conversion of spaces to tabs for consistency.

OK landry@
2010-11-24 21:35:13 +00:00
jasper
7e06cae5a3 - unbreak after vorbis-tools update
from Oliver Klima
2010-11-24 08:24:32 +00:00
jasper
286f038a14 - minor style 2010-11-23 18:14:02 +00:00
espie
ce6c04a151 fix regress 2010-11-22 16:11:40 +00:00
jasper
5160e43211 - drop maintainership of ports i don't use anymore, and take maintainership of three new ones. 2010-11-22 08:56:47 +00:00
millert
377cb454a5 Update picard to version 0.12.1 and link with libavcodec, libavformat
and libofa to support tagging by audio fingerprint.  OK phessler@
2010-11-20 15:48:57 +00:00
ajacoutot
ae9c1b49ab Lowercase COMMENT.
ok millert@ (out of pity I guess ;-))
2010-11-19 18:34:18 +00:00
millert
e1ed4406ac add libofa; ok martynas@ 2010-11-19 17:12:43 +00:00
millert
217ddf06bd libofa port 2010-11-19 17:12:15 +00:00
jasper
3960e26f12 - missing gettext module 2010-11-18 12:03:28 +00:00
dcoppa
3310fa009f HOMEPAGE has changed (plus small bugfix) 2010-11-17 08:54:39 +00:00
espie
99fe429f1a missed libspecs 2010-11-15 13:08:37 +00:00
espie
9de7d94549 a few depends I missed 2010-11-15 12:44:20 +00:00
espie
2314c85f45 convert to new style depends
zap default spec that are not needed
convert libspecs as well
convert p* to REVISION.

No package changes
2010-11-15 00:22:45 +00:00
dcoppa
a85afc8609 Update to pianobar-2010.11.06
Fixing "Error: Protocol incompatible. Please upgrade libpiano."

pianobar is playing cat and mouse with pandora.com...
2010-11-13 12:59:18 +00:00
phessler
0585d1ca27 Include 'MusicBrainz' in the COMMENT, so searches can find this
OK sthen@
2010-11-10 13:18:42 +00:00
jasper
08f27d6e2a - switch to pkg-readmes
ok sir jake@
2010-11-10 08:00:02 +00:00
jeremy
f4542e4eb3 REVISION bumps for most ruby ports after the ruby.port.mk update.
PKG_ARCH = * removed from many ports as it is added automatically
for pure ruby gem ports.  Switch ports that previously used
GEM_SKIPDEPENDS to adding dependencies or modifying the underlying
gem metadata with patches.

OK landry@
2010-11-08 23:28:53 +00:00
jeremy
cb1c9c889a Update plists for most ruby ports after changes to ruby.port.mk.
Requested as a separate commit by landry@.

OK landry@
2010-11-08 23:24:39 +00:00
jeremy
1952f8e4f2 Enable speex, mod, cdda, and cddb support, now that all related
libraries have been imported.  These all appear to work correctly,
except that CD audio playback has some occassional gaps, but
jakemsr@ reports that other libcdio users have similar issues.

OK jakemsr@
2010-11-07 00:50:22 +00:00
jeremy
37da804a39 This is a library based on the mod rendering code from ModPlug, a
popular Windows mod player written by Olivier Lapicque, found at
http://www.modplug.com.

Based on a diff from Alexandr Shadchin.

OK jakemsr@
2010-11-07 00:44:09 +00:00
landry
6ffd15fd5a Stop the auto* madness and bring this port inline with today's standards:
- use ${SUBST_CMD} instead of perl -pi
- remove auto*/aclocal*.am patches and only patch configure/Makefile.in.
- use @sample to install a config file instead of @cwd, and default
to sndio output
- remove auto* dependency, unbreaks it with new metaauto
2010-11-06 12:19:38 +00:00
jasper
0e1a9e1229 - tweak 2010-11-03 18:18:51 +00:00
jasper
04a4667a98 - update to 1.100430 2010-11-03 09:21:00 +00:00
ratchov
3d84b3442f update to 1.0.4 which fixes bugs. Also remove USE_GROFF (man
pages are fine for mandoc), and remove REVISION (requested by
sthen).

ok sthen
2010-10-30 20:14:54 +00:00
ajacoutot
761594762a Add RCS IDs to rc scripts. 2010-10-29 12:54:43 +00:00
jakemsr
fdac5b52ed + lmms 2010-10-28 22:38:38 +00:00
jakemsr
2a227085fc initial import of audio/lmms
LMMS is a music production program.  This includes the creation of
melodies and beats, the synthesis and mixing of sounds, and arrangement
of samples.  You can have fun with your MIDI keyboard and much more.

Features:

* Song Editor for composing songs
* A Beat+Bassline Editor for creating beats and basslines
* An easy to use Piano Roll for editing patterns and melodies
* An FX mixer with 64 FX channels and arbitrary number of effects
  allow unlimited mixing possibilities
* Many powerful instrument and effects plugins out of the box
* Full user defined track based automation and computer controlled
  automation sources
* Compatible with many standards such as SoundFont2, LADSPA, and full
  MIDI support
* Import of MIDI and FLP (Frootyloops Project) files

import requested by armani@, some midi bits improved by ratchov@,
reviewed by ratchov@ and stsp@ "why isn't that imported yet" from
several
2010-10-28 22:33:41 +00:00
edd
e8e05cc9ab link mpd-add-similar and py-last. 2010-10-28 16:14:03 +00:00
edd
c4f31f01be Import mpd-add-similar - tool to add similar tracks to your mpd playlist.
OK, sthen@
2010-10-28 16:11:52 +00:00
edd
fb2be06952 Import py-last, last.fm library for python.
OK sthen@
2010-10-28 16:10:24 +00:00
jasper
edfc0085d4 - obvious MESSAGE is obvious, zap it.
prompted by aja
2010-10-28 11:30:08 +00:00
jasper
86b330d994 - add rc script for mpd
ok robert@
2010-10-28 11:24:35 +00:00
steven
08cec9fd54 this builds fine with openbsd libtool so set USE_LIBTOOL=yes
however auto* needs libtoolize or some other libtool macros, therefore add
a build dependency on gnu libtool
2010-10-28 10:02:04 +00:00
espie
39c51767b6 use default QString(), avoids ambiguity with upcoming qt 4.7.0. 2010-10-27 22:06:13 +00:00
jasper
fad8923eb9 - add a backup master site, as the upstream one is rather flaky 2010-10-27 10:23:42 +00:00
jeremy
006fde0cd9 Handle the rest of the fallout from the splitting of MODRUBY_LIB_DEPENDS
into MODRUBY_WANTLIB and using CONFIGURE_STYLE = ruby gem ext.  Use the
lang/ruby module for all dependent ports, setting
MODRUBY_{BUILD,RUN}DEP=No if necessary.

ok landry, phessler, sthen
2010-10-26 21:42:13 +00:00
dcoppa
f0dd39275f Upstream rerolled the distfile.
OK landry@
2010-10-26 08:25:26 +00:00
landry
f92fc82f29 Unbreak on clean box, add audio/ladspa to BUILD_DEPENDS.
spotted by and ok jasper@
2010-10-25 08:41:27 +00:00
ajacoutot
ff07e285bc Remove USE_X11. 2010-10-24 20:58:58 +00:00
jakemsr
2f0812f770 enable ladspa effects via liblrdf and update WANTLIB
while here

ok jeremy@ (and he already committed the plugin.c patch
upstream!)
2010-10-24 19:10:15 +00:00
sthen
3b2bbaacc0 Add MODPY_WANTLIB, adjust MODPY_LIB_DEPENDS to new-style LIB_DEPENDS,
update all ports to match. Plists don't change -> no bump.
Looks ok to jasper.
2010-10-24 15:53:55 +00:00
naddy
b652d545f7 proactively fix for gmake 3.82 2010-10-24 13:29:43 +00:00
jakemsr
541ad548f1 + {swh,tap}-plugins 2010-10-24 13:21:27 +00:00
jakemsr
3074b93528 initial import of audio/swh-plugins
This package is a collection of several LADSPA plugins from Steve
Harris.

ok landry@
2010-10-24 10:32:48 +00:00
jakemsr
62d324f038 initial import of audio/tap-plugins
TAP (Tom's Audio Processing) LADSPA plugins is a varied collection
of filters, processors and effects.

ok landy@
2010-10-24 10:12:15 +00:00
landry
b22bd9befa Auto* uses libtool m4 macros, set USE_LIBTOOL=gnu 2010-10-24 07:53:23 +00:00
jakemsr
2a7bbcebd6 + calf, caps-plugins, mcp-plugins 2010-10-23 22:08:47 +00:00
jakemsr
d4610492a5 initial import of audio/caps-plugins
CAPS, the C* Audio Plugin Suite, is a collection of refined LADSPA audio
plugins capable of (and mainly intended for) realtime operation.  The
suite includes DSP units emulating instrument amplifiers, stomp-box
classics, versatile 'virtual analogue' oscillators, fractal oscillation,
reverb, equalization and more.

looks ok to landry@
2010-10-23 21:59:58 +00:00
jakemsr
5264503d42 initial import of audio/mcp-plugins
The MCP plugins consist of:
- cs_phaser: a series connection of 1 to 30 first order allpass
  filters with feedback.
- cs_chorus: two low frequency oscillators, each having 3 outputs
  that are 120 degree apart in phase.
- mvclpf24: accurate digital implementation of voltage controlled
  lowpass Moog filter.
- mvchpf24: digital implementation of voltage controlled hipass
  Moog filter.

looks ok to landry@
2010-10-23 21:57:04 +00:00