rev 4989 - in people/ana: packages packages/amarok packages/amarok/debian packages/amarok/debian/cdbs packages/amarok/debian/icons packages/amarok/debian/overrides packages/amarok/debian/patches tags

Ana Beatriz Guerrero López ana at alioth.debian.org
Sun Nov 26 02:00:35 UTC 2006


Author: ana
Date: 2006-11-26 03:00:31 +0100 (Sun, 26 Nov 2006)
New Revision: 4989

Added:
   people/ana/packages/amarok/
   people/ana/packages/amarok/debian/
   people/ana/packages/amarok/debian/README.Debian
   people/ana/packages/amarok/debian/TODO
   people/ana/packages/amarok/debian/amarok-gstreamer.install
   people/ana/packages/amarok/debian/amarok-xine.install
   people/ana/packages/amarok/debian/amarok.1
   people/ana/packages/amarok/debian/amarok.install
   people/ana/packages/amarok/debian/amarok.manpages
   people/ana/packages/amarok/debian/amarok.menu
   people/ana/packages/amarok/debian/cdbs/
   people/ana/packages/amarok/debian/cdbs/kde.mk
   people/ana/packages/amarok/debian/changelog
   people/ana/packages/amarok/debian/compat
   people/ana/packages/amarok/debian/control
   people/ana/packages/amarok/debian/copyright
   people/ana/packages/amarok/debian/icons/
   people/ana/packages/amarok/debian/icons/amarok-16.xpm
   people/ana/packages/amarok/debian/icons/amarok.xpm
   people/ana/packages/amarok/debian/overrides/
   people/ana/packages/amarok/debian/overrides/amarok-arts
   people/ana/packages/amarok/debian/patches/
   people/ana/packages/amarok/debian/patches/143_provided_upstream_playlist_encoding.diff
   people/ana/packages/amarok/debian/patches/am_maintainer_mode.patch
   people/ana/packages/amarok/debian/patches/disable-final.diff
   people/ana/packages/amarok/debian/patches/disable_no_undefined.patch
   people/ana/packages/amarok/debian/patches/gmo_files_at_build_time.patch
   people/ana/packages/amarok/debian/patches/no_libadd_in_convenience_libs.diff
   people/ana/packages/amarok/debian/patches/revert-fix-for-bug-116127.diff
   people/ana/packages/amarok/debian/patches/series
   people/ana/packages/amarok/debian/rules
   people/ana/tags/amarok/
Log:
Amarok initial import.

Amarok is being maintained in actually in brz branch, but i need keep control 
of my changes in a way i know =)
 


Added: people/ana/packages/amarok/debian/README.Debian
===================================================================
--- people/ana/packages/amarok/debian/README.Debian	2006-11-24 17:40:27 UTC (rev 4988)
+++ people/ana/packages/amarok/debian/README.Debian	2006-11-26 02:00:31 UTC (rev 4989)
@@ -0,0 +1,38 @@
+Amarok packages for Debian
+==========================
+
+  A couple of notes which you may find useful:
+
+    - starting with Amarok 1.4, lyrics downloading is implemented in a
+      separate Ruby script; if you want to use this feature, you'll have
+      to install the 'ruby' package.
+
+    - Last.fm stream support is also implemented with the help of a Ruby
+      script.
+
+    - if you want amarok to be able to play CDs, you need to install the
+      kdemultimedia-kio-plugins package.
+
+    - the scripts available in the 'Scripts' menu need that you install
+      some other packages for them to work. Those packages are listed in
+      the Suggests: field of the amarok package.
+
+    - these Debian packages ship the amarokapp and amarok_xmmswrapper2
+      binaries in /usr/lib/amarok instead of /usr/bin, which upstream
+      does. This is done to comply with Debian Policy, which mandates
+      that binaries not meant to be invoked by the user shall not reside
+      in /usr/bin.
+
+      You should experience no problems because of this change. If you
+      do, please let me know.
+
+  Also, users not using the full KDE environment may get the following
+  error when executing amarok for the first time: "Socket-path is not a
+  link or a directory: /home/$USER/.kde/socket-$HOSTNAME". Just execute:
+
+    $ lnusertemp socket
+
+  Note that you only need to execute it once, not each time that you
+  start Amarok.
+
+ -- Adeodato Simó <dato at net.com.org.es>

