From 727c0b1acdf014b873ae5ec7a3c33a8145f4a172 Mon Sep 17 00:00:00 2001 From: Alexey Yakovenko Date: Sun, 13 Sep 2009 20:58:30 +0200 Subject: version bump to 0.2.2 --- ChangeLog | 10 ++++++++++ PKGBUILD | 6 +++--- configure.in | 2 +- icons/Makefile.am | 10 ++++++---- web/index.html | 24 ++++++++++++++++++++++-- 5 files changed, 42 insertions(+), 10 deletions(-) diff --git a/ChangeLog b/ChangeLog index 9a409b14..4583b3b7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +version 0.2.2 + fixed several build problems reported by users + added app icons, updated launcher script + proper sse2 detection and usage in ape plugin + reduced volumebar range to -50dB + horizontal scrolling in playlist + pango is now used for ellipsizing + case-insensitive search using russian, danish, french and other alphabets + vertical scroll is much faster now + version 0.2.1 new ape decoder - faster, doesn't crash fixed APEv2 tag reader diff --git a/PKGBUILD b/PKGBUILD index 5f71307b..b6eebb50 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,8 +1,8 @@ # Maintainer: Alexey Yakovenko pkgname=deadbeef -pkgver=0.2.1 -pkgrel=1 +pkgver=0.2.2 +pkgrel=2 pkgdesc="mp3/ogg/flac/ape/sid/mod/nsf music player based on GTK2" arch=(i686 x86_64) url="http://deadbeef.sourceforge.net" @@ -12,7 +12,7 @@ depends=('gtk2' 'libsamplerate' 'alsa-lib') optdepends=('libvorbis: ogg vorbis playback', 'libmad: mp1/2/3 playback', 'flac: flac playback', 'curl: lastfm scrobbler') makedepends=('pkgconfig') source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname-$pkgver.tar.gz) -md5sums=('5b9de8962d77eea2748208d9ed563952') +md5sums=('62f745ed00ed835530b9ffc9b7e89df2') build() { cd $srcdir/$pkgname-$pkgver diff --git a/configure.in b/configure.in index 2d581f58..b312cfe2 100644 --- a/configure.in +++ b/configure.in @@ -3,7 +3,7 @@ AC_INIT AC_CONFIG_HEADER(config.h) PACKAGE="deadbeef" -VERSION="0.2.2-dev" +VERSION="0.2.2" AM_INIT_AUTOMAKE($PACKAGE,$VERSION) diff --git a/icons/Makefile.am b/icons/Makefile.am index e540a82a..68bec9c7 100644 --- a/icons/Makefile.am +++ b/icons/Makefile.am @@ -1,10 +1,12 @@ +iconspath=@top_srcdir@/icons + icon16dir=$(prefix)/share/icons/hicolor/16x16/apps -icon16_DATA=16x16/deadbeef.png +icon16_DATA=$(iconspath)/16x16/deadbeef.png icon32dir=$(prefix)/share/icons/hicolor/32x32/apps -icon32_DATA=32x32/deadbeef.png +icon32_DATA=$(iconspath)/32x32/deadbeef.png icon48dir=$(prefix)/share/icons/hicolor/48x48/apps -icon48_DATA=48x48/deadbeef.png +icon48_DATA=$(iconspath)/48x48/deadbeef.png -EXTRADIST = $(icon16_DATA) $(icon32_DATA) $(icon48_DATA) +EXTRA_DIST = $(icon16_DATA) $(icon32_DATA) $(icon48_DATA) diff --git a/web/index.html b/web/index.html index 1550372c..305aa536 100644 --- a/web/index.html +++ b/web/index.html @@ -49,6 +49,24 @@

News

+ +

release 0.2.2 is out

+
+

2009/09/13

+

get it!

+

Changelog since 0.2.1

+
    +
  • fixed several build problems reported by users
  • +
  • added app icons, updated launcher script
  • +
  • proper sse2 detection and usage in ape plugin
  • +
  • reduced volumebar range to -50dB
  • +
  • horizontal scrolling in playlist
  • +
  • pango is now used for ellipsizing
  • +
  • case-insensitive search using russian, danish, french and other alphabets
  • +
  • vertical scroll is much faster now
  • +
+
+

release 0.2.1 is out

2009/09/12

@@ -248,11 +266,13 @@ implemented basic session management, window size/position, volume, playmode are

Download

-

Latest version:

+

Latest version 0.2.2:

official Arch Linux PKGBUILD: here

if you have yaourt, you can simply do yaourt -S deadbeef

-

source code for version 0.2.1 deadbeef-0.2.1.tar.gz

+

source code for version 0.2.2 deadbeef-0.2.2.tar.gz

or browse all files

+

version 0.2.1:

+

source code for version 0.2.1 deadbeef-0.2.1.tar.gz

version 0.2.0:

source code for version 0.2.0 deadbeef-0.2.0.tar.gz

unsupported slackware package for version 0.2.0 from sftp.mtuci@gmail.com:

-- cgit v1.2.3