Stay informed on our latest news
Remove leftover debug arch in control.
Also pass CROSS_COMPILE to make as just exporting it isn't enough.
* Move signGP.c from a patch to a file in debian/.
* Drop boilerplate from rules.
* Add mention of signGP.c homepage to copyright; it might be GPLv2 but this
is not certain.
* Drop bogus $(sh) in rules.
* List files to clean in debian/clean.
* Set priority to optional.
* Set CROSS_COMPILE= to $(DEB_HOST_GNU_TYPE)- when DEB_HOST_GNU_TYPE and
DEB_BUILD_GNU_TYPE differ and also export it (albeit empty) when
they are equal; this fixes cross-compilation and allows dropping patch
no_cross_compile.diff.
* rules: the upstream build passes LDFLAGS directly to ld instead of calling
gcc for linking; so instead of passing -Wl,foo in LDFLAGS as in automake
builds, one should set LDFLAGS to foo directly; add some Makefile to foo
to convert the flags on the fly.
* Pass CC="$(CROSS_COMPILE)gcc $(CFLAGS)" HOST_CC="gcc $(CFLAGS)" to the
build as to pass our CFLAGS; add -fno-stack-protector to CFLAGS in rules
and drop no_patch_protector.diff patch.
Add function to get timezone offset from venue location
Push off removing events from the list for an extra 24 hours, since team event times are used as localtime, but datetime.datetime.now() uses UTC time, meaning most events are removed before they're actually over
Misc changes
* rules: export CROSS_COMPILE=$(DEB_HOST_GNU_TYPE)- when DEB_BUILD_GNU_TYPE
and DEB_HOST_GNU_TYPE differ; fixes cross-builds.
* rules: the upstream build passes LDFLAGS directly to ld instead of calling
gcc for linking; so instead of passing -Wl,foo in LDFLAGS as in automake
builds, one should set LDFLAGS to foo directly; add some Makefile to foo
to convert the flags on the fly.
* rules: minor whitespace cleanups.
Changes the "Guests" column to "Additional Guests"
Changes the "Guests" column to "Additional Guests"
* New upstream release:
+ Notable bug fixes:
- Fix rendering and interaction bugs in the grid view
- Fix issue with volume getting reset on every song change
- Handle volume changes from outside Banshee (eg PulseAudio)
- Fix issue parsing some RSS feeds
- Fix library importing and rescanning on all IO backends
- Support coverart for albums without an artist (bgo#612626)
- Don't capture 's' presses if keybindings disabled
- Fix typing in the Wikipedia webkit view
- Fix equalizer settings migration (bgo#612669)
- Redraw the entire ListView when dragging columns
- Increase podcast download timeout
- Fix bad startup crash in PlayQueue on old Mono
- Fix "Too many open files" bug with GIO backend
- [Banshee.Hardware] Handle exceptions (bgo#613173)
- [PodcastActions] Unsubscribe from an event on dispose
- [ContextPane] Fix crash if active removed (bgo#613277)
- [LastfmSource] Fix crash (bgo#612824)
- [Lastfm] Fix crash using auth Refresh button (bgo#610911)
- [Lastfm] Fix crash (bgo#613276)
- Fix compilation error with older Mono
- Fix compilation error with bundled notify-sharp
- Fix --disable-youtube flag
- Set YouTube install dir to Extensions/
- Fix building with older GStreamer (bgo#613339)
* debian/rules:
+ --enable-gdata => --enable-youtube
* debian/control:
+ Bump taglib-sharp requirement to 2.0.3.7 as per build/m4/banshee/taglib.m4
Import upstream version 1.5.6
Import upstream version 1.5.6
* New upstream release:
+ Notable bug fixes:
- Fix rendering and interaction bugs in the grid view
- Fix issue with volume getting reset on every song change
- Handle volume changes from outside Banshee (eg PulseAudio)
- Fix issue parsing some RSS feeds
- Fix library importing and rescanning on all IO backends
- Support coverart for albums without an artist (bgo#612626)
- Don't capture 's' presses if keybindings disabled
- Fix typing in the Wikipedia webkit view
- Fix equalizer settings migration (bgo#612669)
- Redraw the entire ListView when dragging columns
- Increase podcast download timeout
- Fix bad startup crash in PlayQueue on old Mono
- Fix "Too many open files" bug with GIO backend
- [Banshee.Hardware] Handle exceptions (bgo#613173)
- [PodcastActions] Unsubscribe from an event on dispose
- [ContextPane] Fix crash if active removed (bgo#613277)
- [LastfmSource] Fix crash (bgo#612824)
- [Lastfm] Fix crash using auth Refresh button (bgo#610911)
- [Lastfm] Fix crash (bgo#613276)
- Fix compilation error with older Mono
- Fix compilation error with bundled notify-sharp
- Fix --disable-youtube flag
- Set YouTube install dir to Extensions/
- Fix building with older GStreamer (bgo#613339)
* debian/rules:
+ --enable-gdata => --enable-youtube
* debian/control:
+ Bump taglib-sharp requirement to 2.0.3.7 as per build/m4/banshee/taglib.m4
Fixes spacing issue
* New upstream release (0.4.0 rc1) (LP: #542684)
- Ensure the autostart exist before trying to delete it.
(LP: #334454)
- Fix position with multiple screen. (LP: #248769)
* debian/control:
- Move awn-settings to depends, to ensure migration from awn-manager.
(LP: #512411)
* debian/patches/01-require-lda.patch : Only require 0.0.1 version of lda.
* debian/libawn1.symbols: Add missing symbol.
Updated feed URL
Patched Makefile.in to delete automake/autoconf files upon execution of 'make clean'.
Changes the list of upcoming events on the team page to a list and adds the start date
Add RGB16 support
* debian/patches/01-awn-fixes.patch: Various fixes from Michal Hruby
- Fix memory leaks
- Fix FTBFS
- Port to Vala 0.7.10
- Fixes for keyfile backend
- Minor cleanup
* debian/control:
- Build-depends on vala >= 0.7.10
- Build-depends on gir-repository-dev to retrieve Gdk-2.0.gir.
* Switch to dpkg-source 3.0 (quilt) format