Added: people/ana/packages/amarok/debian/TODO
===================================================================
--- people/ana/packages/amarok/debian/TODO	2006-11-24 17:40:27 UTC (rev 4988)
+++ people/ana/packages/amarok/debian/TODO	2006-11-26 02:00:31 UTC (rev 4989)
@@ -0,0 +1,7 @@
+- ponder shipping one package only, with libxine1 in Depends and the
+  rest in recommends
+
+- possibly for 1.4.1-2: hit NEW for -dbg (#368840) and -helix (#353504)
+
+- cdbs/kde.mk from svn.debian.org/pkg-kde sets DEB_INSTALL_DOCS_ALL to
+  empty.

Added: people/ana/packages/amarok/debian/amarok-gstreamer.install
===================================================================
--- people/ana/packages/amarok/debian/amarok-gstreamer.install	2006-11-24 17:40:27 UTC (rev 4988)
+++ people/ana/packages/amarok/debian/amarok-gstreamer.install	2006-11-26 02:00:31 UTC (rev 4989)
@@ -0,0 +1,4 @@
+debian/tmp/usr/share/services/amarok_gst10engine_plugin.desktop
+debian/tmp/usr/share/config.kcfg/gstconfig.kcfg
+debian/tmp/usr/lib/kde3/libamarok_gst10engine_plugin.so
+debian/tmp/usr/lib/kde3/libamarok_gst10engine_plugin.la

Added: people/ana/packages/amarok/debian/amarok-xine.install
===================================================================
--- people/ana/packages/amarok/debian/amarok-xine.install	2006-11-24 17:40:27 UTC (rev 4988)
+++ people/ana/packages/amarok/debian/amarok-xine.install	2006-11-26 02:00:31 UTC (rev 4989)
@@ -0,0 +1,4 @@
+debian/tmp/usr/share/services/amarok_xine-engine.desktop
+debian/tmp/usr/share/config.kcfg/xinecfg.kcfg
+debian/tmp/usr/lib/kde3/libamarok_xine-engine.so
+debian/tmp/usr/lib/kde3/libamarok_xine-engine.la

Added: people/ana/packages/amarok/debian/amarok.1
===================================================================
--- people/ana/packages/amarok/debian/amarok.1	2006-11-24 17:40:27 UTC (rev 4988)
+++ people/ana/packages/amarok/debian/amarok.1	2006-11-26 02:00:31 UTC (rev 4989)
@@ -0,0 +1,181 @@
+.\" Generated by kdemangen.pl and edited by hand
+.TH AMAROK 1 "Mar 2004" "K Desktop Environment" "An audio player for KDE"
+.SH NAME
+amarok
+\- An audio player for KDE
+.SH SYNOPSIS
+amarok [Qt-options] [KDE-options] [URL(s)] 
+.SH DESCRIPTION
+amaroK is a multimedia player based on the soundserver-independent framework.
+There are many media players around these days, true. What's missing from most
+players is a user interface, that doesn't get in the way of the user.
+.SH OPTIONS
+.SS Generic options:
+.TP
+.B  \-\-help  
+Show help about options
+.TP
+.B  \-\-help\-qt  
+Show Qt specific options
+.TP
+.B  \-\-help\-kde  
+Show KDE specific options
+.TP
+.B  \-\-help\-all  
+Show all options
+.TP
+.B  \-\-author  
+Show author information
+.TP
+.B \-v,  \-\-version  
+Show version information
+.TP
+.B  \-\-license  
+Show license information
+.TP
+.B  \-\-  
+End of options
+.SS 
+.SS Qt options:
+.TP
+.B  \-\-display  <displayname>
+Use the X-server display 'displayname'.
+.TP
+.B  \-\-session  <sessionId>
+Restore the application for the given 'sessionId'.
+.TP
+.B  \-\-cmap  
+Causes the application to install a private color
+map on an 8-bit display.
+.TP
+.B  \-\-ncols  <count>
+Limits the number of colors allocated in the color
+cube on an 8-bit display, if the application is
+using the QApplication::ManyColor color
+specification.
+.TP
+.B  \-\-nograb  
+tells Qt to never grab the mouse or the keyboard.
+.TP
+.B  \-\-dograb  
+running under a debugger can cause an implicit
+\-\-nograb, use \-\-dograb to override.
+.TP
+.B  \-\-sync  
+switches to synchronous mode for debugging.
+.TP
+.B \-\-fn,  \-\-font  <fontname>
+defines the application font.
+.TP
+.B \-\-bg,  \-\-background  <color>
+sets the default background color and an
+application palette (light and dark shades are
+calculated).
+.TP
+.B \-\-fg,  \-\-foreground  <color>
+sets the default foreground color.
+.TP
+.B \-\-btn,  \-\-button  <color>
+sets the default button color.
+.TP
+.B  \-\-name  <name>
+sets the application name.
+.TP
+.B  \-\-title  <title>
+sets the application title (caption).
+.TP
+.B  \-\-visual  TrueColor
+forces the application to use a TrueColor visual on
+an 8-bit display.
+.TP
+.B  \-\-inputstyle  <inputstyle>
+sets XIM (X Input Method) input style. Possible
+values are onthespot, overthespot, offthespot and
+root.
+.TP
+.B  \-\-im  <XIM server>
+set XIM server.
+.TP
+.B  \-\-noxim  
+disable XIM.
+.TP
+.B  \-\-reverse  
+mirrors the whole layout of widgets.
+.SS 
+.SS KDE options:
+.TP
+.B  \-\-caption  <caption>
+Use 'caption' as name in the titlebar.
+.TP
+.B  \-\-icon  <icon>
+Use 'icon' as the application icon.
+.TP
+.B  \-\-miniicon  <icon>
+Use 'icon' as the icon in the titlebar.
+.TP
+.B  \-\-config  <filename>
+Use alternative configuration file.
+.TP
+.B  \-\-dcopserver  <server>
+Use the DCOP Server specified by 'server'.
+.TP
+.B  \-\-nocrashhandler  
+Disable crash handler, to get core dumps.
+.TP
+.B  \-\-waitforwm  
+Waits for a WM_NET compatible windowmanager.
+.TP
+.B  \-\-style  <style>
+sets the application GUI style.
+.TP
+.B  \-\-geometry  <geometry>
+sets the client geometry of the main widget.
+.SS 
+.SS Arguments:
+URL(s)                    Files/URLs to Open
+.SS 
+.SS Options:
+.TP
+.B \-r,  \-\-previous  
+Skip backwards in playlist
+.TP
+.B \-p,  \-\-play  
+Start playing current playlist
+.TP
+.B \-s,  \-\-stop  
+Stop playback
+.TP
+.B  \-\-pause  
+Pause playback
+.TP
+.B \-f,  \-\-next  
+Skip forwards in playlist
+.SS 
+.SS Additional options:
+.TP
+.B \-e,  \-\-enqueue  
+Enqueue Files/URLs
+
+.SH SEE ALSO
+Full user documentation is available through the KDE Help Center.  You can also enter the URL
+.BR help:/amarok/
+directly into konqueror or you can run 
+.BR "`khelpcenter help:/amarok/'"
+from the command-line.
+.BR
+.SH AUTHORS
+.NF
+Christian Muehlhaeuser <chris at chris.de>
+.BR
+Mark Kretschmann <markey at web.de>
+.BR
+Max Howell <max.howell at methylblue.com>
+.BR
+Stanislav Karchebny <berk at upnet.ru>
+.BR
+Please use http://bugs.kde.org to report bugs, do not mail the authors directly.
+.BR
+.SH OTHER
+This manual page was written by Alejandro Exojo <suy at badopi.org> for the Debian
+system (but may be used by others).
+.BR

Added: people/ana/packages/amarok/debian/amarok.install
===================================================================
--- people/ana/packages/amarok/debian/amarok.install	2006-11-24 17:40:27 UTC (rev 4988)
+++ people/ana/packages/amarok/debian/amarok.install	2006-11-26 02:00:31 UTC (rev 4989)
@@ -0,0 +1,70 @@
+debian/tmp/usr/share/apps/amarok/*
+debian/tmp/usr/share/apps/profiles/*
+debian/tmp/usr/share/doc/*
+debian/tmp/usr/share/icons/*
+debian/tmp/usr/share/locale/*
+
+debian/tmp/usr/share/config.kcfg/amarok.kcfg
+debian/tmp/usr/share/applications/kde/amarok.desktop
+debian/tmp/usr/share/services/amarokitpc.protocol
+debian/tmp/usr/share/services/amaroklastfm.protocol
+debian/tmp/usr/share/services/amarokpcast.protocol
+debian/tmp/usr/share/servicetypes/amarok_plugin.desktop
+debian/tmp/usr/share/servicetypes/amarok_codecinstall.desktop
+debian/tmp/usr/share/apps/konqueror/servicemenus/amarok_append.desktop
+
+debian/tmp/usr/lib/kde3/libamarok_void-engine_plugin.la
+debian/tmp/usr/lib/kde3/libamarok_void-engine_plugin.so
+debian/tmp/usr/share/services/amarok_void-engine_plugin.desktop
+
+debian/tmp/usr/lib/kde3/konqsidebar_universalamarok.la
+debian/tmp/usr/lib/kde3/konqsidebar_universalamarok.so
+debian/tmp/usr/share/apps/konqsidebartng/add/amarok.desktop
+debian/tmp/usr/share/apps/konqsidebartng/entries/amarok.desktop
+debian/tmp/usr/share/apps/konqsidebartng/kicker_entries/amarok.desktop
+
+debian/tmp/usr/lib/kde3/libamarok_generic-mediadevice.la
+debian/tmp/usr/lib/kde3/libamarok_generic-mediadevice.so
+debian/tmp/usr/share/services/amarok_generic-mediadevice.desktop
+
+debian/tmp/usr/lib/kde3/libamarok_ifp-mediadevice.la
+debian/tmp/usr/lib/kde3/libamarok_ifp-mediadevice.so
+debian/tmp/usr/share/services/amarok_ifp-mediadevice.desktop
+
+debian/tmp/usr/lib/kde3/libamarok_ipod-mediadevice.la
+debian/tmp/usr/lib/kde3/libamarok_ipod-mediadevice.so
+debian/tmp/usr/share/services/amarok_ipod-mediadevice.desktop
+
+debian/tmp/usr/lib/kde3/libamarok_njb-mediadevice.la
+debian/tmp/usr/lib/kde3/libamarok_njb-mediadevice.so
+debian/tmp/usr/share/services/amarok_njb-mediadevice.desktop
+
+debian/tmp/usr/lib/kde3/libamarok_smb-device.la
+debian/tmp/usr/lib/kde3/libamarok_smb-device.so
+debian/tmp/usr/share/services/amarok_smb-device.desktop
+
+debian/tmp/usr/lib/kde3/libamarok_massstorage-device.la
+debian/tmp/usr/lib/kde3/libamarok_massstorage-device.so
+debian/tmp/usr/share/services/amarok_massstorage-device.desktop
+
+debian/tmp/usr/lib/kde3/libamarok_nfs-device.la
+debian/tmp/usr/lib/kde3/libamarok_nfs-device.so
+debian/tmp/usr/share/services/amarok_nfs-device.desktop
+
+debian/tmp/usr/lib/kde3/libamarok_daap-mediadevice.la
+debian/tmp/usr/lib/kde3/libamarok_daap-mediadevice.so
+debian/tmp/usr/share/services/amarok_daap-mediadevice.desktop
+
+debian/tmp/usr/lib/libamarok.*
+
+debian/tmp/usr/bin/amarok
+debian/tmp/usr/bin/amarokapp
+debian/tmp/usr/bin/amarok_proxy.rb
+debian/tmp/usr/bin/amarok_libvisual
+debian/tmp/usr/bin/amarok_xmmswrapper2
+debian/tmp/usr/bin/amarok_daapserver.rb
+debian/tmp/usr/bin/amarokcollectionscanner
+
+debian/tmp/etc/*
+
+debian/icons/*				/usr/share/pixmaps

Added: people/ana/packages/amarok/debian/amarok.manpages
===================================================================
--- people/ana/packages/amarok/debian/amarok.manpages	2006-11-24 17:40:27 UTC (rev 4988)
+++ people/ana/packages/amarok/debian/amarok.manpages	2006-11-26 02:00:31 UTC (rev 4989)
@@ -0,0 +1 @@
+debian/amarok.1

Added: people/ana/packages/amarok/debian/amarok.menu
===================================================================
--- people/ana/packages/amarok/debian/amarok.menu	2006-11-24 17:40:27 UTC (rev 4988)
+++ people/ana/packages/amarok/debian/amarok.menu	2006-11-26 02:00:31 UTC (rev 4989)
@@ -0,0 +1,8 @@
+?package(amarok):\
+	needs="X11"\
+	section="Apps/Sound"\
+	hints="KDE"\
+	title="Amarok"\
+	icon32x32="/usr/share/pixmaps/amarok.xpm"\
+	icon16x16="/usr/share/pixmaps/amarok-16.xpm"\
+	command="/usr/bin/amarok"

Added: people/ana/packages/amarok/debian/cdbs/kde.mk
===================================================================
--- people/ana/packages/amarok/debian/cdbs/kde.mk	2006-11-24 17:40:27 UTC (rev 4988)
+++ people/ana/packages/amarok/debian/cdbs/kde.mk	2006-11-26 02:00:31 UTC (rev 4989)
@@ -0,0 +1,154 @@
+# $Id: kde.mk 849 2005-03-18 18:42:10Z dato-guest $
+# -*- mode: makefile; coding: utf-8 -*-
+# Copyright © 2003 Christopher L Cheney <ccheney at debian.org>
+# Description: A class for KDE packages; sets KDE environment variables, etc
+#
+# This program is free software; you can redistribute it and/or
+# modify it under the terms of the GNU General Public License as
+# published by the Free Software Foundation; either version 2, or (at
+# your option) any later version.
+#
+# This program is distributed in the hope that it will be useful, but
+# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+# General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
+# 02111-1307 USA.
+
+
+ifndef _cdbs_bootstrap
+_cdbs_scripts_path ?= /usr/lib/cdbs
+_cdbs_rules_path ?= /usr/share/cdbs/1/rules
+_cdbs_class_path ?= /usr/share/cdbs/1/class
+endif
+
+ifndef _cdbs_class_kde
+_cdbs_class_kde := 1
+
+include $(_cdbs_rules_path)/buildcore.mk$(_cdbs_makefile_suffix)
+
+ifdef _cdbs_tarball_dir
+DEB_BUILDDIR = $(_cdbs_tarball_dir)/obj-$(DEB_BUILD_GNU_TYPE)
+else
+DEB_BUILDDIR = obj-$(DEB_BUILD_GNU_TYPE)
+endif
+
+common-configure-arch common-configure-indep:: debian/stamp-cvs-make
+debian/stamp-cvs-make:
+	if test -n "$(DEB_KDE_CVS_MAKE)" -a ! -f configure; then \
+		$(MAKE) -C $(DEB_SRCDIR) -f admin/Makefile.common; \
+	fi
+	touch debian/stamp-cvs-make
+
+include $(_cdbs_class_path)/autotools.mk$(_cdbs_makefile_suffix)
+
+export kde_cgidir  = \$${libdir}/cgi-bin
+export kde_confdir = \$${sysconfdir}/kde3
+export kde_htmldir = \$${datadir}/doc/kde/HTML
+
+ifeq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
+	cdbs_kde_enable_final = $(if $(DEB_KDE_ENABLE_FINAL),--enable-final,)
+endif
+
+ifneq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
+	cdbs_kde_enable_final = 
+	cdbs_kde_enable_debug = --enable-debug=yes
+else
+	cdbs_kde_enable_debug = --disable-debug
+endif
+
+ifneq (,$(findstring debug,$(DEB_BUILD_OPTIONS)))
+	cdbs_kde_enable_debug = --enable-debug=full
+endif
+
+cdbs_configure_flags += --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xinerama $(cdbs_kde_enable_final) $(cdbs_kde_enable_debug)
+
+DEB_AC_AUX_DIR = $(DEB_SRCDIR)/admin
+DEB_CONFIGURE_INCLUDEDIR = "\$${prefix}/include/kde"
+DEB_COMPRESS_EXCLUDE := .bz2 .css .dcl .docbook -license .tag .sty .el
+DEB_PATCHDIRS := debian/patches/common debian/patches
+
+DEB_KDE_ENABLE_FINAL := yes
+DEB_INSTALL_DOCS_ALL :=
+
+DEB_DH_MAKESHLIBS_ARGS_ALL := -V
+DEB_SHLIBDEPS_INCLUDE = $(foreach p,$(PACKAGES_WITH_LIBS),debian/$(p)/usr/lib)
+
+common-build-arch common-build-indep:: debian/stamp-apidox
+debian/stamp-apidox:
+	if test -n "$(DEB_KDE_APIDOX)"; then \
+		$(DEB_MAKE_INVOKE) apidox; \
+	fi
+	touch debian/stamp-apidox
+
+common-install-arch common-install-indep:: install-apidox
+install-apidox::
+	if test -n "$(DEB_KDE_APIDOX)"; then \
+		$(DEB_MAKE_INVOKE) install-apidox DESTDIR=$(DEB_DESTDIR); \
+	fi
+
+common-build-arch:: debian/stamp-man-pages
+debian/stamp-man-pages:
+	# Generate man pages for the programs
+	[ -d debian/man/out ] || mkdir -p debian/man/out
+	for f in $$(find debian/man -name '*.sgml'); do \
+		 docbook-to-man $$f > debian/man/out/`basename $$f .sgml`.1; \
+	done
+	touch debian/stamp-man-pages
+
+clean::
+	 rm -rf debian/man/out
+	 -rmdir debian/man
+	 rm -f debian/stamp-man-pages
+
+clean::
+	if test -n "$(DEB_KDE_CVS_MAKE)" && test -d $(DEB_SRCDIR); then \
+		cd $(DEB_SRCDIR); \
+		find . -name Makefile.in -print | \
+			xargs --no-run-if-empty rm -f; \
+		rm -f Makefile.am acinclude.m4 aclocal.m4 config.h.in \
+			configure configure.files configure.in stamp-h.in \
+			subdirs; \
+	fi
+	rm -f debian/stamp-cvs-make
+	rm -f debian/stamp-apidox
+	rm -rf debian/shlibs-check
+
+# Workaround for Bug##296984
+clean:: reverse-patches
+	for dir in $(DEB_PATCHDIRS) ; do \
+	    rm -f $$dir/*.log ; \
+	done
+
+cleanbuilddir::
+	-if test "$(DEB_BUILDDIR)" != "$(DEB_SRCDIR)"; then rm -rf $(DEB_BUILDDIR); fi
+
+buildprep: clean apply-patches
+	make -f admin/Makefile.common dist
+	debian/rules clean
+
+clean::
+	debian/rules reverse-config
+
+binary-install/$(DEB_SOURCE_PACKAGE)-doc-html::
+	set -e; \
+	for doc in `cd $(DEB_DESTDIR)/usr/share/doc/kde/HTML/en; find . -name index.docbook`; do \
+	  pkg=$${doc%/index.docbook}; pkg=$${pkg#./}; \
+	  echo Building $$pkg HTML docs...; \
+	  mkdir -p $(CURDIR)/debian/$(DEB_SOURCE_PACKAGE)-doc-html/usr/share/doc/kde/HTML/en/$$pkg; \
+	  cd $(CURDIR)/debian/$(DEB_SOURCE_PACKAGE)-doc-html/usr/share/doc/kde/HTML/en/$$pkg; \
+	  meinproc $(DEB_DESTDIR)/usr/share/doc/kde/HTML/en/$$pkg/index.docbook; \
+	done
+
+$(patsubst %,binary-install/%,$(DEB_PACKAGES)) :: binary-install/%:
+	if test -x /usr/bin/dh_desktop; then dh_desktop -p$(cdbs_curpkg) $(DEB_DH_DESKTOP_ARGS); fi
+	if test -e debian/$(cdbs_curpkg).lintian; then \
+	    install -p -D -m644 debian/$(cdbs_curpkg).lintian \
+		debian/$(cdbs_curpkg)/usr/share/lintian/overrides/$(cdbs_curpkg); \
+	fi
+
+
+endif

Added: people/ana/packages/amarok/debian/changelog
===================================================================
--- people/ana/packages/amarok/debian/changelog	2006-11-24 17:40:27 UTC (rev 4988)
+++ people/ana/packages/amarok/debian/changelog	2006-11-26 02:00:31 UTC (rev 4989)
@@ -0,0 +1,652 @@
+amarok (1.4.3-1) unstable; urgency=low
+
+  * New upstream release packaged (closes: #386143, #386048). This version
+    works with newer MySQL versions, which closes: #384008, #384078, #385648.
+
+  * Update variable name in debian/patches/revert-fix-for-bug-116127.diff.
+
+  * Stop placing scripts in /usr/lib/amarok instead of /usr/bin. This is not
+    supported upstream, and ends up causing more trouble that not.
+
+  * Added ruby1.8-dev to Build-Depends, which seems to be needed now.
+
+ -- Adeodato Simó <dato at net.com.org.es>  Fri, 15 Sep 2006 19:46:51 +0200
+
+amarok (1.4.1-3) unstable; urgency=medium
+
+  * Promote ruby from Recommends to Depends.  (Closes: #376795, #377052)
+
+  * Build-depend on libnjb-dev and pass --with-libnjb to configure to gain
+    Creative Nomad Jukebox support.  (Closes: #328903)
+
+  * Re-enable libviusal support now that version 0.4 is in the archive.
+
+  * The proper spelling of the program is now Amarok instead of amaroK; update
+    various files to the new spelling.  (Closes: #376815)
+
+  * Updated years and list of authors in copyright files, plus some minor
+    cleanups.
+
+ -- Adeodato Simó <dato at net.com.org.es>  Tue, 11 Jul 2006 21:05:48 +0200
+
+amarok (1.4.1-2) unstable; urgency=low
+
+  * Revert fix for upstream Bug#116127: don't give artists whose all songs in
+    the collection are part of a compilation their own entry in the browser,
+    since that clutters the list unbearably. This is how 1.4.0 behaves.
+
+  * Add ruby to Build-Depends, missed in the previous upload.
+
+ -- Adeodato Simó <dato at net.com.org.es>  Tue,  4 Jul 2006 15:28:02 +0200
+
+amarok (1.4.1-1) unstable; urgency=low
+
+  * New upstream release:
+    + upstream removed Moodbar support in this version due to its instability
+      problems.  (Closes: #367792, #375940)
+    + requires libvisual 0.4, which is not in unstable: drop support for now,
+      and request new version in #376615.
+
+  * amaroK now includes Last.fm stream playing support. Introduced changes:
+    + update some-binaries-in-usr-lib.patch to cope with new helper script
+      amarok_proxy.rb.
+    + add an item to description mentioning this feature, pointing out that
+      Ruby is needed, both in the description and README.Debian.
+
+  * Link against SQLite dynamically again, since scores work now with it (at
+    least my testings confirm so).
+
+ -- Adeodato Simó <dato at net.com.org.es>  Tue,  4 Jul 2006 02:09:35 +0200
+
+amarok (1.4.0a-1) unstable; urgency=low
+
+  * Revised tarball for 1.4.0 (closes: #367897), fixing the following issues:
+
+    + does not botch migration from 1.3 SQLite collections, which in addition
+      caused further collection rebuilds to appear empty. (Closes: #368396)
+    + correctly closes database connections, thus not failing with "too many
+      open files" and deleting the collection after some hours in pause mode.
+      (Closes: #368086)
+    + audio CDs can be reproduced again. (Upstream #127388)
+
+  * Switch to included SQLite; for some reason, dynamic linking against 3.3.5
+    makes scores unfunctional. (Closes: #367468)
+
+ -- Adeodato Simó <dato at net.com.org.es>  Sat, 27 May 2006 15:23:14 +0200
+
+amarok (1.4.0-1) unstable; urgency=low
+
+  * New upstream release. The upstream tarball no longer ships the GStreamer
+    engine, and aRts support was dropped a while ago, and this upload only
+    includes the XINE engine.
+
+    Bugs reported in the Debian BTS fixed in this version:
+
+    + collection is updated at start up. (Closes: #330017)
+    + metadata for icecast streams is displayed. (Closes: #349796)
+    + the correct charset is used for lyrics URLs. (Closes: #352882)
+    + iPods are recognized even after emptying them. (Closes: #350305)
+    + non-ascii characters are displayed correctly under non UTF-8
+      locales in the konqueror sidebar. (Closes: #353058)
+    + last.fm submission queue is flushed after network unavailability
+      even if no more tracks are played. (Closes: #344429)
+
+    Regressions fixed since the latest beta:
+
+    + iPod model detection works again, without needing libgpod-cvs.
+      (Closes: #364789)
+    + filling tags using MusicBrainz works again. (Closes: #364798)
+
+  * Enable Moodbar support, now that Exscalibar has entered unstable.
+    (Closes: #364588)
+
+  * Update Standards-Version to 3.7.2 (no changes required).
+
+ -- Adeodato Simó <dato at net.com.org.es>  Sun, 14 May 2006 16:42:14 -0500
+
+amarok (1.4-beta3c-1) experimental; urgency=low
+
+  * Third beta for the upcoming 1.4 version packaged.
+
+  * Build against libtunepimp3-dev.
+
+ -- Adeodato Simó <dato at net.com.org.es>  Sat, 15 Apr 2006 19:47:54 +0200
+
+amarok (1.4-beta2-3) experimental; urgency=low
+
+  * Rebuild against libmysqlclient15off. (Closes: #358490)
+
+ -- Adeodato Simó <dato at net.com.org.es>  Thu, 23 Mar 2006 02:18:56 +0100
+
+amarok (1.4-beta2-2) experimental; urgency=low
+
+  * Fix yesterday's brainfart: aKode can't output to aRts, so remove this
+    statement from the description.
+
+  * In addition, and after a bit of chit-chat with upstream, follow their
+    wishes and not package aKode at all (bye amarok-arts), and don't include
+    GStreamer 0.10 support for now.
+
+ -- Adeodato Simó <dato at net.com.org.es>  Mon,  6 Mar 2006 23:37:43 +0100
+
+amarok (1.4-beta2-1) experimental; urgency=low
+
+  * Second beta for the upcoming 1.4 version packaged.
+
+    This release drops the aRts engine; in order to keep support for
+    outputting to aRts, ship the aKode engine in the amarok-arts package.
+
+    Also, GStreamer 0.8 support is dropped in favour of GStreamer 0.10. Update
+    build-dependencies and amarok-gstreamer's dependencies accordingly.
+
+  * Use strncpy instead of qstrdup in the patch for main.cpp, so that argv[0]
+    is overwritten correctly. This closes: #352171 (amaroK not remembering the
+    desktop it was on upon login), and incidentally makes Erich Schubert happy.
+
+  * Drop build-dependency on libgtk2.0-dev now that #353590 is fixed.
+
+ -- Adeodato Simó <dato at net.com.org.es>  Mon,  6 Mar 2006 05:44:33 +0100
+
+amarok (1.4-beta1-r511476b) experimental; urgency=low
+
+  * First beta (plus SVN) for the upcoming 1.4 version packaged.
+    (Closes: #352590)
+
+  * Update build-depends to support iRiver iFP (B-D: libifp-dev, libusb-dev),
+    and iPod via libgpod (B-D: libgpod-dev; plus libgtk2.0-dev due to #353590).
+
+  * Since lyrics downloading is now implemented in a separate Ruby script,
+    promote ruby from Suggests to Recommends, so that functionality is ideally
+    not lost. Add a note with this information to README.Debian.
+
+  * Link against sqlite dynamically again, since amaroK 1.4 can cope with the
+    restriction explained in the changelog entry for 1.3.1-1 and Bug#326648.
+
+ -- Adeodato Simó <dato at net.com.org.es>  Mon, 20 Feb 2006 05:42:15 +0100
+
+amarok (1.3.9-1) unstable; urgency=medium
+
+  * New upstream bugfix release.
+
+  * Build against libtunepimp3-dev. (Closes: #359086)
+
+ -- Adeodato Simó <dato at net.com.org.es>  Thu, 27 Apr 2006 00:33:29 +0200
+
+amarok (1.3.8-1) unstable; urgency=low
+
+  * New upstream bugfix release:
+
+    + fetching lyrics works again. (Closes: #344509)
+
+  * Do not use g++-3.4 in arm, m68k and hppa anymore, sid's g++-4.0 is
+    expected to work. (Closes: #342953)
+
+  * Update MySQL build-dependency to libmysqlclient15-dev. (Closes: #343759)
+
+  * Switch patch management to quilt, and make use of patchsys-quilt.mk.
+
+  * Drop build-depends version constraints that are satisfied with stable.
+    Drop the ones for kdebase-dev and kdemultimedia-dev as well, which were
+    transient and all arches have the minimum required versions in sid now.
+
+ -- Adeodato Simó <dato at net.com.org.es>  Wed, 18 Jan 2006 01:43:40 +0100
+
+amarok (1.3.7-1) unstable; urgency=low
+
+  * New upstream bugfix release.
+
+  * Built against kdelibs4c2a, so installable in sid again. (Closes: #341959)
+    Temporarily bump build-deps on kdebase-dev and kdemultimedia-dev.
+
+  * Remove debian/patches/taglib-1.3.1-suffices.diff, since taglib 1.4 is in
+    testing and unstable, and I'll be using a backport for sarge packages.
+    Bump version constraint in debian/control.
+
+  * Again, update my e-mail address in debian/control, yada yada.
+
+ -- Adeodato Simó <dato at net.com.org.es>  Wed, 07 Dec 2005 06:44:59 +0100
+
+amarok (1.3.6-1) unstable; urgency=low
+
+  * New upstream bugfix release:
+
+    + last.fm submissions are properly saved on disk while offline again; they
+      had been broken by Qt 3.3.5. (Closes: #334469, #337109)
+    + includes missing semicolon in amarok.desktop. (Closes: #336026)
+
+  * Update my e-mail address in debian/control.
+
+ -- Adeodato Simó <dato at the-barrel.org>  Tue, 08 Nov 2005 10:40:42 +0100
+
+amarok (1.3.5-1) unstable; urgency=low
+
+  * New upstream bugfix release, quickly released to fix a potential crash at
+    startup (upstream #114983).
+
+ -- Adeodato Simó <asp16 at alu.ua.es>  Tue, 25 Oct 2005 14:55:29 +0200
+
+amarok (1.3.4-1) unstable; urgency=low
+
+  * New upstream bugfix release, which makes this maintainer of yours
+    immensely happy because a fix for upstream #114195 is included.
+    ("Collection scanner ignored files with non-ascii characters").
+
+  * Add libvisual support (closes: #335053). Thanks to Jean-Rémy Falleri for
+    the heads-up. Changes needed:
+
+    + add libvisual0.2-dev and libsdl1.2-dev to Build-Depends.
+    + add libvisual0.2-plugins to Suggests, and mention it in the paragraph
+      regarding visualization plugins in amarok's description.
+    + add the appropriate snippet to some-binaries-in-usr-lib.patch in order
+      to cope with amarok_libvisual installed in /usr/lib/amarok instead of
+      /usr/bin, as mandated by Policy.
+
+ -- Adeodato Simó <asp16 at alu.ua.es>  Mon, 24 Oct 2005 09:30:22 +0200
+
+amarok (1.3.3-1) unstable; urgency=low
+
+  * New upstream bugfix release:
+
+    + does not loose playlist / podcasts on restart. (Closes: #329878)
+    + PostgreSQL configuration dialog no longer shows MySQL's. (Closes: #327630)
+
+  * Updated the Debian menu icons to the new logo.
+
+  * Updated copyright notice, list of authors, and FSF postal address in
+    debian/copyright.
+
+ -- Adeodato Simó <asp16 at alu.ua.es>  Thu, 13 Oct 2005 00:04:34 +0200
+
+amarok (1.3.2-1) unstable; urgency=low
+
+  * New upstream bugfix release, featuring the return of alsasink support.
+
+ -- Adeodato Simó <asp16 at alu.ua.es>  Wed, 21 Sep 2005 04:14:52 +0200
+
+amarok (1.3.1-2) unstable; urgency=low
+
+  * Use g++ 3.4 in arm, m68k and hppa.
+
+ -- Adeodato Simó <asp16 at alu.ua.es>  Tue, 06 Sep 2005 00:21:03 +0200
+
+amarok (1.3.1-1) unstable; urgency=low
+
+  * New upstream bugfix release. Beware, though, that the GStreamer engine has
+    been rewritten (!), and ALSASINK SUPPORT REMOVED due to temporary breakage.
+
+  * Use the internal copy of sqlite for now. This fixes the collection being
+    non functional with SQLite 3.2.5 due to this version preventing a database
+    handle opened in one thread to be used in another. See Bug#326648 for
+    reference. (Closes: #326562, #312386)
+
+  * Enable PostgreSQL support (closes: #326612, #326713):
+
+    + debian/rules: pass --enable-postgresql to ./configure.
+    + debian/control: add libpq-dev to Build-Depends.
+
+    (Before somebody comes around with the word "bloat" ready, libpq4 is 6
+     times smaller than libmysqlclient14.)
+
+  * Regain preciousss "my `grep -c NEEDED` is smaller than yours" karma by not
+    using LIBADD in the statusbar convenience lib. The Depends line had gained
+    some weight in 1.2.3-1.
+
+ -- Adeodato Simó <asp16 at alu.ua.es>  Mon, 05 Sep 2005 20:57:41 +0200
+
+amarok (1.3.0-1) unstable; urgency=low
+
+  * New upstream release packaged (closes: #323249). Bugs reported in the
+    Debian BTS fixed in this version:
+
+    + does not display advertisements in lyrics. (Closes: #321499)
+    + pre-amp in the equalizer works with XINE engine too. (Closes: #283750)
+    + includes PartyMode. (Closes: #293293)
+    + includes equalizer presets. (Closes: #283761)
+    + builds fine with GCC 4.0. (Closes: #314779)
+
+  * Updated Build-Dependencies:
+
+    + automake1.6 to automake1.9.
+    + libmysqlclient12-dev to libmysqlclient14-dev.
+    + temporarily bump version constraint in kdemultimedia-dev and kdebase-dev
+      in order to allow an early upload in the middle of the KDE transition.
+
+  * Adjustments to the build-system:
+
+    + do not require TagLib 1.4.0 since it's not in Debian yet (#323280).
+    + don't use KDE_FINAL in amarok/src since both MySQL and KDE have had the
+      brilliant idea to define a struct/class named "NET".
+
+  * This version links against libtunepimp2c2, so libtunepimp2 0.3.0-4
+    breakage does not affect us anymore. (Closes: #318000)
+
+  * Update Standards-Version to 3.6.2 (no changes required).
+
+ -- Adeodato Simó <asp16 at alu.ua.es>  Sat, 03 Sep 2005 01:42:56 +0200
+
+amarok (1.2.4-1) unstable; urgency=low
+
+  * The "following Debian Policy is cool, except when it's not" release.
+
+  * New upstream bugfix release:
+
+    + amaroK now correctly displays the name of the first available engine,
+      instead of an empty line. (Closes: #307949)
+
+  * The KDE Session Manager can now restore amaroK on login (closes: #302852,
+    #308099). Patch amarokapp to set its own argv[0] to 'amarok', since for the
+    session manager to restore an application the binary must be in the $PATH.
+
+  * Made the crash handler aware that amarokapp is in /usr/lib/amarok, and not
+    in /usr/bin.
+
+  * Include small patch to fix upstream bug 103510 ("systray icon continues
+    'playing' after songs end, if 'clear list' was hit while playing").
+
+ -- Adeodato Simó <asp16 at alu.ua.es>  Mon, 06 Jun 2005 00:08:28 +0200
+
+amarok (1.2.3-1) unstable; urgency=low
+
+  * New upstream bugfix release.
+
+  * This version fixes an important memory leak in the GStreamer engine that
+    happened when a radio stream stalled. (Closes: #299931)
+
+ -- Adeodato Simó <asp16 at alu.ua.es>  Tue, 29 Mar 2005 01:43:28 +0200
+
+amarok (1.2.2-1) kalyxo-unstable; urgency=low
+
+  * New upstream bugfix release.
+
+  * Added a menu file, plus XPM icons.
+
+  * Switched to tarball-in-tarball for the .orig.tar.gz (which is sensibly
+    smaller now, since upstream uses bz2). Added bzip2 to Build-Depends.
+
+  * Build-depend on automake1.6 and libtool, and regenerate configure and
+    Makefiles.in at build-time.
+
+  * Use the kde.mk class maintained by the Debian KDE Maintainers, instead
+    of the one shipped with cdbs.
+
+ -- Adeodato Simó <asp16 at alu.ua.es>  Thu, 17 Mar 2005 19:38:34 +0100
+
+amarok (1.2.1-1) unstable; urgency=low
+
+  * New upstream bugfix release.
+
+  * Include patch from CVS to make amaroK bind listening TCP connections to
+    the local interface only. Related to Bug#297693, but not the same.
+
+ -- Adeodato Simó <asp16 at alu.ua.es>  Fri, 04 Mar 2005 14:54:34 +0100
+
+amarok (1.2.0-1) unstable; urgency=low
+
+  * New upstream release packaged (closes: #296139). Lots of improvements and
+    new functionality, see the changelog or http://amarok.kde.org for details.
+    Bugs reported in the Debian BTS fixed with in this version:
+
+    + the search text input element is now cleared when the user writes
+      something there. (Closes: #278359)
+
+    + analyzers work with the XINE engine. (Closes: #287091)
+
+  * amaroK's collection can be now stored in a MySQL database:
+
+    + Build-Depend on libmysqlclient12-dev
+
+    + Pass --enable-mysql to configure.
+
+  * amaroK now includes a sidebar plugin for Konqueror:
+
+    + debian/amarok.install:
+      - add files for the konqueror sidebar.
+
+    + debian/control:
+      - added kdebase-dev as Build-Dependency.
+
+    + debian/rules:
+      - exclude konqsidebar_universalamarok.so from dh_shlibdeps, so that
+        amarok doesn't end up depending on konqueror. (The plugin will be
+        ignored in systems without konqueror installed.)
+
+  * Other changes:
+
+    + amaroK now ships several scripts to enhance it. These are written in
+      Python and Ruby, so add those as suggested packages. Added note to
+      README.Debian about this, too.
+
+    + removed sqlite3_in_configure.in.patch, no longer necessary in 1.2.
+
+    + added www-browser as an alternative for the konqueror suggests, since
+      upstream fixed the code so that the configured browser is used.
+
+    + renamed debian/README to debian/README.Debian, so that it gets
+      installed. D'oh!
+
+    + debian/control:
+      - remove Build-Dependency on libkjsembed-dev, no longer needed.
+
+    + debian/amarok.install:
+      - install amarok.profile.xml into /usr/share/apps/profiles.
+
+ -- Adeodato Simó <asp16 at alu.ua.es>  Wed, 23 Feb 2005 03:03:37 +0100
+
+amarok (1.1.1-2) unstable; urgency=high
+
+  * Upload to get rid of the dependency on libflac4, which is not longer in
+    the archive (closes: #289344). Urgency set to high as other packages with
+    RC bug fixes can't enter testing because of the libflac6 transition not
+    being ready.
+
+    + Relibtoolized the package, so that binaries won't link against not
+      needed libraries. Introduced disable_no_undefined.patch, many thanks to
+      Daniel Schepler for his insight with this (and for providing the patch).
+      [This has reduced the number of NEEDED libraries from 45 to 18, libflac
+      being among them.]
+
+    + debian/control:
+      - version Build-Dependency on libtunepimp2-dev to (>= 0.3.0-2.1).
+
+  * Some new versions of libraries have become available in Debian since the
+    last upload:
+
+    + Taglib 1.3 is now in the archive:
+      - removed debian/patches/taglib-1.2-suffices.patch.
+      - update Build-Depends to libtag1-dev (>> 1.3.1).
+
+    + SQLite 3 is now in the archive:
+      - changed Build-Depends on libsqlite0-dev to libsqlite3-dev.
+      - pass --without-included-sqlite to ./configure.
+      - patch configure.in to check for sqlite3 (>= 3.0). Upstream forgot to
+        update this check in the 1.1 series. [sqlite3_in_configure.in.patch]
+
+  * New package relationships:
+
+    + amarok now recommends kdemultimedia-kio-plugins, which is needed to play
+      audio CDs.
+
+    + amarok now suggests konqueror, since it's called in the MusicBrainz
+      dialog and some other places. (Closes: #282523)
+
+  * Created a README.Debian files with the following:
+
+    + Explain why the amarokapp and amarok_xmmswrapper2 binaries are shipped
+      in /usr/lib/amarok instead of /usr/bin, differing from upstream.
+
+    + Describe a fix for the 'Socket-path is not a link or a directory' error.
+
+    + Explicitly mention what is needed to play audio CDs in amarok.
+
+  * Other changes:
+
+    + Patched admin/configure.in.min to include AM_MAINTAINER_MODE. To make
+      the .diff.gz stuff smaller, force automake-1.6 (which upstream uses) in
+      admin/detect-autoconf.sh. [am_maintainer_mode.patch, automake-1.6.patch]
+
+    + Prevent admin/cvs.sh from creating .gmo files at "make dist" time, since
+      those can't be shipped in the .diff.gz. [gmo_files_at_build_time.patch]
+
+    + debian/amarok.1:
+      - correct "hyphen vs. minus sign" usage.
+
+ -- Adeodato Simó <asp16 at alu.ua.es>  Fri, 14 Jan 2005 01:54:47 +0100
+
+amarok (1.1.1-1) unstable; urgency=low
+
+  * New upstream release packaged. Most notably, fixes several GStreamer
+    engine related bugs.
+
+  * debian/control: add to amarok-gstreamer's description that is not possible
+    to use artssink for output.
+
+  * debian/rules:
+    - call dh_install with --list-missing (DEB_DH_INSTALL_ARGS).
+
+  * debian/patches/:
+    - removed proper-otherlang-handbook-path.patch, issue fixed upstream.
+
+ -- Adeodato Simó <asp16 at alu.ua.es>  Sat, 09 Oct 2004 22:51:06 +0200
+
+amarok (1.1.0-2) unstable; urgency=low
+
+  * Fix the location of translated amaroK handbook: kde/HTML/$LANG/amarok, not
+    kde/HTML/$LANG directly. [debian/patches/proper-otherlang-handbook-path.patch]
+
+ -- Adeodato Simó <asp16 at alu.ua.es>  Mon, 27 Sep 2004 14:02:30 +0200
+
+amarok (1.1.0-1) unstable; urgency=low
+
+  * New upstream version:
+    - several last minute fixes.
+    - includes handbook in several languages (da, et, fr, it, pt, sv).
+
+  * First upload to Debian (closes: #236696).
+
+ -- Adeodato Simó <asp16 at alu.ua.es>  Mon, 27 Sep 2004 01:53:56 +0200
+
+amarok (1.1-cvs-0+kalyxo1) experimental; urgency=low
+
+  * New maintainer. Thanks to Peter Rockai for his initial work.
+
+  * Updated to amaroK 1.1 CVS (2004-09-24):
+    - temporarily link statically against libsqlite, since sqlite >= 3.0.7 is
+      required and is not available in Debian (requested in #272271).
+    - added debian/patches/taglib-1.2-suffices.patch to lower the requirement
+      from taglib 1.3 (requested in #273029) to 1.2, which is enough.
+    - new package amarok-xine (yet another engine for amaroK, hurray!)
+    - added the following Build-Dependencies:
+      + libkjsembed-dev (amaroK is now JavaScript scriptable).
+      + libtunepimp2-dev (MusicBrainz support).
+      + libxine-dev (for the xine engine).
+      + libtag1-dev (missing).
+
+  * New package amarok-engines:
+    - depends on all the available engine packages and will be installed by
+      default unless the user specifies an specific engine.
+    - all the amarok-* packages Provide: amarok-engine, and amarok now
+      Depends: amarok-engines | amarok-engine.
+
+  * Removed the amarok-xmms package:
+    - its single binary amarok_xmmswrapper2 is now included in the main amarok
+      package.
+    - include some hackery to prevent amarok from depending on xmms (!).
+      amaroK just does a no-op and issues a warning on stderr if xmms is not
+      installed and user opens the visualizations menu, so this seems safe.
+      A xmms-lib package (in which amarok could easily depend) is requested in
+      #272913.
+
+  * Install amarokapp and amarok_xmmswrapper2 in /usr/lib/amarok instead of
+    /usr/bin:
+    - needed for FHS/Debian Policy compliance.
+    - added debian/patches/some-binaries-in-usr-lib.patch to fix locations in
+      source (amarok/src/loader/loader.cpp, amarok/src/socketserver.cpp).
+
+  * Added lintian overrides for an aRts module which must go in /usr/lib
+    despite not being a shared library. noatun and some other arts-related
+    packages have the same problem, if someone has a solution please share.
+
+  * Made /usr/share/doc/amarok-* symlinks to /usr/share/doc/amarok.
+
+  * Do not make amarok-arts depend on the meta-package "arts"; the
+    dependencies given by ${shlib:Depends} do suffice.
+
+  * debian/control: updated to Standars-Version 3.6.1.
+
+ -- Adeodato Simó <asp16 at alu.ua.es>  Fri, 24 Sep 2004 02:49:46 +0200
+
+amarok (1.0.2-1) unstable; urgency=low
+
+  * New upstream version.
+
+ -- Peter Rockai (mornfall) <mornfall at danill.sk>  Thu,  5 Aug 2004 14:23:23 +0200
+
+amarok (1.0.1-1) unstable; urgency=low
+
+  * New upstream version
+  * Make depends among amarok packages versioned
+  * Prepare to upload into Debian, closes: #236696
+  * Add manpage for amarok by Alejandro Exojo
+
+ -- Peter Rockai (mornfall) <mornfall at danill.sk>  Wed, 30 Jun 2004 23:24:16 +0200
+
+amarok (1.0.0-3) unstable; urgency=low
+
+  * Dynamically link against libsqlite0
+  * Fix gstreamer dependencies
+  * Various small fixes (sections, descriptions, doc dirs)
+  * Thanks go to Adeodato Simó for help with various issues
+
+ -- Peter Rockai (mornfall) <mornfall at danill.sk>  Sat, 26 Jun 2004 23:06:00 +0200
+
+amarok (1.0.0-2) unstable; urgency=low
+
+  * Make the depends on amarok-gstreamer a bit more tight. Only depend on
+    audiosink, recommend the decoder plugins.
+  * Make the amarok engines depend on amarok itself.
+  * Compile with xmms visualisation support.
+
+ -- Peter Rockai (mornfall) <mornfall at danill.sk>  Wed, 23 Jun 2004 13:58:12 +0200
+
+amarok (1.0.0-1) unstable; urgency=low
+
+  * Build official 1.0.0 release.
+
+ -- Peter Rockai (mornfall) <mornfall at danill.sk>  Wed, 16 Jun 2004 23:48:52 +0200
+
+amarok (1.0-pre1-2) unstable; urgency=low
+
+  * Fix amarok-arts package, was missing mcop files. Duh.
+
+ -- Peter Rockai (mornfall) <mornfall at danill.sk>  Wed, 16 Jun 2004 23:25:29 +0200
+
+amarok (1.0-pre1-1) unstable; urgency=low
+
+  * First 1.0.0 prerelease.
+
+ -- Peter Rockai (mornfall) <mornfall at danill.sk>  Wed, 16 Jun 2004 10:18:31 +0200
+
+amarok (1.0-beta4-2) unstable; urgency=low
+
+  * Patch to final beta4 version.
+
+ -- Peter Rockai (mornfall) <mornfall at danill.sk>  Tue,  1 Jun 2004 17:47:53 +0200
+
+amarok (1.0-beta4-1) unstable; urgency=low
+
+  * New upstream RC (beta4-rc1).
+  * Build with GST support.
+
+ -- Peter Rockai (mornfall) <mornfall at danill.sk>  Tue,  1 Jun 2004 10:24:09 +0200
+
+amarok (1.0-beta3-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Peter Rockai (mornfall) <mornfall at danill.sk>  Sat, 29 May 2004 17:08:55 +0200
+
+amarok (1.0-beta1-0) workstation-unstable; urgency=low
+
+  * Initial packaging
+
+ -- Peter Rockai (mornfall) <mornfall at mornfall.homeip.net>  Sun, 11 Apr 2004  17:05:00 +0200

Added: people/ana/packages/amarok/debian/compat
===================================================================
--- people/ana/packages/amarok/debian/compat	2006-11-24 17:40:27 UTC (rev 4988)
+++ people/ana/packages/amarok/debian/compat	2006-11-26 02:00:31 UTC (rev 4989)
@@ -0,0 +1 @@
+4

Added: people/ana/packages/amarok/debian/control
===================================================================
--- people/ana/packages/amarok/debian/control	2006-11-24 17:40:27 UTC (rev 4988)
+++ people/ana/packages/amarok/debian/control	2006-11-26 02:00:31 UTC (rev 4989)
@@ -0,0 +1,60 @@
+Source: amarok
+Section: kde
+Priority: optional
+Maintainer: Adeodato Simó <dato at net.com.org.es>
+Build-Depends: cdbs, debhelper, quilt, bzip2, automake1.9, libtool,
+ kdelibs4-dev, kdemultimedia-dev, kdebase-dev,
+ libxine-dev,
+ libtag1-dev (>> 1.4), libsqlite3-dev, libtunepimp3-dev,
+ libmysqlclient15-dev, libpq-dev,
+ xmms-dev, libvisual-0.4-dev, libsdl1.2-dev,
+ libifp-dev, libusb-dev, libgpod-dev, libnjb-dev,
+ ruby, ruby1.8-dev
+Standards-Version: 3.7.2
+
+Package: amarok
+Architecture: any
+Depends: amarok-engines | amarok-engine, ruby, ${shlibs:Depends}
+Recommends: kdemultimedia-kio-plugins
+Suggests: libvisual-0.4-plugins, konqueror | www-browser, python, python-qt3, libqt0-ruby1.8
+Description: versatile and easy to use audio player for KDE
+ Amarok tries to be a little different, providing a simple drag and drop
+ interface that really makes playlist handling easy.
+ .
+ Features include:
+   - rapid playlist creation, with drag and drop from a directory view
+   - nice playlist browser for your existing playlists (PLS or M3U formats)
+   - collection-indexing support, for smart browsing and playlist creation
+   - possibility of accessing media via kioslaves, allowing you to play
+     via smb:// or fish:// (normal streams are of course supported)
+   - inline ID3 tag editing, capable of retrieving tags via MusicBrainz
+   - album cover support: automatically displays album covers from the
+     filesystem, or downloaded on the fly
+   - miscellaneous audio effects, including crossfading
+   - easy bindable global shortcuts, rich DCOP interface
+   - On-Screen Display (OSD), on track change or at keypress
+   - iPod and iRiver support
+   - Last.fm stream playing support (if ruby is installed)
+ .
+ Support for XMMS and libvisual visualization plugins is also compiled in (you
+ need to have xmms or libvisual-0.4-plugins installed to be able to use it).
+ .
+  Homepage: http://amarok.kde.org
+
+Package: amarok-engines
+Architecture: any
+Depends: amarok (= ${Source-Version}), amarok-xine
+Description: output engines for the Amarok audio player
+ This package depends on all the available Amarok engines, and it's
+ installed by default unless you specify a particular engine. You can
+ safely remove it, as you can remove the amarok-$engine packages that
+ you don't use.
+
+Package: amarok-xine
+Architecture: any
+Depends: amarok (= ${Source-Version}), ${shlibs:Depends}
+Provides: amarok-engine
+Description: xine engine for the Amarok audio player
+ This package provides the xine engine for Amarok, which you may prefer
+ for some reason over the other engines (e.g., it is the lightest engine
+ Dependency-wise).

Added: people/ana/packages/amarok/debian/copyright
===================================================================
--- people/ana/packages/amarok/debian/copyright	2006-11-24 17:40:27 UTC (rev 4988)
+++ people/ana/packages/amarok/debian/copyright	2006-11-26 02:00:31 UTC (rev 4989)
@@ -0,0 +1,50 @@
+Debianized by Peter Rockai <mornfall at mornfall.homeip.net>	2004-04-11
+New maintainer Adeodato Simó <dato at net.com.org.es>		2004-09-22
+
+It was downloaded from:
+
+    <http://prdownloads.sourceforge.net/amarok/>
+
+And the project homepage is:
+
+    <http://amarok.kde.org>
+
+Upstream Authors:
+
+    | Alexandre Oliveira	<aleprj at gmail.com>
+    | Christian Muehlhaeuser	<chris at chris.de>
+    | Frederik Holljen		<fh at ez.no>
+    | Gábor Lehel		<illissius at gmail.com>
+    | Ian Monroe		<ian at monroe.nu>
+    | Jeff Mitchell		<kde-dev at emailgoeshere.com>
+    | Mark Kretschmann		<markey at web.de>
+    | Martin Aumueller		<aumuell at reserv.at>
+    | Max Howell		<max.howell at methylblue.com>
+    | Mike Diehl		<madpenguin8 at yahoo.com>
+    | Pierpaolo Di Panfilo	<pippo_dp at libero.it>
+    | Roman Becker		<roman at formmorf.de>
+    | Seb Ruiz			<me at sebruiz.net>
+    | Stanislav Karchebny	<berkus at madfire.net>
+
+Copyright:
+
+    | (c) 2002-2003, Mark Kretschmann
+    | (c) 2003-2006, The Amarok Development Squad
+
+License terms:
+
+    | This program is free software; you can redistribute it and/or modify
+    | it under the terms of the GNU General Public License as published by
+    | the Free Software Foundation; version 2 dated June, 1991.
+    |
+    | This package is distributed in the hope that it will be useful,
+    | but WITHOUT ANY WARRANTY; without even the implied warranty of
+    | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+    | GNU General Public License for more details.
+    |
+    | You should have received a copy of the GNU General Public License
+    | along with this program; if not, write to the Free Software Foundation,
+    | Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+
+  The full text of the GNU General Public License version 2 is available on
+  Debian systems in /usr/share/common-licenses/GPL-2.

Added: people/ana/packages/amarok/debian/icons/amarok-16.xpm
===================================================================
--- people/ana/packages/amarok/debian/icons/amarok-16.xpm	2006-11-24 17:40:27 UTC (rev 4988)
+++ people/ana/packages/amarok/debian/icons/amarok-16.xpm	2006-11-26 02:00:31 UTC (rev 4989)
@@ -0,0 +1,210 @@
+/* XPM */
+static char *amarok-16[] = {
+/* columns rows colors chars-per-pixel */
+"16 16 188 2",
+"   c black",
+".  c #010203",
+"X  c #010304",
+"o  c #030405",
+"O  c #030406",
+"+  c #05070A",
+"@  c #03080C",
+"#  c #05090D",
+"$  c #04090F",
+"%  c #050A10",
+"&  c #070F17",
+"*  c #071019",
+"=  c #0A1521",
+"-  c #0B1825",
+";  c #0D1824",
+":  c #0D1926",
+">  c #0F1A26",
+",  c #0F1E2C",
+"<  c #0E1F30",
+"1  c #101D2A",
+"2  c #0F2133",
+"3  c #102030",
+"4  c #132436",
+"5  c #132639",
+"6  c #142638",
+"7  c #17293B",
+"8  c #14283C",
+"9  c #152A40",
+"0  c #193047",
+"q  c #193149",
+"w  c #19324B",
+"e  c #203A55",
+"r  c #223D59",
+"t  c #26415E",
+"y  c #234562",
+"u  c #22456C",
+"i  c #23486F",
+"p  c #26486E",
+"a  c #284360",
+"s  c #294663",
+"d  c #244A71",
+"f  c #264F7A",
+"g  c #294A70",
+"h  c #2A4B71",
+"j  c #2D4D73",
+"k  c #29537B",
+"l  c #2D5178",
+"z  c #304F74",
+"x  c #35506D",
+"c  c #325176",
+"v  c #325277",
+"b  c #335377",
+"n  c #355377",
+"m  c #365575",
+"M  c #37567A",
+"N  c #32597F",
+"B  c #33587E",
+"V  c #375A7F",
+"C  c #385472",
+"Z  c #395572",
+"A  c #3A5675",
+"S  c #38567A",
+"D  c #3B5876",
+"F  c #3A597A",
+"G  c #3B587A",
+"H  c #3B5A7B",
+"J  c #3B587C",
+"K  c #405C7F",
+"L  c #445E7F",
+"P  c #46607E",
+"I  c #2B5781",
+"U  c #385C82",
+"Y  c #376088",
+"T  c #37628A",
+"R  c #3A688F",
+"E  c #3E6A90",
+"W  c #3F6B92",
+"Q  c #415D80",
+"!  c #435E81",
+"~  c #445F80",
+"^  c #445F82",
+"/  c #466686",
+"(  c #476687",
+")  c #4A6486",
+"_  c #4E6989",
+"`  c #4F6E8F",
+"'  c #42769E",
+"]  c #46769D",
+"[  c #50698A",
+"{  c #506A89",
+"}  c #516A89",
+"|  c #506F8F",
+" . c #546D8C",
+".. c #556E8E",
+"X. c #5B7088",
+"o. c #5B718A",
+"O. c #587591",
+"+. c #5B7491",
+"@. c #5E7B9A",
+"#. c #487BA2",
+"$. c #6F7D8C",
+"%. c #607790",
+"&. c #637B97",
+"*. c #627E9B",
+"=. c #6B7D90",
+"-. c #4980A8",
+";. c #4A83AA",
+":. c #5491B8",
+">. c #5693B9",
+",. c #5E99BE",
+"<. c #658DAC",
+"1. c #6A87A0",
+"2. c #6A87A4",
+"3. c #6D89A7",
+"4. c #758BA2",
+"5. c #758FA9",
+"6. c #7E8FA1",
+"7. c #7F93A7",
+"8. c #7997AC",
+"9. c #63A5CA",
+"0. c #6CA7CA",
+"q. c #6CA8CB",
+"w. c #8B949E",
+"e. c #8093A7",
+"r. c #8594A4",
+"t. c #8395A8",
+"y. c #8D99A6",
+"u. c #8F9DAB",
+"i. c #93A0AD",
+"p. c #9AA0A8",
+"a. c #9EA7B1",
+"s. c #A5A6A7",
+"d. c #A3ACB7",
+"f. c #A9AFB7",
+"g. c #A5B2BF",
+"h. c #B0B1B2",
+"j. c #B2B2B2",
+"k. c gray70",
+"l. c #B1B3B6",
+"z. c #B4B5B6",
+"x. c #B6B6B6",
+"c. c #BBBBBB",
+"v. c #B8BBBE",
+"b. c #BCBCBC",
+"n. c #BDBEBF",
+"m. c gray75",
+"M. c #A8B8C9",
+"N. c #B9BDC2",
+"B. c #BABEC3",
+"V. c #93C1D9",
+"C. c #9BC7DD",
+"Z. c #BFC5CB",
+"A. c #B9C4D0",
+"S. c #C1C1C1",
+"D. c #C3C3C3",
+"F. c #C6C6C6",
+"G. c gray78",
+"H. c #C5C8CB",
+"J. c gray79",
+"K. c #CACACA",
+"L. c #CBCBCB",
+"P. c gray80",
+"I. c #CDCDCD",
+"U. c #CECECE",
+"Y. c gray81",
+"T. c #C1C8D0",
+"R. c #D0D0D0",
+"E. c gray82",
+"W. c #D1D1D2",
+"Q. c #D2D2D2",
+"!. c LightGray",
+"~. c gray83",
+"^. c #D5D5D5",
+"/. c #D7D7D7",
+"(. c #DADADA",
+"). c gray86",
+"_. c gainsboro",
+"`. c gray87",
+"'. c #CFD8E1",
+"]. c #D0D9E1",
+"[. c #E4E4E4",
+"{. c gray90",
+"}. c gray91",
+"|. c gray92",
+" X c #EAEDF1",
+".X c gray94",
+"XX c gray97",
+"oX c None",
+/* pixels */
+"oXoXoXoXX 6 a D Z r 1   oXoXoXoX",
+"oXoXoX2 | i.n.D.n.l.t.F * oXoXoX",
+"oXoXw e.G.).).~.Q.L.D.z.*.- oXoX",
+"oX< 7.K._.(.(.~.Q.P.f.y.c. at .% oX",
+"X ` b._.(./.~.~.Q.r. .L b.v.s   ",
+"4 u.L./.~.~.Q.H.+.!  .$.z.G.5.# ",
+"t k.Y.Q.Q.d._ +.c _ ~ s.B.P.g.3 ",
+"Z k.P.B.6.n A.&.L ) z F o.G.H.9 ",
+"x j.d._ h b _ J K ~ ! w.D.~.T.8 ",
+"e X.j S h p c M J c p.).{.{.M.: ",
+"> 4.D u u l N U J H R..X.X|.3.O ",
+"  C =.d I T E E T O.`.XXXX].w   ",
+"oX& f k E ] -.;.#.1.[.XX X/   oX",
+"oXoX= I ' >.q.9.,.8.{.]./ @   oX",
+"oXoXoX# y :.V.C.0.<.2.w X   oXoX",
+"oXoXoXoX  + , 7 4 ; O   oXoXoXoX"
+};

Added: people/ana/packages/amarok/debian/icons/amarok.xpm
===================================================================
--- people/ana/packages/amarok/debian/icons/amarok.xpm	2006-11-24 17:40:27 UTC (rev 4988)
+++ people/ana/packages/amarok/debian/icons/amarok.xpm	2006-11-26 02:00:31 UTC (rev 4989)
@@ -0,0 +1,220 @@
+/* XPM */
+static char *amarok[] = {
+/* columns rows colors chars-per-pixel */
+"32 32 182 2",
+"   c #000000",
+".  c #020508",
+"X  c #03090E",
+"o  c #0E0E0E",
+"O  c #050A10",
+"+  c #09131E",
+"@  c #101112",
+"#  c #14191F",
+"$  c #0A1622",
+"%  c #0B1926",
+"&  c #0D1C2C",
+"*  c #0E1F30",
+"=  c #161E26",
+"-  c #0F2032",
+";  c #18222D",
+":  c #102336",
+">  c #12273C",
+",  c #1A2632",
+"<  c #1C2B3B",
+"1  c #142C44",
+"2  c #162F48",
+"3  c #16304A",
+"4  c #18324E",
+"5  c #183450",
+"6  c #1B3A5A",
+"7  c #20344A",
+"8  c #223A52",
+"9  c #1E4064",
+"0  c #22456B",
+"q  c #23486E",
+"w  c #28496F",
+"e  c #244A72",
+"r  c #244D78",
+"t  c #2B4C72",
+"y  c #26517E",
+"u  c #2C5077",
+"i  c #2B537B",
+"p  c #325175",
+"a  c #355479",
+"s  c #33587E",
+"d  c #395575",
+"f  c #38567A",
+"g  c #3B597C",
+"h  c #405C7D",
+"j  c #49627D",
+"k  c #52677E",
+"l  c #275280",
+"z  c #285685",
+"x  c #295788",
+"c  c #2D5982",
+"v  c #2A598A",
+"b  c #2C5D91",
+"n  c #355C83",
+"m  c #395E83",
+"M  c #2E6094",
+"N  c #336189",
+"B  c #3A658C",
+"V  c #336395",
+"C  c #356892",
+"Z  c #386798",
+"A  c #3C6C93",
+"S  c #3C6A9A",
+"D  c #3D729A",
+"F  c #425D80",
+"G  c #456083",
+"H  c #41678D",
+"J  c #496485",
+"K  c #4C6688",
+"L  c #4F6889",
+"P  c #466E93",
+"I  c #426E9B",
+"U  c #417096",
+"Y  c #42739B",
+"T  c #47789F",
+"R  c #4B749C",
+"E  c #506782",
+"W  c #536A84",
+"Q  c #536C8B",
+"!  c #586C82",
+"~  c #5D7084",
+"^  c #5D748D",
+"/  c #51769D",
+"(  c #55799E",
+")  c #5A7190",
+"_  c #447AA1",
+"`  c #457CA8",
+"'  c #4F78A2",
+"]  c #5C7EA1",
+"[  c #627B96",
+"{  c #6A7F96",
+"}  c #4681AB",
+"|  c #4984AB",
+" . c #4E8BB2",
+".. c #5082A7",
+"X. c #5084AA",
+"o. c #5E80A4",
+"O. c #5B81A9",
+"+. c #548CB2",
+"@. c #5390B6",
+"#. c #5594BD",
+"$. c #5B94BC",
+"%. c #5E99BE",
+"&. c #6C8197",
+"*. c #69809B",
+"=. c #758699",
+"-. c #778A9D",
+";. c #7C8691",
+":. c #798A9D",
+">. c #6080A2",
+",. c #6A86A3",
+"<. c #6E8CAB",
+"1. c #608FB2",
+"2. c #7389A3",
+"3. c #7B91A6",
+"4. c #7B9AB9",
+"5. c #579AC1",
+"6. c #5B9EC5",
+"7. c #669EC2",
+"8. c #68A8CC",
+"9. c #6AACD0",
+"0. c #72ABCD",
+"q. c #78AFCE",
+"w. c #71B0D2",
+"e. c #7BB4D4",
+"r. c #858F9B",
+"t. c #87909A",
+"y. c #8D949B",
+"u. c #94989C",
+"i. c #9D9D9D",
+"p. c #8493A3",
+"a. c #8395A8",
+"s. c #8798A9",
+"d. c #859FB9",
+"f. c #9199A3",
+"g. c #8EA2B7",
+"h. c #8CA5BF",
+"j. c #96A2AB",
+"k. c #9BA4AD",
+"l. c #9DA9B5",
+"z. c #A3A3A3",
+"x. c #A6A9AC",
+"c. c #ACACAC",
+"v. c #A3ABB2",
+"b. c #A4AEB8",
+"n. c #AAAEB1",
+"m. c #ADB0B3",
+"M. c #ADB4BB",
+"N. c #B3B3B3",
+"B. c #B0B7BE",
+"V. c #B6B8B9",
+"C. c #BBBBBB",
+"Z. c #8FA7C1",
+"A. c #87B6D1",
+"S. c #85BBD7",
+"D. c #A2B1C1",
+"F. c #AFBBC7",
+"G. c #ADBAC8",
+"H. c #B2BCC7",
+"J. c #B0BCCA",
+"K. c #B8BDC3",
+"L. c #93C2DA",
+"P. c #9EC9DE",
+"I. c #BFC3C7",
+"U. c #B0C1D3",
+"Y. c #AFD1E1",
+"T. c #B4D6E4",
+"R. c #C3C3C4",
+"E. c #C1C4C8",
+"W. c #CCCCCC",
+"Q. c #C1CEDC",
+"!. c #CFD4D9",
+"~. c #D3D3D3",
+"^. c #D6DADE",
+"/. c #DBDBDB",
+"(. c #DAE0E6",
+"). c #E2E3E3",
+"_. c #E2E5E8",
+"`. c #ECECEC",
+"'. c #EAEEF1",
+"]. c #F4F4F4",
+"[. c #FBFBFB",
+"{. c None",
+/* pixels */
+"{.{.{.{.{.{.{.{.{.{.{.o # , 7 8 8 < ; @ o {.{.{.{.{.{.{.{.{.{.{.",
+"{.{.{.{.{.{.{.{.{.X 4 l M I / ( ( R Z v 9 *     {.{.{.{.{.{.{.{.",
+"{.{.{.{.{.{.{.X 6 M ( s.n.N.N.N.N.N.N.k.,.S r &   {.{.{.{.{.{.{.",
+"{.{.{.{.{.{.- v ( k.N.C.W.W.~.~.W.R.R.V.N.N.3.Z 6 .   {.{.{.{.{.",
+"{.{.{.{.  3 V a.N.C.~.)./././.~.~.~.W.W.R.V.N.n./ r X   {.{.{.{.",
+"{.{.{.{.2 Z j.N.W./././././.~.~.~.W.W.W.W.R.K.N.N.o.y .   {.{.{.",
+"{.{.{.& V j.N.W.).)././.~.~.~.~.~.W.W.W.W.R.n.R.C.V.] q     {.{.",
+"{.{.. v a.N.R.)././././.~./.~.~.W.~.W.W.R.E q n.R.C.V.I 1   {.{.",
+"{.{.6 ( N.C././././.~.~.~.~.~.~.W.~.~.b.j ^ p j R.C.C.v.v X   {.",
+"{.X b k.N.W././././.~./.~.~.~.~.~.W.:.e Q ) K k x.R.R.R.o.5   {.",
+"{.4 ' N.V././.~.~./.~.~.~.~.~.~.E.J p F ) ) p y.i.R.R.R.b.v   . ",
+"o r s.N.R./.~.~.~.~.~.~.~.W.I.B.h d s Q Q K ! z.c.W.W.R.R.I %   ",
+"@ M n.N.W.~.~.~.~.~.~.E.Q g g f p w L Q Q t u.z.W.W.W.W.W.<.4 . ",
+", S N.N.W.~.~.~.~.~.K.h G &.D.Q 0 F K L j j z.C.l.M.~.W.W.g.0 . ",
+"< / N.N.W.W.W.W.W.M.f h [ [.'.a g K G L p 0 d g w &.~.~.~.M.0 . ",
+"8 ( N.N.W.W.W.p.Q w p w (.F.f f F F G K g a g d j t.c.!.~.K.i . ",
+"7 ( N.N.R.R.{ 2.F 0 0 Q H.e g g F F F F G g g u.c.n.C././.H.r . ",
+", I N.m.f.^ h 0 0 0 0 d t a f g g F F F p ! c.N.W./.)././.D.q   ",
+"= V y.h f t d m p 0 0 q p p d a g g F p ! N.C.).).).).).).d.6   ",
+"o x :.t w t a d t 0 q t p a d s f f a 0 c.C.).`.`.`.).).).] , . ",
+"o 8 ,.r.q 0 q 0 0 q t u p s s g m f e g V./.`.`.`.`.`._.^.M X . ",
+"{.% Z m.;.q 0 0 q e i i s N h N m s r ^ C.`.].].].].`.`.Z.9   . ",
+"{.  r 2.N.! q q t n c m N B B B B c s =.R.].].].].].]._.S $   {.",
+"{.. $ Z =.q q u m c H B A U U U B B n p.~.].].[.[.[.].4.9     {.",
+"{.{.  6 z q r i c P U Y Y T _ _ D Y N j.~.].[.[.[.].U.v X   {.{.",
+"{.{.{.. e y r c A Y T ..| @. . .| ..D l./.`.].].[.Q.V %     {.{.",
+"{.{.{.  . e c N A D @. at .8.6.6.%.%.+.T n./.`.].].J.Z *     {.{.{.",
+"{.{.{.{.  . 9 M D X. at .6.q.w.w.8.8.%.| N./.`.(.4.v %     {.{.{.{.",
+"{.{.{.{.{.    > N } #.9.S.L.L.S.w.0. at .c.~.h.S 9 X     {.{.{.{.{.",
+"{.{.{.{.{.{.    X 2 C $.A.Y.T.P.q.#.` ' b 0 +       {.{.{.{.{.{.",
+"{.{.{.{.{.{.{.{.      # < 9 p w w 0 5 - .       {.{.{.{.{.{.{.{.",
+"{.{.{.{.{.{.{.{.{.{.  . .   . .   . . .   . {.{.{.{.{.{.{.{.{.{."
+};

Added: people/ana/packages/amarok/debian/overrides/amarok-arts
===================================================================
--- people/ana/packages/amarok/debian/overrides/amarok-arts	2006-11-24 17:40:27 UTC (rev 4988)
+++ people/ana/packages/amarok/debian/overrides/amarok-arts	2006-11-26 02:00:31 UTC (rev 4989)
@@ -0,0 +1 @@
+amarok-arts: no-shlibs-control-file usr/lib/libamarokarts.so

Added: people/ana/packages/amarok/debian/patches/143_provided_upstream_playlist_encoding.diff
===================================================================
--- people/ana/packages/amarok/debian/patches/143_provided_upstream_playlist_encoding.diff	2006-11-24 17:40:27 UTC (rev 4988)
+++ people/ana/packages/amarok/debian/patches/143_provided_upstream_playlist_encoding.diff	2006-11-26 02:00:31 UTC (rev 4989)
@@ -0,0 +1,12 @@
+Index: src/playlist.cpp
+===================================================================
+--- amarok/src/playlist.cpp	(Revision 583705)
++++ amarok/src/playlist.cpp	(Revision 583706)
+@@ -3188,6 +3188,7 @@
+     stream << "</playlist>\n";
+ 
+     QTextStream fstream( &file );
++    fstream.setEncoding( QTextStream::UnicodeUTF8 );
+     fstream << buffer;
+ }
+ 

