Commit Graph

3443 Commits

Author SHA1 Message Date
zhuk
e16c877af8 Fix bulk builds (at least for sthen@) until the real issue gets resolved. 2013-02-06 20:47:41 +00:00
zhuk
8b48d40d3f Unbreak Clementine build in wild environment (i.e., outta of my laptop):
* Better handling of libexecinfo. I moved from adding some goo to
    CMakeLists.txt to writing proper FindExecinfo.cmake package.
  * Force source directory, or visualization presets could miss
    installation;
  * Force "plist" in WANTLIB, as it's being used by plugin;
  * Add back fftw3 dependency: while we use external libchromaprint now,
    fftw3 is also needed for so called "moodbar".
  * Nit: remove libnjb, it's use was actually gone in the last release;

Lots of input from sthen@ and nigel@, committing ASAP.
2013-02-06 13:23:03 +00:00
zhuk
d095d307b6 Link in liblastfm and (hooray!) Clemetine.
Big thanks to landry@. Probably I should pay for his next eyes check...
2013-02-05 14:04:03 +00:00
zhuk
35f9c2aca3 Clementine is a multiplatform music player. It is inspired by
Amarok 1.4, focusing on a fast and easy-to-use interface for searching
and playing your music.

"import as-is, i've seen those ports too much" landry@
2013-02-05 14:00:16 +00:00
zhuk
b3f9de7076 liblastfm is a collection of libraries to help you integrate Last.fm
services into your rich desktop software. It is officially supported
software developed by Last.fm staff.

This is the last prerequisite for Clementine.

"import as-is, i've seen those ports too much" landry@
2013-02-05 13:57:56 +00:00
zhuk
7a52ac6545 Link chromaprint to build. 2013-02-05 11:37:24 +00:00
zhuk
9c1f6c7275 Chromaprint is the core component of the Acoustid project. It's a
client-side library that implements a custom algorithm for extracting
fingerprints from any audio source.

This is another prerequisite of Clemetine.

okay landry@
2013-02-05 11:09:11 +00:00
brad
0e91754225 Temporarily disable the FFmpeg backend until the author rewrites it
to not use long deprecated and now removed API.

ok shadchin@
2013-02-05 09:19:31 +00:00
brad
4bc5fd59c7 Disable the FFmpeg support for Akode. Akode is unmaintained
bitrotting code and its getting in the way of updating FFmpeg.

ok sthen@
2013-02-04 16:20:53 +00:00
sthen
11b47e8d8f maintenance update to Sox 14.4.1, from Jan Stary 2013-02-03 13:19:23 +00:00
jasper
bd361f7c0d - update to p5-CDDB_get-2.28 2013-02-02 17:19:58 +00:00
dcoppa
2562379bd0 Update to the latest snapshot from github.
Implemented the Last.fm Web Services API v2.0.

ok jasper@
2013-02-02 12:51:12 +00:00
dcoppa
0978024ba4 Mark as broken: no support for the new Last.fm Web Services API v2.0
OK sthen@, ajacoutot@
2013-02-01 16:04:02 +00:00
bcallah
f7b5b67ba0 +mscore 2013-02-01 06:27:52 +00:00
bcallah
3b3406f954 Import audio/mscore, a WYSIWYG music notation program, similar to Finale or Sibelius.
ok landry@ aja@
2013-02-01 06:26:48 +00:00
dcoppa
00ea4a3662 Use sndio for celtdec051, just like we did for the other celtdec
(0.11.3 from audio/celt). Ok jasper@
2013-01-30 08:13:45 +00:00
sthen
6c101bada6 rework endianness detection to use machine/endian.h; fixed build on i386/amd64 2013-01-28 13:44:30 +00:00
dcoppa
111534b400 Check if file is open before attempting to read tags: fix a crash
in the file constructor if the file does not exist
(upstream git commit d15c8453ac75d9070008b9170ae114ea31a4b586)

Reported by sebastia@, who found we were still affected by this bug
while he was working on a new port that uses taglib.

ok sebastia@
2013-01-27 21:28:25 +00:00
bcallah
63eeca4c3e Remove --disable-external-libs from audio/libsndfile. Needed for the import of audio/mscore.
Bump all dependent ports that need a bump.
Assign MAINTAINER of audio/libsamplerate and audio/libsndfile to Jan Stary.

