debian/0000755000000000000000000000000012116643471007173 5ustar debian/control0000644000000000000000000000131312116605306010567 0ustar Source: pidgin-audacious Section: net Priority: optional Maintainer: Debian QA Group Build-Depends: cdbs, debhelper (>= 5), dh-autoreconf, pidgin-dev, libdbus-glib-1-dev, libdbus-1-dev, pkg-config, audacious-dev (>= 1.4) Standards-Version: 3.7.2 Homepage: http://www.honeyplanet.jp Package: pidgin-audacious Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, pidgin Recommends: audacious Description: pidgin integration with Audacious pidgin-audacious is a plugin for pidgin which provides integration with Audacious. . It supports features like updating your userinfo with your currently playing track, and adding your currently playing track to your MSN friendly name. debian/pidgin-audacious.docs0000644000000000000000000000000711666443543013276 0ustar README debian/patches/0000755000000000000000000000000012116604737010624 5ustar debian/patches/01_buildsystem_fixes.patch0000644000000000000000000000123111666444431015706 0ustar diff -urN pidgin-audacious-2.0.0.orig/Makefile.in pidgin-audacious-2.0.0/Makefile.in --- pidgin-audacious-2.0.0.orig/Makefile.in 2007-09-01 23:50:47.000000000 -0500 +++ pidgin-audacious-2.0.0/Makefile.in 2007-11-13 12:25:58.000000000 -0600 @@ -15,11 +15,12 @@ default: pidgin-audacious.so pidgin-audacious.so: pidgin-audacious.c - gcc -o $@ $< $(CFLAGS) $(LDFLAGS) -g -Wl,-rpath=$(AUD_LIB_DIR) + gcc -o $@ $< $(CFLAGS) $(LDFLAGS) -g install: pidgin-audacious.so - install -m 755 pidgin-audacious.so $(PIDGIN_LIB_DIR)/pidgin + install -d $(DESTDIR)$(PIDGIN_LIB_DIR)/pidgin + install -m 755 pidgin-audacious.so $(DESTDIR)$(PIDGIN_LIB_DIR)/pidgin clean: debian/patches/02_link_with_audclient.patch0000644000000000000000000000174112116604714016164 0ustar Description: The plugin uses symbols from audclient libs, not audacious libs. Author: Andrey Rahmatullin Bug-Debian: http://bugs.debian.org/702609 Last-Update: 2013-03-09 diff -up pidgin-audacious-2.0.0/configure.in.orig pidgin-audacious-2.0.0/configure.in --- pidgin-audacious-2.0.0/configure.in.orig 2007-09-02 10:50:47.000000000 +0600 +++ pidgin-audacious-2.0.0/configure.in 2013-03-09 16:04:04.925939669 +0600 @@ -16,9 +16,9 @@ PKG_CHECK_MODULES(AUDACIOUS, [audacious You must have audacious >= 1.4.0 development headers installed to build. ])]) -AUD_CFLAGS=`pkg-config --cflags audacious 2> /dev/null` -AUD_LIBS=`pkg-config --libs audacious 2> /dev/null` -AUD_LIB_DIR=`pkg-config --variable=lib_dir audacious 2> /dev/null` +AUD_CFLAGS=`pkg-config --cflags audclient 2> /dev/null` +AUD_LIBS=`pkg-config --libs audclient 2> /dev/null` +AUD_LIB_DIR=`pkg-config --variable=lib_dir audclient 2> /dev/null` AC_SUBST(AUD_CFLAGS) AC_SUBST(AUD_LIBS) AC_SUBST(AUD_LIB_DIR) debian/patches/series0000644000000000000000000000007012116604737012036 0ustar 01_buildsystem_fixes.patch 02_link_with_audclient.patch debian/watch0000644000000000000000000000012111666443543010225 0ustar version=3 http://www.honeyplanet.jp/download.html pidgin-audacious-(.*)\.tar\.gz debian/rules0000755000000000000000000000032212116605263010245 0ustar #!/usr/bin/make -f include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/autotools.mk include /usr/share/cdbs/1/rules/autoreconf.mk DEB_DH_INSTALL_SOURCEDIR = debian/pidgin-audacious debian/copyright0000644000000000000000000000250411666443543011136 0ustar This package was debianized by William Pitcock on Mon, 12 Nov 2007 22:46:50 -0600. It was downloaded from . Upstream Author: Yoshiki Yazawa Copyright: Copyright (c) 2005-2007 Yoshiki Yazawa License: 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 of the License, 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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. On Debian and Ubuntu systems, the complete text of the GNU General Public License can be found in the file `/usr/share/common-licenses/GPL'. The Debian packaging is (C) 2007, William Pitcock and is licensed under the GPL, see `/usr/share/common-licenses/GPL'. debian/source/0000755000000000000000000000000011666445370010502 5ustar debian/source/format0000644000000000000000000000001411666445370011710 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000131312116605374011043 0ustar pidgin-audacious (2.0.0-3) unstable; urgency=low * QA upload. * Link with -laudclient2 instead of -laudcore -laudgui (Closes: #702609). * Use dh-autoreconf instead of autotools-dev to be able to regenerate configure. -- Andrey Rahmatullin Sat, 09 Mar 2013 15:52:55 +0600 pidgin-audacious (2.0.0-2) unstable; urgency=low * QA upload. * Set maintainer to QA Group. Closes: #632265 * Convert to use "3.0 (quilt)" instead of dpatch -- Frank Lichtenheld Sat, 03 Dec 2011 17:15:10 +0100 pidgin-audacious (2.0.0-1) unstable; urgency=low * Initial release (Closes: #451072) -- William Pitcock Mon, 12 Nov 2007 22:46:50 -0600 debian/compat0000644000000000000000000000000211666443543010400 0ustar 5