Added: people/ana/packages/amarok/debian/patches/am_maintainer_mode.patch
===================================================================
--- people/ana/packages/amarok/debian/patches/am_maintainer_mode.patch	2006-11-24 17:40:27 UTC (rev 4988)
+++ people/ana/packages/amarok/debian/patches/am_maintainer_mode.patch	2006-11-26 02:00:31 UTC (rev 4989)
@@ -0,0 +1,11 @@
+--- admin/configure.in.min.orig
++++ admin/configure.in.min
+@@ -38,6 +38,8 @@
+ dnl Automake doc recommends to do this only here. (Janos)
+ AM_INIT_AUTOMAKE(@MODULENAME@, @VERSION@) dnl searches for some needed programs
+ 
++AM_MAINTAINER_MODE
++
+ KDE_SET_PREFIX
+ 
+ dnl generate the config header

Added: people/ana/packages/amarok/debian/patches/disable-final.diff
===================================================================
--- people/ana/packages/amarok/debian/patches/disable-final.diff	2006-11-24 17:40:27 UTC (rev 4988)
+++ people/ana/packages/amarok/debian/patches/disable-final.diff	2006-11-26 02:00:31 UTC (rev 4989)
@@ -0,0 +1,10 @@
+--- amarok/src/Makefile.am.orig
++++ amarok/src/Makefile.am
+@@ -8,6 +8,7 @@
+     KONQSIDEBAR_SUBDIR = konquisidebar
+ endif
+ 
++KDE_OPTIONS = nofinal
+ 
+ lib_LTLIBRARIES = libamarok.la
+ 

