Clementine 1.1.0rc1

hmm, woah at least the new 1.x.x of clementine version shown the 1.1.0rc1.
so what is the differences? I notices a few, if you’re using clementine now maybe you will notice it..
there was some inter service added soundcloud , moodbar then the background at you playlist…

Other features include:

  • – Show nearby concerts for an artist using the Songkick API.
  • – Support “My Music” in Grooveshark.
  • – Support logical operators in the playlist filter.
  • – Support top lists in Spotify
  • – Support undo for playlist sorting and shuffling
  • – Verify and backup database on startup.
  • – Support mono playback
  • – Add the ability to get a Grooveshark URL to share a songs and playlists
  • – Add “Very high” quality setting for visualisations
  • – Load cover art from mp4 files
  • – Show .mka, .ape and .wv in file view
  • – Add “Edit file information” and “Show in file browser” actions to the file view
  • – Tons of bug fixes

You will find the RC in the download section, in 32 or 64 bit deb, rpm, or source.

if you’re using archlinux right now, this is the PKGBUILD, firstly

# $Id: PKGBUILD 74613 2012-07-31 19:55:44Z ebelanger $
#Maintainer: Stéphane Gaudreault
#Contributor: BlackEagle
#Contributor: Dany Martineau

pkgname=clementine
pkgver=1.1.0
pkgrel=rc1
pkgdesc="A music player and library organizer"
url="http://www.clementine-player.org/"
license=('GPL')
arch=('i686' 'x86_64')
depends=('gstreamer0.10-base' 'taglib' 'glew' 'liblastfm' 'libgpod'
         'libmtp' 'libplist' 'hicolor-icon-theme' 'qt' 'libimobiledevice'
         'qjson' 'libcdio' 'protobuf' 'qca' 'qca-ossl' 'gvfs')
makedepends=('cmake' 'boost')
optdepends=('gstreamer0.10-base-plugins: for more open formats'
            'gstreamer0.10-good-plugins: for use with "Good" plugin libraries'
            'gstreamer0.10-bad-plugins: for use with "Bad" plugin libraries'
            'gstreamer0.10-ugly-plugins: for use with "Ugly" plugin libraries')
source=(http://clementine-player.googlecode.com/files/${pkgname}-${pkgver}${pkgrel}.tar.gz)
sha1sums=('d76bab75ed133d7848d063e1fbded88c69ac069a')
install=clementine.install

build() {
   cd "${srcdir}/${pkgname}-${pkgver}${pkgrel}"

   cmake . -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release
   make
}

package() {
   cd "${srcdir}/${pkgname}-${pkgver}${pkgrel}"
   make DESTDIR="${pkgdir}" install
}

install file

post_install() {
  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
  update-desktop-database -q
}

post_upgrade() {
  post_install $1
}

post_remove() {
  post_install $1
}
This entry was posted in Uncategorized. Bookmark the permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *