From 6170734c67414a3c656cefa7917f79e1a826a220 Mon Sep 17 00:00:00 2001 From: Leonard Schmidt Date: Wed, 26 Oct 2005 07:32:57 +0000 Subject: [PATCH] 0.12.1: - Write support in the container plugins was added. Pratically, this means you can now not only load e.g. M3Us or PLS files, but also export your tracklist (or its selection) using one of those container formats. Just check out the "Export Tracklist" menu item from the tracklist context menu, it's dead easy! - As a novelty a container plugin for the XSPF playlist format was introduced. You can load XSPF playlists and export your lists as XSPF lists. - We did a small overhaul of the playlist rendering subsystems and font handling which results in a cleaner and more compact layout of the playlist window and removes some minor (possibly even invisible to most people) drawing errors. - Also other minor bugs and a few memory leaks were fixed, please check the ChangeLog for full details. 0.12: - Source code layout was changed slightly. - Bugs #8, #11, #12, #16, #17 and #21 were fixed (see Mantis bug reporting tool, http://bmpx.berlios.de/m). - Other minor bugs along the way were fixed, please see ChangeLog for full details. 0.12_RC12: - XFWM4 "shrinking playlist" issue was fixed in particular, as well as geometry hints in general are working again (no more too-small-playlist-bmpx-freezes issues). - The most prominent other fixes in this release were a lot of memory leaks in various places. - Also a few error checks/malcondition guards were added in various places (libcontainer_pls.so doesn't crash anymore on invalid .pls files, etc). - Lots of other small bugfixes, please check ChangeLog for details. --- bmpx/Makefile | 3 +-- bmpx/Makefile.common | 9 ++------- bmpx/TODO | 14 +++++++++++++- bmpx/distinfo | 8 ++++---- 4 files changed, 20 insertions(+), 14 deletions(-) diff --git a/bmpx/Makefile b/bmpx/Makefile index 68c13f61ae..988ba1257b 100644 --- a/bmpx/Makefile +++ b/bmpx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2005/10/04 12:30:24 leonardschmidt Exp $ +# $NetBSD: Makefile,v 1.2 2005/10/26 07:32:57 leonardschmidt Exp $ # .include "Makefile.common" @@ -10,7 +10,6 @@ CONFLICTS+= bmpx-xine-[0-9]* CONFIGURE_ARGS+= --enable-gst CONFIGURE_ARGS+= --disable-xine -BROKEN= GStreamer 0.9 is needed .include "../../multimedia/gst-plugins/buildlink3.mk" .include "../../multimedia/gstreamer/buildlink3.mk" diff --git a/bmpx/Makefile.common b/bmpx/Makefile.common index ddfeed602b..a33e9b6111 100644 --- a/bmpx/Makefile.common +++ b/bmpx/Makefile.common @@ -1,7 +1,7 @@ -# $NetBSD: Makefile.common,v 1.7 2005/10/16 20:38:32 leonardschmidt Exp $ +# $NetBSD: Makefile.common,v 1.8 2005/10/26 07:32:57 leonardschmidt Exp $ # -DISTNAME= bmpx-0.12_RC11 +DISTNAME= bmpx-0.12.1 CATEGORIES= audio MASTER_SITES= http://download.berlios.de/bmpx/ EXTRACT_SUFX= .tar.bz2 @@ -23,11 +23,6 @@ USE_PKGLOCALEDIR= yes # needs dbus >= 0.35.2 CONFIGURE_ARGS+= --disable-dbus -SUBST_CLASSES+= shebang -SUBST_STAGE.shebang= pre-configure -SUBST_FILES.shebang= scripts/mkgets.sh -SUBST_SED.shebang= -e 's|/bin/bash|${SH}|g' - .include "../../audio/taglib/buildlink3.mk" .include "../../devel/libglade2/buildlink3.mk" .include "../../textproc/intltool/buildlink3.mk" diff --git a/bmpx/TODO b/bmpx/TODO index 1f731a7886..cebec1ddda 100644 --- a/bmpx/TODO +++ b/bmpx/TODO @@ -2,4 +2,16 @@ /usr/pkg/lib/libvorbis.so.0: Undefined PLT symbol "ldexp" (symnum = 58) [needs linking against -lm?] -bmpx-0.12 out. +fails to build: +* Generating media icons +Syntax error: Bad substitution +gmake[4]: *** [media-pixbufs.h] Error 2 +gmake[4]: Leaving directory `/usr/pkgsrc/wip/bmpx-xine/work/bmpx-0.12.1/src/embedded-images' +gmake[3]: *** [all-recursive] Error 1 +gmake[3]: Leaving directory `/usr/pkgsrc/wip/bmpx-xine/work/bmpx-0.12.1/src' +gmake[2]: *** [all] Error 2 +gmake[2]: Leaving directory `/usr/pkgsrc/wip/bmpx-xine/work/bmpx-0.12.1/src' +gmake[1]: *** [all-recursive] Error 1 +gmake[1]: Leaving directory `/usr/pkgsrc/wip/bmpx-xine/work/bmpx-0.12.1' +gmake: *** [all] Error 2 +*** Error code 2 diff --git a/bmpx/distinfo b/bmpx/distinfo index 4a2a652741..069edf4436 100644 --- a/bmpx/distinfo +++ b/bmpx/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2005/10/16 20:38:32 leonardschmidt Exp $ +$NetBSD: distinfo,v 1.7 2005/10/26 07:32:57 leonardschmidt Exp $ -SHA1 (bmpx-0.12_RC11.tar.bz2) = d6aae1c1060c21406b4e5004b767489d5dfa05cc -RMD160 (bmpx-0.12_RC11.tar.bz2) = 5914ab5e46cbdf949a10ab125c40c8329f4c8a65 -Size (bmpx-0.12_RC11.tar.bz2) = 1043459 bytes +SHA1 (bmpx-0.12.1.tar.bz2) = d504cd5264523520f784724f3fafff6582fc745f +RMD160 (bmpx-0.12.1.tar.bz2) = 0b2082d05f6b1c20d0a7917cbe7bb6b53a090a40 +Size (bmpx-0.12.1.tar.bz2) = 1023821 bytes