Added: people/ana/packages/amarok/debian/patches/disable_no_undefined.patch
===================================================================
--- people/ana/packages/amarok/debian/patches/disable_no_undefined.patch	2006-11-24 17:40:27 UTC (rev 4988)
+++ people/ana/packages/amarok/debian/patches/disable_no_undefined.patch	2006-11-26 02:00:31 UTC (rev 4989)
@@ -0,0 +1,18 @@
+--- admin/acinclude.m4.in.orig
++++ admin/acinclude.m4.in
+@@ -1689,15 +1689,6 @@
+        KDE_USE_CLOSURE_TRUE="#"
+        KDE_USE_CLOSURE_FALSE=""
+        KDE_NO_UNDEFINED=""
+-       case $host in 
+-         *-*-linux-gnu)
+-           KDE_CHECK_COMPILER_FLAG([Wl,--no-undefined],
+-                [KDE_CHECK_COMPILER_FLAG([Wl,--allow-shlib-undefined],
+-		[KDE_NO_UNDEFINED="-Wl,--no-undefined -Wl,--allow-shlib-undefined"],
+-		[KDE_NO_UNDEFINED=""])],
+-	    [KDE_NO_UNDEFINED=""])
+-           ;;
+-       esac
+   fi
+   AC_SUBST(KDE_USE_CLOSURE_TRUE)
+   AC_SUBST(KDE_USE_CLOSURE_FALSE)

