Commit Graph

3347 Commits

Author SHA1 Message Date
ajacoutot
178e2b0ce3 typo in comment 2012-09-22 06:08:31 +00:00
ajacoutot
ef5cb32a0f Stupid autohell is stupid...
The situation is this: even when we --disable-gtk-doc, if gtk-doc is
actually installed at configure stage, tools like gtkdoc-rebase will be
picked up and run during the install target. That is bad because the
gtk-doc package may have been removed by then, especially during dpb(1)
bulks (we explicitely disable support for it so why should it stay...).

So for now, let's add the following env to configure whenever we use
--disable-gtk-doc, until a bettersolution is found...
CONFIGURE_ENV +=ac_cv_path_GTKDOC_CHECK="" \
		ac_cv_path_GTKDOC_REBASE="" \
		ac_cv_path_GTKDOC_MKPDF=""
2012-09-21 14:48:05 +00:00
jasper
67900c9c25 sync 2012-09-20 17:41:30 +00:00
jasper
4edbb42f5a import celt051
The CELT codec is an experimental audio codec for use in low-delay
speech and audio communication. It's meant to close the gap between
Vorbis and Speex for applications where both high quality audio and
low delay are desired.

This package contains the celt051 API.

ok aja@
2012-09-20 17:40:57 +00:00
jasper
c3990dee0b sync after recent lua.port.mk change 2012-09-19 08:15:08 +00:00
dcoppa
e48584d7b6 The desktop entry created for the last.fm player did not support
passing arguments, but this is needed when attempting to launch the
last.fm player from a browser via the uri handler (last.fm radio
links).
Fix it by replacing the "Exec=last.fm" line with "Exec=last.fm %U".

From gentoo linux
2012-09-18 20:39:25 +00:00
dcoppa
48744b881c Update to pianobar-2012.09.07 2012-09-18 12:35:03 +00:00
naddy
e5d4cd0dbc update to 0.1.5 2012-09-14 21:42:57 +00:00
naddy
26586fe1b0 update to 1.0.1; Opus has now been standardized by the IETF as RFC 6716 2012-09-14 21:42:32 +00:00
ajacoutot
fddaec21cc Unbreak when avahi is not around; spotted by nigel@ 2012-09-10 09:50:21 +00:00
ajacoutot
fd2e4aced3 - Disable JACK as it was a means of having audio via a sound server
before sndio but akode has had sndio support for a long time now
- Mark SHARED_ONLY as akode is a set of plugins for KDE and the rest of
KDE is SHARED_ONLY too

from Brad
2012-09-07 06:19:19 +00:00
ratchov
b48e78d96b fix locking problem exposed by rthreads 2012-09-06 22:18:23 +00:00
ajacoutot
d9a4bcc50e Bump after gstreamer-plugins-base subpackaging change. 2012-09-06 12:38:35 +00:00
ajacoutot
67e4096c40 Remove dependency on gstreamer-0.10/plugins-bad. 2012-09-06 12:12:22 +00:00
ajacoutot
4043a75cd8 Switch gstreamer-0.10/plugins-ffmpeg with gstreamer-0.10/plugins-ugly;
this is an audio app, not video.

ok mpi@ (maintainer)
2012-09-06 11:57:48 +00:00
ajacoutot
5169208f30 Remove unused gstreamer-0.10/plugins-bad dependency.
ok mpi@ (maintainer)
2012-09-06 09:53:15 +00:00
ajacoutot
3359300d5a - Fix random crashes caused by invalid 32-bit shifts on 32-bit values (from upstream).
- Add to the pkg-config file the missing libm library for static linking

from Brad
2012-09-04 06:17:51 +00:00
stsp
1787d32062 fix abort() in pthread_mutex_unlock(); ok aja 2012-09-03 09:09:34 +00:00
kili
45242ee96d Let it build with mtl-2.1 (and ghc-7.4). 2012-09-02 22:00:00 +00:00
ajacoutot
0bbbd35e32 register-plist did not catch the devel/glib2 -main -> empty change.
espie asked me in such a nice way to fix this that I'm bumping all ports
that have a direct dependency on glib2.
2012-09-01 14:36:56 +00:00
ajacoutot
9fb481213f Remove USE_GMAKE as CMake ports do not require GNU make and remove the
LDFLAGS hack which isn't necessary.

