12 Commits

Author SHA1 Message Date
landry
11852459c2 Fix build with gcc 4.8, remove a pair of -W not supported by that version
and include <unistd.h> for unlink(), since it uses -Werror.
Diff shown to zhuk@ who was going to look into it..
2014-03-10 20:28:41 +00:00
juanfra
e6c593acb0 The DI plugin (mp3) requires plugins-good. ok zhuk@ sthen@ 2014-02-08 19:39:34 +00:00
zhuk
c5d0857c16 Update Clementine to 1.2.1, some features:
* Support for indexing and playing music from Box, Dropbox, Skydrive,
    and Ubuntu One.
  * Support for Subsonic.
  * Remote control support for Android.
  * Playlist tab at the sidebar. Starred playlists are saved in here
    when their tabs are closed.
  * Opus support.
  * POPM and FMPS tags support.
  * Option to resume playback on startup.
  * ... and many others.
2013-12-12 11:13:39 +00:00
naddy
c2832a1290 move http://code.google.com, *.googlecode.com, and sites.google.com to https
suggested by bentley@
2013-08-07 21:31:12 +00:00
ajacoutot
30f296cdbe Fix build with glib2>=2.36.0. 2013-03-27 18:00:00 +00:00
zhuk
fcbd81fe96 One more extra LIB_DEPENDS, spotted (and cluestick applied) by ajacoutot@. 2013-03-27 10:57:40 +00:00
zhuk
0ddf737853 Switch Clementine to FindBacktrace.cmake that was recently committed to CMake.
prodded by dcoppa@
2013-03-21 16:05:00 +00:00
brad
834f17aec7 - Tweak COMMENT so it sounds a little better.
- Reformat DESCR.

ok sthen@ MAINTAINER
2013-03-16 09:31:05 +00:00
espie
2d98db1697 PERMIT/REGRESS->TEST sweep 2013-03-10 22:55:01 +00:00
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
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