Added: people/ana/packages/amarok/debian/patches/gmo_files_at_build_time.patch
===================================================================
--- people/ana/packages/amarok/debian/patches/gmo_files_at_build_time.patch	2006-11-24 17:40:27 UTC (rev 4988)
+++ people/ana/packages/amarok/debian/patches/gmo_files_at_build_time.patch	2006-11-26 02:00:31 UTC (rev 4989)
@@ -0,0 +1,11 @@
+--- admin/cvs.sh.orig
++++ admin/cvs.sh
+@@ -204,7 +204,7 @@
+ ###
+ ### Then make messages
+ ###
+-if test -d po; then
++if test -d po && false; then
+  LIST=`find ./po -name "*.po"`
+  for i in $LIST; do
+   file2=`echo $i | sed -e "s#\.po#\.gmo#"`

Added: people/ana/packages/amarok/debian/patches/no_libadd_in_convenience_libs.diff
===================================================================
--- people/ana/packages/amarok/debian/patches/no_libadd_in_convenience_libs.diff	2006-11-24 17:40:27 UTC (rev 4988)
+++ people/ana/packages/amarok/debian/patches/no_libadd_in_convenience_libs.diff	2006-11-26 02:00:31 UTC (rev 4989)
@@ -0,0 +1,11 @@
+--- amarok/src/statusbar/Makefile.am.orig
++++ amarok/src/statusbar/Makefile.am
+@@ -9,8 +9,6 @@
+     -I$(top_srcdir)/amarok/src/engine \
+     -I$(top_builddir)/amarok/src/ \
+     $(all_includes)
+-    
+-libstatusbar_la_LIBADD = $(LIB_QT)
+ 
+ libstatusbar_la_SOURCES = \
+     statusBarBase.cpp \