from Brad
2012-09-01 07:24:54 +00:00
ratchov
4b811f29c7 fix 24-bit output (LSB vs MSB confusion). Found by Brad.
ok dcoppa@
2012-08-31 20:16:40 +00:00
sthen
4c1056d028 drop ish@ as maintainer, per his request 2012-08-27 13:53:10 +00:00
ajacoutot
a73b0d4f87 sync WANTLIB after recent compiler change
from Brad
2012-08-25 17:10:58 +00:00
dcoppa
864dad392e Update to audacious / audacious-plugins 3.3.1
With suggestions from Brad and stsp@
OK stsp@
2012-08-25 11:30:19 +00:00
ajacoutot
af99458b46 Remove the as-needed pthread hack.
from Brad
2012-08-24 12:14:47 +00:00
jasper
863a07690a - fix the pkgconfig file for dynamic vs. static linking now that it can be
fixed properly post -pthread.

from brad
ok sthen@
2012-08-23 16:34:10 +00:00
sthen
41f27206ff sync wantlib 2012-08-23 14:54:31 +00:00
dcoppa
a7c8b0c261 Update to mpd-0.17.1
Tested by landry@, edd@ and Abel Abraham Camarillo Ojeda.
2012-08-23 14:28:19 +00:00
naddy
a8050c913d remove unneeded -pthread patches 2012-08-22 20:14:05 +00:00
sthen
e7df15cb78 install wavpack docs, simplified from a diff from Tim van der Molen 2012-08-21 15:23:43 +00:00
ajacoutot
30c33015b4 gtk+2 -> gtk+3 2012-08-21 13:10:08 +00:00
ajacoutot
057028b194 RCS id cleanup; also add OpenBSD RCS Id where missing... 2012-08-19 22:30:36 +00:00
espie
ea92e68247 new version, can now display one line of text per-beat.
those lines come from stdin, because scripting is the simplest
way to get nice behavior without making things too complex.
2012-08-19 09:55:19 +00:00
ajacoutot
7ab36748ae Remove irrelevant $FreeBSD RCS ids. 2012-08-18 12:41:37 +00:00
espie
886bd42cff fix documentation issues 2012-08-18 11:02:23 +00:00
ajacoutot
723ab5c35e Add VMEM_WARNING and NO_REGRESS.
Fix the fftw3 dependency.
Don't use ${FULLPKGNAME} in the PLIST to refer to the binary.
2012-08-18 08:50:19 +00:00
ajacoutot
b7eab0566c boring morning useless cleanup: remove the FreeBSD RCS tags; it makes
sense for ports Makefile but not really for categories.

ok espie@
2012-08-18 07:25:25 +00:00
ajacoutot
02c6d70f1c Regen PLIST to add the man pages. 2012-08-18 07:18:26 +00:00
stsp
59097e6bb8 += ardour 2012-08-17 15:36:02 +00:00
stsp
1bc8c067b9 Import ardour-2.8.14, with added support for sndio midi.
Ardour is a full-featured, free and open-source hard disk recorder and
digital audio workstation program suitable for professional use. It
features unlimited audio tracks and buses, non-destructive, non-linear
editing with unlimited undo, and anything-to-anywhere signal routing. It
supports standard file formats, such as BWF, WAV, WAV64, AIFF and CAF,
and it can use LADSPA, LV2, VST and AudioUnit plugin formats.

with and ok ajacoutot@
2012-08-17 15:33:32 +00:00
jasper
ab09ea2f1e - add missing build dependency
- tweak MASTER_SITES
2012-08-17 07:20:08 +00:00
jasper
97fce803e1 - tweak COMMENT/SHARED_LIBS
- fix license marker
2012-08-17 07:11:39 +00:00
stsp
df68fbe849 += aubio 2012-08-16 15:09:29 +00:00
stsp
72ed103e79 Import aubio. Needed by upcoming ardour port.
aubio is a tool designed for the extraction of annotations from audio
signals. Its features include segmenting a sound file before each of its
attacks, performing pitch detection, tapping the beat and producing midi
streams from live audio.
help/ok ajacoutot
2012-08-16 15:08:09 +00:00
stsp
a746f20aa0 += liblo 2012-08-16 13:15:50 +00:00
ajacoutot
b963135f24 -lpthread patches are no needed anymore. 2012-08-16 12:31:12 +00:00
stsp
d5a7e611ca Import liblo. Needed by upcoming port of ardour.
liblo is a lightweight library that provides an easy to use implementation of
the Open Sound Control (OSC) protocol.
ok ajacoutot
2012-08-16 12:26:28 +00:00
naddy
4f8961c0ca kill a few unneeded groff dependencies 2012-08-10 20:11:41 +00:00
shadchin
92009531de Changes proposed by aja@:
* add @comment for the libtool la files corresponding to modules
* fix RUN_DEPENDS
* add '${CONFIGURE_SHARED} --disable-static' in CONFIGURE_ARGS
* remove post-install hack, add the -avoid-version libtool option in the
  corresponding Makefile(s).

