ajacoutot
1cf5ea4afd
Missed in previous.
2012-09-29 09:32:52 +00:00
ajacoutot
e3128536fa
Disable OSS now that we have sndio(7) support.
...
Note that the mixer does not really work anymore... since sndio cannot
modify mixer(4) values :-/
2012-09-29 09:32:05 +00:00
landry
d589429af2
Mark as BROKEN-hppa, undefined references to :
...
__sync_bool_compare_and_swap_4
__sync_add_and_fetch_4
__sync_sub_and_fetch_4
__sync_lock_test_and_set_4
2012-09-29 06:49:03 +00:00
landry
782f62adc5
SConscript checks at configure time if gtk-update-icon-cache,
...
update-desktop-database and updae-mime-database are present in the PATH,
and if not resets FREEDESKTOP to 0, which results in a packaging failure.
Add RUN_DEPENDS to BUILD_DEPENDS to fix that.
2012-09-29 06:25:48 +00:00
eric
ef10a5a6e1
Add a sndio backend implementation.
...
It certainly needs more work, but it should be functionnal for playback.
Imported so that further testing and developement can happen in-tree.
prodded by ajacoutot@
2012-09-28 17:09:03 +00:00
dcoppa
c67fe66ae9
Fix broken HOMEPAGE/MASTER_SITES
2012-09-28 12:56:03 +00:00
brad
f022992b79
Don't create the shared lib using soname.
...
ok sthen@
2012-09-28 01:47:02 +00:00
ajacoutot
3c70fa453b
Forgot in previous.
2012-09-27 07:18:35 +00:00
ajacoutot
a0f9a20273
Update to sound-theme-freedesktop-0.8.
2012-09-27 07:18:09 +00:00
ajacoutot
a6d5fd4bd2
Minor update to libcanberra-0.30.
2012-09-27 06:17:08 +00:00
brad
be013343c1
Don't create the shared lib using soname.
...
ok sthen@
2012-09-26 19:20:59 +00:00
landry
f4118c2caf
Backport fix for an issue with httpd output streaming. Audio was being
...
played too fast when resuming, see http://bugs.musicpd.org/view.php?id=3527
ok dcoppa@ (maintainer)
2012-09-24 16:26:33 +00:00
jeremy
5542f53b23
Now that ruby 1.9 is the default ruby implementation for gem/extconf
...
ports, for the ports that are built both on ruby 1.8 and ruby 1.9,
switch the category Makefiles to explicitly list the ruby18 FLAVOR
instead of the ruby19 FLAVOR.
Also, for home_run, fastri, and fastercsv, explicitly build only the
ruby 1.8 version of the port. These libraries can run on ruby 1.9, but
it doesn't make sense to build a ruby 1.9 version by default.
2012-09-23 17:20:41 +00:00
jeremy
c3579f1baf
Bump revisions for ruby gem/extconf ports after the switch to ruby 1.9
...
by default, since the ruby 1.8 version now has a ruby18 explicit FLAVOR.
2012-09-23 16:57:32 +00:00
dcoppa
2128820f04
piano: Fix memory leak pointed out by clang
...
from upstream git
2012-09-23 10:18:21 +00:00
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
landry
5dbe5158ed
Unbreak. It doesnt respect CFLAGS but at least it builds. Reported by
...
naddy@.
2012-05-31 15:16:33 +00:00
bentley
21c62fa466
Make audio/dumb respect CC/CFLAGS.
...
ok landry@
2012-05-29 07:25:36 +00:00
dcoppa
bc214f6fe3
Add libgcrypt CFLAGS to %.o target
...
(upstream git commit db4c66b2956a4da2745f16131fe573962c3fcbfb)
Fix ambiguous error message "Invalid Partner Login" on wrong
email address/password failure
(upstream git commit 81bf363ac69e0036562434ca0e7153c3e624c8c3)
Move mutex initalization to main thread
(upstream git commit ed7b2597a439c27e60d0b4cec85e801c9099173c)
2012-05-28 09:47:00 +00:00
shadchin
f9d4675315
Switch pacpl on musepack, pointed out by naddy@
2012-05-25 13:46:08 +00:00
fgsch
f5ad04ae8b
Add pkgpath markers for libmpcdec and mppenc.
2012-05-25 12:51:06 +00:00
fgsch
af215f4594
unbreak by shortening comment. jasper@ ok
2012-05-25 09:10:52 +00:00
ajacoutot
2e7a5374dd
Update liba52 to 0.7.5-cvs snapshot. This was intended to be the 0.7.5
...
release but uptream project is essentially dead and the fixes and
improvements since 0.7.4 are worth getting in.
from Brad, maintainer timeout
2012-05-25 07:15:41 +00:00
shadchin
78540d85ec
Unlink and remove libmpcdec and mppenc (replaced by musepack)
...
ok ajacoutot@
2012-05-24 18:57:13 +00:00
shadchin
353cfedef2
Switch ports on musepack, ok ajacoutot@
2012-05-24 18:36:45 +00:00
shadchin
34b8d16d61
+musepack
2012-05-24 18:30:58 +00:00
shadchin
efad40af77
Import audio/musepack, ok ajacoutot@
2012-05-24 18:25:56 +00:00
ajacoutot
15ea48cb4b
Remove workarounds now that we have a modern faad.
...
from Brad
2012-05-22 18:39:42 +00:00
ajacoutot
991a75909d
Update to faad 2.7.
...
from Brad
2012-05-22 18:38:48 +00:00
naddy
8856725b20
strptime is XPG4v2
2012-05-20 22:06:35 +00:00
ajacoutot
bdc06434d1
Add missing _POSIX_THREAD_PRIORITY_SCHEDULING checks.
...
from Brad
2012-05-19 06:04:22 +00:00
bentley
ca0ae29ca3
+shntool
2012-05-18 01:30:55 +00:00
bentley
d76271db40
Import shntool-3.0.10.
...
shntool is a multi-purpose WAVE data processing and reporting utility.
File formats are abstracted from its core, so it can process any file
that contains WAVE data, compressed or not - provided there exists a
format module to handle that particular file type.
ok sthen@
2012-05-18 01:29:56 +00:00
ajacoutot
86265ce150
Fix usage of the _POSIX_THREAD_PRIORITY_SCHEDULING macro.
...
from Brad
2012-05-17 05:01:35 +00:00
sthen
5537099ae2
update to MP4::Info 1.13, from dhill. drop maintainer as per his request.
2012-05-16 08:57:14 +00:00
naddy
b2572714e6
fix crash on SIGINT or end of file, reported by Thomas Pfaff
2012-05-15 19:51:53 +00:00
jasper
eca3ed6b04
- switch to lua module
...
- regen WANTLIB while here
2012-05-15 18:04:13 +00:00
ajacoutot
acdd092453
Some bug fixes from upstream:
...
- Fix random crashes caused by invalid 32-bit shifts on 32-bit values.
- Mark tables as static constants.
- Change output normalisation factor from 3/2 to sqrt(2).
- Sanity check for subframes and prim_channels to avoid crashes with invalid streams.
- Avoid crashing with invalid frames setting a bitalloc_huffman component to 7.
While here, tweak COMMENT and remove USE_GROFF.
from Brad
2012-05-15 16:17:27 +00:00
ajacoutot
7482052466
Update to pulseaudio-2.0.
...
ok robert@ (maintainer)
2012-05-14 17:45:16 +00:00
dcoppa
2463359bec
libpiano: add stationToken to addFeedback request: fixes thumbs
...
up/down and move song
(upstream git commit c4330c3f65b2eacd3433ba19b1483f6704303205)
2012-05-14 08:07:00 +00:00
ajacoutot
e33d03a625
Fix LIB_DEPENDS to unbreak on a clean machine.
2012-05-14 07:50:36 +00:00
ajacoutot
667abe2ab0
Fix after recent neon update.
2012-05-14 06:27:12 +00:00
naddy
82f42e6f04
update to 1.14.2 for minor bug fixes
2012-05-13 20:12:17 +00:00
dcoppa
234abdd653
Add proper header/library checks for the sndio backend within the
...
autoconf script and tweak the build infrastructure to better integrate
with upstream's way of doing things. From brad.
Enable the MMS transport and sync WANTLIB.
2012-05-11 11:59:31 +00:00
dcoppa
d9d6701485
sync patches
2012-05-11 10:53:54 +00:00
stsp
0c83251c43
Update to audacious-plugins-3.2.2; ok dcoppa
2012-05-11 09:58:09 +00:00
stsp
349c0c5ac7
Update to audacious-3.2.2. ok dcoppa
2012-05-11 09:57:29 +00:00
ratchov
9970c33a42
use milliseconds for the buffer size, in the sndio backend
...
ok stsp, dcoppa
2012-05-10 22:42:23 +00:00
dcoppa
cf4bb2e84b
Correct LDFLAGS for pianobar/libpiano linking
...
from upstream git
2012-05-10 11:23:18 +00:00
ratchov
d155f572cb
Update the plug-in to the newer 3.x plug-in semantics. Fixes audacious
...
unpausing by itself as various other bugs caused by using the version
2.x plug-in.
ok stsp, dcoppa
2012-05-09 20:53:35 +00:00
ajacoutot
48c1f786ac
Wrap gtk.main, not app.main, thanks kurt@ :)
2012-05-09 14:28:54 +00:00
dcoppa
e5d2ca44f5
Sync with patch that was committed upstream.
2012-05-09 09:35:08 +00:00
ajacoutot
86cce23279
Properly call gtk.gdk.threads_enter and gtk.gdk.threads_leave to prevent
...
abort() on startup due to gtk trying to unlock a uninitialized mutex.
looks good to kurt@
2012-05-09 08:30:14 +00:00
landry
030e3f858e
Update to easytag 2.1.7, bringing 5 years of fixes !
2012-05-08 12:52:03 +00:00
landry
d4034d55bd
adapt after libmp4v2 update
2012-05-08 12:49:45 +00:00
landry
492ef95c93
Fix WANTLIB and DEPENDS. libmp4v2 moves to RUN_DEPENDS since it's
...
dlopen()'ed at runtime.
2012-05-08 12:48:58 +00:00
landry
9fa0cccbde
Adapt after libmp4v2 update.
2012-05-08 12:48:14 +00:00
dcoppa
972bc1d24f
Update to *release* 2012.05.06
2012-05-07 11:04:21 +00:00
ajacoutot
981f12e4ea
Fix a runtime warning; not that this does not fix the thread related
...
crash on startup, so it is still broken.
2012-05-05 09:40:43 +00:00
dcoppa
3332620b80
Update to a newer git snapshot (2012-04-17)
2012-05-04 11:05:02 +00:00
dcoppa
7979b67d5f
Update to a new snapshot dated 2012-05-02.
...
Makes pianobar work again, after the umpteenth change to Pandora API.
New dependencies: devel/json-c, security/libgcrypt
2012-05-04 10:32:33 +00:00
ajacoutot
09ebf67432
curl is a BUILD_DEPENDS, not LIB_DEPENDS.
2012-05-04 06:34:53 +00:00
ajacoutot
b3d16d877a
Update to picard-0.16.
...
from Brad, maintainer timeout
2012-05-04 06:24:04 +00:00
naddy
3f53c84034
maintenance update to 1.14.0
2012-05-02 19:58:16 +00:00
dcoppa
641c1b22d6
Update to taglib-1.7.2, rolling in the fix for SECURITY issue
...
CVE-2012-2396: fixed division by zero while parsing corrupted MP4
files.
2012-05-02 08:48:51 +00:00
jasper
702bfef43c
switch to MASTER_SITE_DEBIAN
2012-04-30 19:22:08 +00:00
ajacoutot
f1f73293c5
Update xmms2 for newer libavcodec API.
...
from Brad
2012-04-30 06:05:17 +00:00
jeremy
47d1cd7fde
Update to newer FFmpeg API.
...
From brad@comstyle.com , OK @ajacoutot
2012-04-30 00:54:00 +00:00
ajacoutot
0114a2eef7
Update akode for newer FFmpeg API..
...
CODEC_TYPE_VIDEO == AVMEDIA_TYPE_VIDEO with the current snapshot of
FFmpeg, so no pkg change.
from Brad
2012-04-29 07:09:23 +00:00
ajacoutot
689f54b24a
--localstatedir=/var is the default now.
2012-04-28 10:52:08 +00:00
ajacoutot
f3535a9bfe
Cope with recent audio/tremor update.
...
from Brad
2012-04-28 09:03:45 +00:00
ajacoutot
ed82376280
Update to an up to date snapshot of the Tremor decoder.
...
* fixes a few security related issues and a good number of bugs
from Brad
2012-04-28 09:03:08 +00:00
sthen
71544ab8b4
Update pacpl to 4.0.4 and switch to FFmpeg for AC3 encoding. From Brad,
...
ok with maintainer "if it works for you".
- also fix AC3 decoding, which was broken in the old version too (and found
while testing the above changes), from me.
2012-04-28 09:02:36 +00:00
espie
4ed7caa04f
first pass at handling sqlite3 move
2012-04-23 17:15:17 +00:00
dcoppa
49e9ffe538
Sync patch; committed upstream (no pkg change)
2012-04-21 13:38:47 +00:00
dcoppa
6c80f42a16
garbage collect gcc3 patches: gcc3 architectures are history and
...
celt won't compile with gcc2 anyway.
naddy@ agrees.
2012-04-21 13:15:52 +00:00
sthen
15af9f5e89
Remove optional dependency faac from RUN_DEPENDS, no need for it as
...
gnupod will use ffmpeg's own aac coder instead. From Brad.
2012-04-21 08:39:13 +00:00
dcoppa
5e98afa5bd
Fix after celt update
...
ok ajacoutot@
2012-04-20 13:28:50 +00:00
dcoppa
9e7619ca15
Update to celt-0.11.3
...
ok ajacoutot@
2012-04-20 13:25:34 +00:00
jasper
82ec075700
sort
2012-04-20 10:57:28 +00:00
dcoppa
8d92823768
Roll new distfile and gc local patches
2012-04-20 08:22:34 +00:00
dcoppa
dc08854ae2
Bandaid fix to avoid unlocking a non-locked mutex.
...
PTHREAD_MUTEX_STRICT_NP is merciless ;-)
2012-04-19 21:39:08 +00:00
dcoppa
45ff4ccf4b
Add option to enable TLS for all actions (not just sending login
...
credentials). Useful to get around GeoIP restrictions.
(upstream git commit 35763dea799c96361e288a10eab0fbd16c36e880)
2012-04-16 13:09:26 +00:00
dcoppa
6aafab44cc
Fix up DESCR: fix mistake with the tremor FLAVOR description and
...
fix capitalisation within the DESCR file.
from Brad
2012-04-16 09:50:17 +00:00
edd
5e31011d2d
Fix missing CFLAGS exposed by sqlite import. Patch from Nigel Taylor. Thanks
2012-04-15 15:23:54 +00:00
dcoppa
aa0c1124ca
Update to umurmur-0.2.10.
...
From maintainer Jonathon Sisson, tweaked by me
2012-04-12 10:03:19 +00:00
dcoppa
5620040242
Garbage collect patches/patch-src_playerlistener_cpp: it works fine
...
now that we have rthreads.
While here, fix WANTLIB.
2012-04-12 09:15:40 +00:00
dcoppa
c93679301c
Warn if ctl is not a fifo.
...
Ordinary files are not supported and cause problems, so close the
fd and print a warning instead.
(upstream git commit ed6d013054f589f2999926b02f4ac6dc76c7fe91)
2012-04-11 08:41:58 +00:00
dcoppa
b55651d9bf
Update to 0.16.8. Minor bugfixes, most likely the end of the line
...
for the 0.16.x releases.
2012-04-10 15:12:54 +00:00
dcoppa
6f4992e651
Re-disable GIO support. As pointed out by ajacoutot@, it would need
...
a runtime dependency on gvfs.
2012-04-06 14:38:01 +00:00
sthen
37bb2d3b74
update to OpenAL 1.14, from Antti Harri with tweak from Brad
2012-04-06 13:48:18 +00:00
dcoppa
6a440081c0
Some fixes and improvements for the audacious-plugins port:
...
- sync/re-sort WANTLIBs
- enable GIO support since we have Glib in the dependency path anyway
- simplify one of the Makefile patches a bit
- invert the logic for enabling/disabling the sndio backend
- more appropriate fix for some of the autoconf checks as the LIBS
variable was being polluted very early on breaking most of the
checks using AC_CHECK_LIB as well as remove/fix some improper
use of the AC_CHECK_LIB macro
From Brad
2012-04-06 11:50:20 +00:00
dcoppa
ed3090a34f
Update to hs-libmpd-0.7.2
...
ok jasper@ (maintainer)
2012-04-05 09:12:07 +00:00
naddy
accf3e3ca2
maintenance update to 1.13.7
2012-04-04 11:32:58 +00:00
dcoppa
9f9ac1b65a
Bugfix update to ncmpcpp-0.5.10
2012-04-02 14:09:36 +00:00
ajacoutot
2cc6b87dea
Remove xsa@ from maintainer as per his request.
2012-04-02 13:06:42 +00:00
ajacoutot
091bb20796
Fix some ports improperly using the POSIX feature test macros. Just
...
checking if they're defined is wrong as -1 is a valid value to indicate
the feature is not supported. No package bumps as the code sections in
question are not being built at the moment.
from Brad
2012-03-30 06:09:54 +00:00
dcoppa
b7adff3b5f
Correctly initialize fd using -1
...
(upstream git commit 7d659d4bd624b3100b0c0852039648d7803cbaf9)
2012-03-29 13:54:17 +00:00
sthen
88ea72915d
Change SEPARATE_BUILD=(concurrent|simple) to Yes; bsd.port.mk doesn't
...
make a distinction between these. ok aja@ dcoppa@
2012-03-29 13:38:12 +00:00
ratchov
f7051d183e
Connect aucatctl to the build.
...
ok sthen
2012-03-27 19:46:10 +00:00
ratchov
aa5acd235a
Add MAKE_FLAGS="${CC}" to honour the CC variable.
...
from sthen
2012-03-27 08:10:27 +00:00
ratchov
0659afb9fc
Add aucatctl, a utility to control aucat and/or sndiod volume
...
through MIDI. Mostly from Antti Harri.
help from and ok sthen
2012-03-27 08:05:37 +00:00
sthen
7cd4365096
use ftp not wget, from Jan Stary (maintainer)
2012-03-26 20:38:49 +00:00
sthen
3e2f97bc9e
- reorder CONFIGURE_ARGS into the order in which they appear in ./configure,
...
to make future updates easier, and LIB_DEPENDS to match.
- (beaut|ugl)ify whitespace ;)
from Jan Stary (maintainer).
2012-03-26 20:37:07 +00:00
dcoppa
9b0b671915
Stop saying "DEBUG: Chunked!" when encountering chunked http transfers
...
(upstream git commit 679a0e238d78864c4340cedc3615aa234ef3e440)
2012-03-26 08:09:01 +00:00
ajacoutot
2af9fde46d
Fix build with glib >= 2.31.20.
2012-03-23 13:28:25 +00:00
sthen
5022bb1d2c
update to sox-14.4.0 from maintainer, Jan Stary
...
- also bump SHARED_LIBS major
2012-03-23 13:16:41 +00:00
dcoppa
6e000d5fc6
Update to xmp-3.5.0
2012-03-22 13:32:55 +00:00
dcoppa
44c9dfd38a
Remove old cruft ("${MOWGLI_CFLAGS}"), missed in previous commit.
...
No bump needed.
2012-03-21 22:27:52 +00:00
edd
3364e31eef
Update to hgd-0.5.3. A bugfix release.
2012-03-21 17:44:41 +00:00
dcoppa
25cee56417
Various fixes following audacious' update.
...
- For audacious:
devel/mcs is no longer a dependency
"--disable-sse2" configure flag no longer exists
libexecinfo is useless (backtrace() isn't used anywhere)
fix libpthread linkage ("-lpthread" -> "-pthread")
fix WANTLIB
- For audacious-plugins:
zap jack subpackage, since now Jack2>=1.9.7 is required
remove configure flags that no longer exist
do not pick hidden dependencies up if they're installed
fix libpthread linkage ("-lpthread" -> "-pthread")
fix configure failing to correctly detect required libraries due
to undefined references (wrong linking)
pass "--disable-ffaudio" to configure since it wants a ffmpeg newer
than the one we have
fix WANTLIB and CONFIGURE_ENV
- For xmp:
zap audacious subpackage: it's broken beyond any repair with audacious-3.2
OK ajacoutot@
2012-03-21 16:13:25 +00:00
stsp
5e8d12eb8d
Update to audacious-plugins-3.2.
...
With sndio plugin updates by ratchov and myself.
ok ratchov ajacoutot
2012-03-20 19:10:56 +00:00
stsp
fc7da00687
Update to audacious-3.2; ok ratchov ajacoutot
2012-03-20 19:10:18 +00:00
dcoppa
ad5a87f62b
Update to taglib-1.7.1, rolling in the fixes for SECURITY issues
...
CVE-2012-1107 and CVE-2012-1108 previously in patches
tweaks and ok sthen@
2012-03-20 16:23:47 +00:00
dcoppa
1d4efb175e
Update to snapshot dated 2012.03.17
2012-03-20 14:27:45 +00:00
ajacoutot
77716baf9f
Our pkg-config(1) can now cope with files under share/pkgconfig, so
...
remove these now unneeded hacks/patches.
2012-03-19 10:28:48 +00:00
dcoppa
cf6e7cb3cd
Update to ncmpcpp-0.5.9
2012-03-18 17:09:27 +00:00
dcoppa
37be5f78e4
Fix for CVE-2012-1107
...
(upstream git commit 77d61c6eca4d08b9b025738acf6b926cc750db23)
Fix for CVE-2012-1108
(upstream git commit ab8a0ee8937256311e649a88e8ddd7c7f870ad59)
...And fix regress tests (do-regress target).
2012-03-18 16:15:19 +00:00
dcoppa
c76e728ed9
Update to the latest snapshot from git (Thu Mar 8 2012).
...
Added quiet mode and support for MD5 hash of Last.FM password in
shell-fm.rc.
2012-03-14 11:21:33 +00:00
naddy
002a8e6aa0
maintenance update to 1.13.6
2012-03-13 22:21:16 +00:00
ajacoutot
279848ad61
Update to rhythmbox-2.96.
2012-03-12 07:42:11 +00:00
ajacoutot
dc5178e9c3
py-gobject is a build+run depends.
2012-03-12 07:38:25 +00:00
naddy
1655d16801
maintenance update to 1.13.5 for some minor bugfixes
2012-03-08 18:05:43 +00:00
ajacoutot
1e57893533
Pass CONFIGURE_ENV.
2012-03-08 13:28:38 +00:00
ajacoutot
a89a75cd04
Garbage collect the /dev/arandom patches.
...
from Brad
ok landry@ sthen@
2012-03-08 12:13:00 +00:00
ajacoutot
25d297576c
Remove now undeeded _POSIX_THREAD_PRIORITY_SCHEDULING hack.
...
from Brad
2012-03-06 11:43:39 +00:00
dcoppa
358fd93272
Updates for musicpd ports:
...
libmpdclient 2.6 -> 2.7
mpc 0.21 -> 0.22
mpd 0.16.5 -> 0.16.7
ncmpc 0.19 -> 0.20
Ok Tobias Ulmer (maintainer) who also requested to give maintainership
to me
Ok landry@
2012-03-04 16:57:19 +00:00
dcoppa
c09d43ceba
Don't use custom format output as format string: fixes a segmentation
...
fault when searching for a station named '%'
(upstream git commit e6a87e15043767c0f1f00a62110e4bbb53de4ece)
2012-03-02 11:42:56 +00:00
ajacoutot
cbd68490f6
Bugfix update to lame-3.99.5.
2012-03-02 07:14:54 +00:00
bentley
04f86dbfcd
+alac_decoder
2012-02-28 11:17:04 +00:00
bentley
5e938ba715
Import alac_decoder-0.2.0.
...
alac_decoder is a basic decoder for Apple Lossless Audio Codec files
(ALAC). It is a C implementation of a decoder, written from reverse
engineering the file format. ALAC uses an adaptive FIR prediction
algorithm and stores the error values using a modified rice or golumb
algorithm.
The program located here will not be able to handle all ALAC files, it
can only handle mono or stereo files. ALAC allows up to 8 channels. The
ALAC decoder supports both 16 and 24 bit sample sizes.
The decoder can read an ALAC stream from either a file or from stdin,
and write it as raw PCM data or as a WAV file to either stdout or a
file.
An encoder is not provided.
ok sthen@
2012-02-28 11:16:18 +00:00
ajacoutot
ac89eb7125
Tweak after recent vala update.
2012-02-26 15:06:10 +00:00
shadchin
3cdccc49c2
Remove audio/faad from LIB_DEPENDS, streamripper not use this library.
...
ok dcoppa@
2012-02-25 16:44:27 +00:00
ajacoutot
3e777f8fb3
Enable support for the grilo plugin.
2012-02-25 11:24:28 +00:00
sthen
22edabdcb4
Remove patches casting NULL when used as a sentinel to a pointer.
...
These are no longer needed since unistd.h r1.63 et al. ok ajacoutot@
2012-02-21 22:19:31 +00:00
ajacoutot
04f34342b4
CONFIGURE_STYLE autoconf already appends gnu, so no need to explicitely
...
list it.
ok sthen@
2012-02-21 16:21:41 +00:00
ajacoutot
409a5e76df
Sync WANTLIB after gmime update.
2012-02-21 11:29:43 +00:00
naddy
8e8a8f185d
update to 1.3.3:
...
additional proofing against invalid/malicious streams in decode
2012-02-17 22:17:52 +00:00
landry
024e246367
Fix icon warnings upon startup, play/stop/prev/next buttons were broken.
...
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=646822
ced4f26e05
2012-02-16 21:36:03 +00:00
dcoppa
b1d0bffc10
*** empty log message ***
2012-02-03 11:48:52 +00:00
ajacoutot
1fff6d7d6a
Update to lame-3.99.4 which fixes several crashes.
...
ok sthen@
2012-01-28 09:29:45 +00:00
ajacoutot
258653e938
Update to jack-0.121.3.
...
README changes from rathov@
tweaks and ok shadchin@
2012-01-24 08:03:52 +00:00
ajacoutot
964effd692
Disable the OSS wrapper, we don't use it.
2012-01-23 14:39:39 +00:00
dcoppa
746495d322
Update to the latest snapshot from upstream git to unbreak pianobar
...
after pandora.com's API changes.
2012-01-20 13:04:16 +00:00
dcoppa
7a9cb86304
Update to pianobar-2012.01.10
2012-01-16 13:27:09 +00:00
ajacoutot
3c6e14082e
Update to rhythmbox-2.95.
2012-01-16 12:10:02 +00:00
ajacoutot
70dbcc5bc9
Don't try to use shm at all to prevent the daemon from whining.
2012-01-05 15:31:40 +00:00
ajacoutot
977999d8fd
OpenBSD lacks shm_open, remove useless patch.
2012-01-05 15:16:38 +00:00
ajacoutot
157a1092fc
Update to a newer snap to prevent rhythmbox from crashing
...
notication-daemon.
2012-01-04 14:25:40 +00:00
dcoppa
8dd0483ec6
Make cmake stop shouting about obsolete macro during configure
...
stage. Also, do not check for libdiscid, since it's not in our
ports tree.
no pkg change, no bump
ok aja@ and shadchin@
2012-01-03 14:08:12 +00:00
ajacoutot
29b5a8e7a9
Clean up the use of USE_GROFF for ports where mandoc doesn't have any
...
ERRORs and formatting looks Ok.
from Brad
2012-01-03 07:03:54 +00:00