Added: people/ana/packages/amarok/debian/patches/revert-fix-for-bug-116127.diff
===================================================================
--- people/ana/packages/amarok/debian/patches/revert-fix-for-bug-116127.diff	2006-11-24 17:40:27 UTC (rev 4988)
+++ people/ana/packages/amarok/debian/patches/revert-fix-for-bug-116127.diff	2006-11-26 02:00:31 UTC (rev 4989)
@@ -0,0 +1,12 @@
+--- amarok/src/collectionbrowser.cpp.orig
++++ amarok/src/collectionbrowser.cpp
+@@ -673,6 +673,9 @@
+         qb.sortBy( q_cat1, QueryBuilder::valName );
+         qb.setOptions( QueryBuilder::optRemoveDuplicates );
+ 
++        if( q_cat == QueryBuilder::tabArtist )
++            qb.setOptions( QueryBuilder::optNoCompilations );
++
+         // ensure we don't get empty genres/albums/etc due to tag changes
+         qb.addFilter( QueryBuilder::tabSong, QString::null );
+ 

Added: people/ana/packages/amarok/debian/patches/series
===================================================================
--- people/ana/packages/amarok/debian/patches/series	2006-11-24 17:40:27 UTC (rev 4988)
+++ people/ana/packages/amarok/debian/patches/series	2006-11-26 02:00:31 UTC (rev 4989)
@@ -0,0 +1,7 @@
+am_maintainer_mode.patch -p0
+disable_no_undefined.patch -p0
+no_libadd_in_convenience_libs.diff -p0
+gmo_files_at_build_time.patch -p0
+disable-final.diff -p0
+revert-fix-for-bug-116127.diff -p0
+143_provided_upstream_playlist_encoding.diff -p0