ok aja@, dcoppa@
2012-08-10 17:25:01 +00:00
naddy
c8fc5eef47 drop dead master sites and add a live one, from FreeBSD 2012-08-09 17:54:47 +00:00
shadchin
5245f2f477 +deadbeef 2012-08-08 18:12:35 +00:00
shadchin
a6ab3980da Import deadbeef 0.5.5.
DeaDBeeF (as in 0xDEADBEEF) is an audio player for GNU/Linux, BSD,
OpenSolaris and probably other UNIX-like systems.

ok dcoppa@
2012-08-08 18:06:48 +00:00
dcoppa
7aba82966d Fix columns generation without configuration file (the text of the
playlist disappeared in columns display mode when there is no config
file)
(upstream git commit 6126def6c5b339c7f43d99c47501dde21d4943b3)

help: fix typo
(upstream git commit a22e875473bb796eb1e905ca4d40b39c90133637)
2012-08-08 12:32:10 +00:00
dcoppa
523361ad2b TagLib has moved permanently to github. 2012-08-08 11:37:03 +00:00
naddy
bdd62947f1 clean up USE_GROFF in my own ports 2012-08-06 12:21:05 +00:00
naddy
0671039df6 update to 1.14.4 for some minor bug fixes 2012-08-04 17:38:56 +00:00
naddy
928ef365e1 maintenance update to 0.1.4 2012-08-04 15:41:44 +00:00
naddy
530b948b2d add mirror master site 2012-08-04 14:42:17 +00:00
ajacoutot
64fcaa187d Add BUILD_DEPENDS on devel/check which is needed to build the tests.
spotted by naddy@
2012-08-04 14:32:25 +00:00
ajacoutot
864915bb2e Update to libcanberra-0.29. 2012-07-13 17:03:32 +00:00
dcoppa
4778d4482f Sort CONFIGURE_ARGS; no bump needed. 2012-07-13 14:10:36 +00:00
jasper
0af85d0f7d fix wantlib 2012-07-13 09:11:22 +00:00
naddy
3b3cb2a94a this has been revived upstream, update to 0.3.2 2012-07-13 09:05:38 +00:00
espie
ea94dd2e3c with what I just committed to our libtool, this now builds correctly 2012-07-12 12:22:58 +00:00
naddy
53a9a04410 sync PERMIT_* for the MP3 modules with mpg123, where the code originated 2012-07-12 10:30:27 +00:00
jasper
144e2930d7 handle multiple lua versions, for now everything builds with the "old" 5.1 in the new location.
use FLAVOR=lua52 to use lua 5.2 with these ports.
2012-07-10 15:22:44 +00:00
naddy
c79dce02db add opus, opus-tools 2012-07-10 12:14:46 +00:00
naddy
a24ec5562f Import opus-tools 0.1.2.
Opus-tools provides command-line utilities to encode, inspect, and
decode .opus files.

ok sthen@
2012-07-10 12:12:37 +00:00
naddy
88ae050fb4 Import opus 0.9.14
The Opus codec is designed to handle a wide range of interactive
audio applications, including Voice over IP, videoconferencing,
in-game chat, and even remote live music performances. It can scale
from low bit-rate narrowband speech to very high quality stereo
music.

ok sthen@
2012-07-10 12:11:22 +00:00
sthen
c9ab086178 allow sox to use opencore-amr; from Jan Stary plus a bump and license marker
change from me; we must now use the terms of the GPLv3 to avoid a conflict
with the Apache license.
2012-07-09 13:25:37 +00:00
sthen
e92ba00636 update comment in USE_LIBTOOL line, I investigated this a bit before so
include url to the list posts. reminded by Jan Stary.
2012-07-09 10:07:53 +00:00
ajacoutot
89cf21db7b Use autoconf 2.69. 2012-07-07 11:28:01 +00:00
sthen
0905341c18 +opencore-amr 2012-07-06 17:22:49 +00:00
sthen
b1c62d2557 import opencore-amr, lightly tweaked from a submission by Jan Stary, ok jasper@
opencore-amr contains an implementation of the 3GPP TS 26.073
specification for the Adaptive Multi Rate (AMR) speech codec
and an implementation of the 3GPP TS 26.173 specification for
the Adaptive Multi-Rate Wideband (AMR-WB) speech decoder.
The implementation is derived from the OpenCORE framework,
part of the Google Android project.
2012-07-06 17:21:11 +00:00
dcoppa
f0928ceec0 Properly initialize libgcrypt
(upstream git commit 96db841a16670b52fa462337c657c6dc6bd2844a)