ok landry@ sthen@ aja@ jasper@ jeremy@ Jan Stary (MAINTAINER)
2013-01-26 15:53:20 +00:00
brad
73ddbb1ef4 Add a comment to the patches.
ok sthen@
2013-01-26 12:47:44 +00:00
dcoppa
2a5fd0ba0f maintenance update to tagpy-2013.1 2013-01-25 13:56:20 +00:00
jasper
fed9b3f329 let audacious-plugins build correctly on mips64, only to have it fail to link.. 2013-01-25 10:24:42 +00:00
dcoppa
c6aecec890 Update to hs-libmpd-0.8.0.2
ok kili@, jasper@ (maintainer)
2013-01-25 08:23:57 +00:00
dcoppa
6d1ec0560c Fix the version number
(upstream git commit 7b80418122a42295ada34863609d82152baab03c)
2013-01-23 14:30:40 +00:00
ajacoutot
2b3e3d7ba9 WANTLIB. 2013-01-21 11:00:38 +00:00
naddy
21060679b9 prepare for gettext-0.18.2, sync wantlib, tidy Makefile a bit 2013-01-20 21:46:55 +00:00
kili
be7ce949cf Regenerate plist for profiling libs. 2013-01-20 17:56:05 +00:00
jeremy
13dae1badc Add BUILD_DEPENDS on autoconf and automake, pointed out by naddy@. 2013-01-19 19:08:33 +00:00
brad
f10f275ea7 Update for newer FFmpeg API.
ok jeremy@
2013-01-18 08:15:55 +00:00
ajacoutot
4ef0883cae Update to grip-3.3.1.
Big clean-up while here.
2013-01-17 13:30:32 +00:00
ajacoutot
4d60970c83 Remove the replaygain plugin for the time being. It makes rhythmbox
sefgault.
2013-01-15 14:30:42 +00:00
zhuk
1e7566d1e5 Fixup FLAVORS in those ports, too, following recent changes in x11/kde/*3.
okay espie@
2013-01-14 16:28:50 +00:00
brad
8a2c59b581 Fix up how the auto* bits are used within the Makefile.
ok ajacoutot@
2013-01-14 05:52:34 +00:00
brad
ee62c3b115 Enable FFmpeg based audio decoding now that FFmpeg is new enough. Allows
for playback for formats such as WMA.

ok sthen@
2013-01-14 02:26:19 +00:00
bcallah
d526219bc7 After more discussion, add archivers/unzip as a RUN_DEPENDS. Bump REVISION.
ok sthen@ aja@
2013-01-13 20:21:53 +00:00
bcallah
550690d2b8 +mikmod 2013-01-13 17:01:58 +00:00
bcallah
c3e578afc3 Add archivers/bzip2 to RUN_DEPENDS. Bump REVISION.
Spotted by aja@
2013-01-13 16:48:17 +00:00
bcallah
2f37904394 Import of audio/mikmod, a module audio player.
Patches done by tobiasu@
ok tobiasu@ sthen@ landry@
2013-01-13 16:33:58 +00:00
sthen
54369ff481 update to libmikmod 3.2.0, with/ok tobiasu@ 2013-01-13 09:10:40 +00:00
ajacoutot
ae5fbe63d8 Bump after libsigc++-2 -docs => -main merge. 2013-01-11 13:44:24 +00:00
giovanni
5f7541e0e3 bugfix update to 3.3.1
many plugins fixed, dynamic playlists are now working correctly
2013-01-11 10:17:19 +00:00
dcoppa
26db2c5e5e Bugfix update to mpd-0.17.3
Ok landry@
2013-01-10 14:01:51 +00:00
jeremy
fce8bfc4d3 Revision bump ruby C extension ports after addition of pthread to
WANTLIB.

OK sthen@
2013-01-09 17:38:52 +00:00
ajacoutot
e67efda9a7 Useless SUBST_CMD, no pkg change. 2013-01-05 18:27:42 +00:00
ajacoutot
2ee4f0e667 Remove bogus patch. 2013-01-05 18:06:31 +00:00
ajacoutot
857349148e Adapt LIB_DEPENDS/WANTLIB. 2013-01-05 13:09:38 +00:00
dcoppa
0f4ad999e0 Drop maintainership
Last.fm is no longer able to provide radio streaming to my country
2013-01-04 15:50:26 +00:00
ajacoutot
00af23ff69 Drop unused variable. 2013-01-03 14:56:34 +00:00
shadchin
59edfd521a Update to 0.5.6.
tested mikeb@, tweaks and ok brad@, ok dcoppa@
2013-01-03 11:54:49 +00:00
ajacoutot
220e7d4d0c Remove a couple of useless patches.
Add a BUILD_DEPENDS on devel/check for regression tests.
Re-order loading of the sndio(7) module in the configuration file.
2013-01-02 16:28:19 +00:00