Added: people/ana/packages/amarok/debian/rules
===================================================================
--- people/ana/packages/amarok/debian/rules	2006-11-24 17:40:27 UTC (rev 4988)
+++ people/ana/packages/amarok/debian/rules	2006-11-26 02:00:31 UTC (rev 4989)
@@ -0,0 +1,59 @@
+#!/usr/bin/make -f
+
+DEB_TAR_SRCDIR := $(shell basename $(wildcard *.tar.bz2) .tar.bz2)
+
+### CDBS INCLUDES
+include /usr/share/cdbs/1/rules/tarball.mk
+include /usr/share/cdbs/1/rules/debhelper.mk
+include debian/cdbs/kde.mk
+include /usr/share/cdbs/1/rules/patchsys-quilt.mk
+
+### VARIABLES
+DEB_KDE_CVS_MAKE := yes
+
+DEB_DH_MAKESHLIBS_ARGS_ALL := -n
+DEB_INSTALL_DIRS_amarok    := usr/lib/amarok
+DEB_DH_SHLIBDEPS_ARGS	   := -Xusr/lib/amarok/amarok_xmmswrapper2 \
+			      -Xusr/lib/kde3/konqsidebar_universalamarok.so
+
+DEB_CONFIGURE_EXTRA_FLAGS  :=	--without-included-sqlite \
+				--disable-final \
+				--without-akode \
+				--without-gstreamer10 \
+				--with-ifp \
+				--with-libgpod \
+				--with-libnjb  \
+				--enable-mysql \
+				--enable-postgresql
+
+# See debian/TODO
+DEB_INSTALL_DOCS_ALL = $(filter-out $(DEB_INSTALL_CHANGELOGS_ALL),$(shell for f in README NEWS TODO BUGS AUTHORS THANKS; do if test -s $(DEB_SRCDIR)/$$f; then echo $(DEB_SRCDIR)/$$f; fi; done))
+
+###
+
+### Libtool and Automake updates
+post-patches:: debian/stamp-autothings-update
+debian/stamp-autothings-update:
+	cp -f /usr/share/libtool/libtool.m4 $(DEB_SRCDIR)/admin/libtool.m4.in
+	cp -f /usr/share/libtool/ltmain.sh  $(DEB_SRCDIR)/admin/ltmain.sh
+	for f in /usr/share/automake-1.9/*; do \
+	    if  test -f $$f && \
+		test -f $(DEB_SRCDIR)/admin/`basename $$f`; then \
+		cp -f $$f $(DEB_SRCDIR)/admin; \
+	    fi; \
+	done
+	touch $@
+
+clean::
+	rm -f debian/stamp-autothings-update
+
+### POST-INSTALL HACKING
+# Make directories in /usr/share/doc be symlinks for packages other than amarok
+common-binary-post-install-arch::
+	for p in $(filter-out amarok,$(DEB_ALL_PACKAGES)); do \
+	  rm -rf debian/$$p/usr/share/doc/$$p; \
+	  ln -sf amarok debian/$$p/usr/share/doc/$$p; \
+	done
+
+	# Check for not installed files
+	dh_install --no-act --list-missing


Property changes on: people/ana/packages/amarok/debian/rules
___________________________________________________________________
Name: svn:executable
   + *




More information about the pkg-kde-commits mailing list