Work around libgcrypt deprecation warnings. See:
http://lists.gnupg.org/pipermail/gcrypt-devel/2011-July/001830.html
2012-07-06 08:32:13 +00:00
dcoppa
dd9de52d34 Maintenance update to audacious-3.2.4 2012-07-05 09:29:28 +00:00
naddy
3af7df4c12 get FLT_MAX from <float.h> rather than <limits.h> 2012-07-04 14:39:08 +00:00
ajacoutot
acf853732e Missing gtk.gdk.threads_init(): from upstream. 2012-07-04 11:44:23 +00:00
dcoppa
42883537f4 Re-add the old master site now that it's synced with
github.com/downloads/taglib/
2012-06-29 14:35:07 +00:00
dcoppa
de7b1e2ba3 Nonbuffered readline
(upstream git commit b45e7b8b7968855411d6270aa36897431b8e15de)

Fix segfault when sending empty tag strings
(upstream git commit be44e166c40e9708dbee563dbe6915a5391fe75c)
2012-06-29 09:16:23 +00:00
dcoppa
52148ee6b3 Update to release 2012.06.24 2012-06-28 07:10:25 +00:00
jasper
b7558692d4 - these patches (or chunks) are not needed anymore since arpa/inet.h -r1.12 2012-06-26 13:00:13 +00:00
ajacoutot
341625dc10 Update to espeak-1.46.02. 2012-06-23 12:23:31 +00:00
ajacoutot
c53de912ce -ifp-line 2012-06-22 14:44:07 +00:00
ajacoutot
b3dfe3f647 Remove old, unmaintained cruft.
req. by alek@ (maintainer)

ok jasper@
2012-06-22 14:43:46 +00:00
espie
1258d46300 bad jasper 2012-06-18 11:49:33 +00:00
rpointel
5a5117d3bc Exaile crashes on startup (reported by Giovanni Bechis, thanks).
Added this patch permit to work, and reported it upstream:
https://bugs.launchpad.net/exaile/+bug/1014484
ok Giovanni Bechis.
2012-06-18 06:03:37 +00:00
ajacoutot
88f65c9e12 Fix PERMIT_PACKAGE_CDROM and PERMIT_PACKAGE_FTP since we cannot
distribute a package.

from Brad
2012-06-15 12:51:32 +00:00
ajacoutot
a1b7c39eb5 gtk-update-icon-cache:
Don't redirect errors to /dev/null and don't return true(1)
unconditionally. Instead, don't check for the existence of index.theme.
This will allow us to catch errors that may be happening because of a
missing dependency in the chain.

Some hidden issues may appear, in which case please contact me.

discussed with and ok blind jasper@
2012-06-15 08:32:14 +00:00
landry
bc8797b0ab Update to cmixer 0.2.
Now allows to control sndio clients volume through audio/aucatctl. The
UI has been revamped to use tabs for various inputs/outputs/sndio entries.
2012-06-14 09:22:27 +00:00
jasper
c887103d0a - Remove the dependency on mpg321. pacpl does not even have
support to use mpg321 in any way.
  - Switch AAC/FLAC decoding and FLAC encoding to using FFmpeg
    and eliminates the run-time dependencies on the faad/flac ports.
    - Switch WavPack decoding to FFmpeg.

    reset maintainer per andreas' request
    from brad
2012-06-13 11:43:12 +00:00
jasper
3bc35990ad - properly detect 'convert', it used to return '0' after --version,
but now it returns '1', which upset the test.

from brad
2012-06-13 11:12:06 +00:00
dcoppa
94978fd54b Update to snapshot 2012.06.10, chasing changes in pandora's api. 2012-06-12 14:45:06 +00:00
pascal
dbbd796eb4 Update to xmms2 0.8, with small tweaks from Brad.
ok aja@, maintainer timeout
2012-06-09 09:46:18 +00:00
dcoppa
063ed9f836 Bugfix update to audacious/audacious-plugins 3.2.3.
ok stsp@
2012-06-08 14:44:55 +00:00
dcoppa
dcaa682854 properly handle more error messages.
from upstream git.
2012-06-08 11:01:20 +00:00
ajacoutot
acf77e3165 Committed upstream. 2012-06-04 07:54:36 +00:00
ajacoutot
c4486c33db Update to rhythmbox-2.97. 2012-06-03 11:12:30 +00:00
jasper
26f41e7051 - update to 1.3.2 2012-06-02 12:21:55 +00:00