Commit Graph

53 Commits

Author SHA1 Message Date
ajacoutot
15ea48cb4b Remove workarounds now that we have a modern faad.
from Brad
2012-05-22 18:39:42 +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
ratchov
9970c33a42 use milliseconds for the buffer size, in the sndio backend
ok stsp, dcoppa
2012-05-10 22:42:23 +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
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
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
44c9dfd38a Remove old cruft ("${MOWGLI_CFLAGS}"), missed in previous commit.
No bump needed.
2012-03-21 22:27:52 +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
espie
41fdf4d504 use bsd.port.arch.mk 2011-10-17 10:38:41 +00:00
dcoppa
ee2f718b5b Remove two bogus dependencies from LIB_DEPENDS.
While here, fix WANTLIB.

ok shadchin@
2011-09-28 14:58:38 +00:00
espie
6011c3d2f0 normalize pkgpath in bsd.port.mk 2011-09-16 08:26:09 +00:00
naddy
c1aa62f489 forgotten bump 2011-07-05 05:44:50 +00:00
sthen
c945a53851 sync WANTLIB and bump.
zap a few stray space-tabs while there.
2011-06-27 13:38:30 +00:00
sthen
b328f2f4ad Chase ffmpeg dep changes. Mostly from Brad ok dcoppa@, plus opencv from me. 2011-06-24 11:17:05 +00:00
dcoppa
cb841d5bf4 Update to AUTOCONF_VERSION 2.68 now that we have a port of it.
From Brad
2011-05-12 07:34:54 +00:00
dcoppa
82248dd050 Bugfixing update to audacious/audacious-plugins 2.4.5.
tested and ok shadchin@
2011-05-08 14:08:44 +00:00
dcoppa
558d8413b7 Fix WANTLIB after modifications to audio/audacious.
Bump AUTOCONF_VERSION to 2.67.

OK jasper@
2011-04-27 11:45:16 +00:00
ajacoutot
6d01c2069a Fix build/run with new libnotify.
tested in a bulk by landry, thanks!
ok landry@ jasper@
2011-04-21 07:04:56 +00:00
sthen
a383a680bd sync WANTLIB (re: ffmpeg update), from Brad 2011-04-18 22:41:37 +00:00
jakemsr
7e347e6e9c upbreak packaging failure due to ffmpeg detection failure due to recent
ffmpeg update

from Brad
2011-04-01 03:24:25 +00:00
shadchin
aa97c161a6 remove bogus dependency
ok jasper@, from Brad
2011-03-13 20:33:55 +00:00
shadchin
fa43369e74 update to 2.4.4
ok jasper@
2011-03-02 14:07:09 +00:00
shadchin
4e37360dd9 disable the Sun audio backend
from brad, ok jasper
2010-12-27 12:08:21 +00:00
shadchin
bd642d3769 Update to 2.4.2.
ok jasper@
2010-12-19 18:17:55 +00:00
espie
8392c16198 redo depends with >= 2010-11-26 07:07:56 +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
ajacoutot
ff07e285bc Remove USE_X11. 2010-10-24 20:58:58 +00:00
jasper
71d252f28e - fix WANTLIB after cairo update.
these and upcoming fixes test built by landry@
2010-10-11 08:11:16 +00:00
sthen
70bcc2b338 new-style LIB_DEPENDS/REVISION and sync WANTLIB where necessary 2010-09-05 10:25:16 +00:00
espie
7101bcb229 cddb is not a direct dependency 2010-07-05 07:41:23 +00:00
fgsch
c2db8b0ce9 update plugins to 2.1 as well. sthen@ ok 2009-09-15 21:49:55 +00:00
kili
8fc6287292 WANTLIB changes after xcb addition and bump. 2009-08-10 06:29:51 +00:00
fgsch
6400d0d5e8 Fix build if mp4ff_int_types.h is installed (part of the faad update).
From Tobias Ulmer (tobiasu at tmux.org).
2009-03-11 00:36:06 +00:00
fgsch
be18b8815a - update to 1.5.1
- remove arts, esd and oss (from brad)
- add jack pseudo flavor (from brad)
- add wavpack
- add sndio, based on xmms' sndio support from Thomas Pfaff

input, some testing and ok sthen@.
2009-01-25 02:07:06 +00:00
jakemsr
98c9e1c3ff - simpler faad related patching
- @bin marker for arts-helper
- bump PKGNAMEs

ok brad@
2008-09-15 22:02:44 +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
9c696d2dfd update audacious and audacious-plugins to 1.5.0; with and ok jakemsr@
some changes were submitted for inclusion.
2008-04-02 00:39:19 +00:00
jakemsr
da524839bc disable jack output for now 2008-03-24 06:39:55 +00:00
steven
88b4792252 fix WANTLIB 2007-11-13 12:44:22 +00:00
simon
ec8fc0fefe remove surrounding quotes from COMMENT/PERMIT_*/BROKEN 2007-09-15 21:26:00 +00:00
jakemsr
37d3a8fab0 - use exact width data types for libfaad interaction
- LIB_DEPENDS libfaad >= 1.0
- bump PKGNAME-main

OK naddy@
2007-06-29 06:05:46 +00:00
steven
8c9567c920 update to 1.3.5 2007-06-26 17:11:39 +00:00
jakemsr
0b91431068 use a MAKE_ENV variable instead of patching and then substituting
in a Makefile in pre-configure

"yes, go ahead."  steven@
2007-06-01 18:19:45 +00:00
steven
5657f51a08 do not build with SSE2 support
ok naddy@
2007-05-28 18:24:49 +00:00
steven
1ec8a34b34 update to 1.3.4 2007-05-21 11:34:07 +00:00
sturm
e486911302 simple WANTLIB fixes 2007-04-12 20:24:29 +00:00