--- audacious-1.2.1.orig/config.sub +++ audacious-1.2.1/config.sub @@ -4,7 +4,7 @@ # 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, # Inc. -timestamp='2006-07-02' +timestamp='2006-09-20' # This file is (in principle) common to ALL GNU software. # The presence of a machine in this file suggests that SOME GNU software @@ -244,7 +244,7 @@ | arc | arm | arm[bl]e | arme[lb] | armv[2345] | armv[345][lb] | avr | avr32 \ | bfin \ | c4x | clipper \ - | d10v | d30v | dlx | dsp16xx | dvp \ + | d10v | d30v | dlx | dsp16xx \ | fr30 | frv \ | h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \ | i370 | i860 | i960 | ia64 \ @@ -276,7 +276,8 @@ | pdp10 | pdp11 | pj | pjl \ | powerpc | powerpc64 | powerpc64le | powerpcle | ppcbe \ | pyramid \ - | sh | sh[1234] | sh[24]a | sh[24]a*eb | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3ele \ + | score \ + | sh | sh[1234] | sh[24]a | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3ele \ | sh64 | sh64le \ | sparc | sparc64 | sparc64b | sparc64v | sparc86x | sparclet | sparclite \ | sparcv8 | sparcv9 | sparcv9b | sparcv9v \ @@ -284,7 +285,7 @@ | tahoe | thumb | tic4x | tic80 | tron \ | v850 | v850e \ | we32k \ - | x86 | xscale | xscalee[bl] | xstormy16 | xtensa \ + | x86 | xc16x | xscale | xscalee[bl] | xstormy16 | xtensa \ | z8k) basic_machine=$basic_machine-unknown ;; @@ -357,7 +358,7 @@ | powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* | ppcbe-* \ | pyramid-* \ | romp-* | rs6000-* \ - | sh-* | sh[1234]-* | sh[24]a-* | sh[24]a*eb-* | sh[23]e-* | sh[34]eb-* | sheb-* | shbe-* \ + | sh-* | sh[1234]-* | sh[24]a-* | sh[23]e-* | sh[34]eb-* | sheb-* | shbe-* \ | shle-* | sh[1234]le-* | sh3ele-* | sh64-* | sh64le-* \ | sparc-* | sparc64-* | sparc64b-* | sparc64v-* | sparc86x-* | sparclet-* \ | sparclite-* \ @@ -367,7 +368,7 @@ | tron-* \ | v850-* | v850e-* | vax-* \ | we32k-* \ - | x86-* | x86_64-* | xps100-* | xscale-* | xscalee[bl]-* \ + | x86-* | x86_64-* | xc16x-* | xps100-* | xscale-* | xscalee[bl]-* \ | xstormy16-* | xtensa-* \ | ymp-* \ | z8k-*) @@ -689,24 +690,6 @@ basic_machine=m68k-atari os=-mint ;; - mipsEE* | ee | ps2) - basic_machine=mips64r5900el-scei - case $os in - -linux*) - ;; - *) - os=-elf - ;; - esac - ;; - iop) - basic_machine=mipsel-scei - os=-irx - ;; - dvp) - basic_machine=dvp-scei - os=-elf - ;; mips3*-*) basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'` ;; @@ -927,6 +910,10 @@ sb1el) basic_machine=mipsisa64sb1el-unknown ;; + sde) + basic_machine=mipsisa32-sde + os=-elf + ;; sei) basic_machine=mips-sei os=-seiux @@ -1232,7 +1219,7 @@ | -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \ | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \ | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \ - | -skyos* | -haiku* | -rdos* | -toppers* | -irx*) + | -skyos* | -haiku* | -rdos* | -toppers*) # Remember, each alternative MUST END IN *, to match a version number. ;; -qnx*) @@ -1384,6 +1371,9 @@ # system, and we'll never get to this point. case $basic_machine in + score-*) + os=-elf + ;; spu-*) os=-elf ;; --- audacious-1.2.1.orig/config.guess +++ audacious-1.2.1/config.guess @@ -139,23 +139,6 @@ UNAME_SYSTEM=`(uname -s) 2>/dev/null` || UNAME_SYSTEM=unknown UNAME_VERSION=`(uname -v) 2>/dev/null` || UNAME_VERSION=unknown -if [ "${UNAME_SYSTEM}" = "Linux" ] ; then - eval $set_cc_for_build - cat << EOF > $dummy.c - #include - #ifdef __UCLIBC__ - # ifdef __UCLIBC_CONFIG_VERSION__ - LIBC=uclibc __UCLIBC_CONFIG_VERSION__ - # else - LIBC=uclibc - # endif - #else - LIBC=gnu - #endif -EOF - eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep LIBC= | sed -e 's: ::g'` -fi - # Note: order is significant - the case branches are not exclusive. case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in @@ -846,28 +829,28 @@ echo ${UNAME_MACHINE}-pc-minix exit ;; arm*:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-${LIBC} + echo ${UNAME_MACHINE}-unknown-linux-gnu exit ;; avr32*:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-${LIBC} + echo ${UNAME_MACHINE}-unknown-linux-gnu exit ;; cris:Linux:*:*) - echo cris-axis-linux-${LIBC} + echo cris-axis-linux-gnu exit ;; crisv32:Linux:*:*) - echo crisv32-axis-linux-${LIBC} + echo crisv32-axis-linux-gnu exit ;; frv:Linux:*:*) - echo frv-unknown-linux-${LIBC} + echo frv-unknown-linux-gnu exit ;; ia64:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-${LIBC} + echo ${UNAME_MACHINE}-unknown-linux-gnu exit ;; m32r*:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-${LIBC} + echo ${UNAME_MACHINE}-unknown-linux-gnu exit ;; m68*:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-${LIBC} + echo ${UNAME_MACHINE}-unknown-linux-gnu exit ;; mips:Linux:*:*) eval $set_cc_for_build @@ -890,7 +873,7 @@ s: ::g p }'`" - test x"${CPU}" != x && { echo "${CPU}-unknown-linux-${LIBC}"; exit; } + test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; } ;; mips64:Linux:*:*) eval $set_cc_for_build @@ -913,16 +896,16 @@ s: ::g p }'`" - test x"${CPU}" != x && { echo "${CPU}-unknown-linux-${LIBC}"; exit; } + test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; } ;; or32:Linux:*:*) - echo or32-unknown-linux-${LIBC} + echo or32-unknown-linux-gnu exit ;; ppc:Linux:*:*) - echo powerpc-unknown-linux-${LIBC} + echo powerpc-unknown-linux-gnu exit ;; ppc64:Linux:*:*) - echo powerpc64-unknown-linux-${LIBC} + echo powerpc64-unknown-linux-gnu exit ;; alpha:Linux:*:*) case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' < /proc/cpuinfo` in @@ -935,37 +918,37 @@ EV68*) UNAME_MACHINE=alphaev68 ;; esac objdump --private-headers /bin/sh | grep ld.so.1 >/dev/null - if test "$?" = 0 ; then LIBC="gnulibc1" ; fi - echo ${UNAME_MACHINE}-unknown-linux-${LIBC} + if test "$?" = 0 ; then LIBC="libc1" ; else LIBC="" ; fi + echo ${UNAME_MACHINE}-unknown-linux-gnu${LIBC} exit ;; parisc:Linux:*:* | hppa:Linux:*:*) # Look for CPU level case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in - PA7*) echo hppa1.1-unknown-linux-${LIBC} ;; - PA8*) echo hppa2.0-unknown-linux-${LIBC} ;; - *) echo hppa-unknown-linux-${LIBC} ;; + PA7*) echo hppa1.1-unknown-linux-gnu ;; + PA8*) echo hppa2.0-unknown-linux-gnu ;; + *) echo hppa-unknown-linux-gnu ;; esac exit ;; parisc64:Linux:*:* | hppa64:Linux:*:*) - echo hppa64-unknown-linux-${LIBC} + echo hppa64-unknown-linux-gnu exit ;; s390:Linux:*:* | s390x:Linux:*:*) echo ${UNAME_MACHINE}-ibm-linux exit ;; sh64*:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-${LIBC} + echo ${UNAME_MACHINE}-unknown-linux-gnu exit ;; sh*:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-${LIBC} + echo ${UNAME_MACHINE}-unknown-linux-gnu exit ;; sparc:Linux:*:* | sparc64:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-${LIBC} + echo ${UNAME_MACHINE}-unknown-linux-gnu exit ;; vax:Linux:*:*) - echo ${UNAME_MACHINE}-dec-linux-${LIBC} + echo ${UNAME_MACHINE}-dec-linux-gnu exit ;; x86_64:Linux:*:*) - echo x86_64-unknown-linux-${LIBC} + echo x86_64-unknown-linux-gnu exit ;; i*86:Linux:*:*) # The BFD linker knows what the default object file format is, so @@ -980,22 +963,20 @@ p'` case "$ld_supported_targets" in elf32-i386) - TENTATIVE="${UNAME_MACHINE}-pc-linux-${LIBC}" + TENTATIVE="${UNAME_MACHINE}-pc-linux-gnu" ;; a.out-i386-linux) - echo "${UNAME_MACHINE}-pc-linux-${LIBC}aout" + echo "${UNAME_MACHINE}-pc-linux-gnuaout" exit ;; coff-i386) - echo "${UNAME_MACHINE}-pc-linux-${LIBC}coff" + echo "${UNAME_MACHINE}-pc-linux-gnucoff" exit ;; "") # Either a pre-BFD a.out linker (linux-gnuoldld) or # one that does not give us useful --help. - echo "${UNAME_MACHINE}-pc-linux-${LIBC}oldld" + echo "${UNAME_MACHINE}-pc-linux-gnuoldld" exit ;; esac - # This should get integrated into the C code below, but now we hack - if [ "$LIBC" != "gnu" ] ; then echo "$TENTATIVE" && exit 0 ; fi # Determine whether the default compiler is a.out or elf eval $set_cc_for_build sed 's/^ //' << EOF >$dummy.c --- audacious-1.2.1.orig/debian/watch +++ audacious-1.2.1/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://audacious-media-player.org/Downloads http://audacious-media-player.org/release/audacious-([0-9.]+)\.tgz --- audacious-1.2.1.orig/debian/audacious.docs +++ audacious-1.2.1/debian/audacious.docs @@ -0,0 +1,2 @@ +NEWS +README --- audacious-1.2.1.orig/debian/copyright +++ audacious-1.2.1/debian/copyright @@ -0,0 +1,159 @@ +This package was debianized by Adam Cécile (Le_Vert) on +Fri, 1 Sep 2006 20:56:15 +0200. + +It was downloaded from http://www.audacious-media-player.org/ + +Upstream Author: George Averill + Giacomo Lozito + William Pitcock + Mohammed Sameer + Tony Vroon + Yoshiki Yazawa + +Copyright: (C) 2005-2006 Audacious Development Team (see above) + (C) 2003-2004 BMP Development Team + (C) 1998-2003 XMMS Development Team + +License: + + This package 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 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 package; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +On Debian systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL'. + +All files except those listed below are distributed under the GPL with the +copyright above. + +"audacious/about.c" is (C) 1998-2003 Peter Alm, Mikael Alm, Olle Hallnas, +Thomas Nilsson and 4Front Technologies and distributed under terms of +GNU General Public License. + +"audacious/dnd.h" is (C) 1998-2000 Peter Alm, Mikael Alm, Olle Hallnas, +Thomas Nilsson and 4Front Technologies and distributed under terms of +GNU General Public License. + +"audacious/fft.c" and "audacious/fft.h" are (C) 1999 Richard Boulton (parts +of code copyrighted by Ralph Loader) and distributed under terms of +GNU General Public License. + +"audacious/widgets/hslider.c" and "audacious/widgets/hslider.h" are (C) 1998-2000 Peter Alm, +Mikael Alm, Olle Hallnas, Thomas Nilsson and 4Front Technologies and +distributed under terms of GNU General Public License. + +"audacious/iir.c", "audacious/iir_cfs.c", "audacious/iir_cfs.h", +"audacious/iir_fpu.c", "audacious/iir_fpu.h" and "audacious/iir.h" are +(C) 2002-2005 Felipe Rivera and distributed under terms of GNU General +Public License. + +"audacious/plugin.h" is (C) 2003-2004 BMP development team, (C) 1998-2000 +Peter Alm, Mikael Alm, Olle Hallnas, Thomas Nilsson and 4Front Technologies +and distributed under terms of the license below : + + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions are + met: 1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. 2. + Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. + + THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND ANY + EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED + WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE + DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE FOR + ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL + DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR + SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER + CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT + LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY + OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF + SUCH DAMAGE. + +"audacious/titlestring.h" is (C) 2001 Espen Skoglund and distributed under +term of GNU General Public License. + +"audacious/ui_fileinfo.c" and "audacious/ui_fileinfo.h" are (C) 2006 +William Pitcock, Tony Vroon, George Averill, Giacomo Lozito, Derek Pomery and +Yoshiki Yazawa and distributed under terms of GNU General Public License. + +"audtool/*" are (C) 2005-2006 George Averill, William Pitcock and distributed +under terms of GNU General Public License. + +"libaudacious/beepctrl.c" and "libaudacious/beepctrl.h" are (C) 1998-2003 +Peter Alm, Mikael Alm, Olle Hallnas, Thomas Nilsson and 4Front Technologies, +(C) 1999-2003 Haavard Kvaalen and distributed under terms of GNU General +Public License. + +"libaudacious/rcfile.h" is (C) 1998-2000 Peter Alm, Mikael Alm, Olle Hallnas, +Thomas Nilsson and 4Front Technologies and distributed under terms of GNU +General Public License. + +"libaudacious/titlestring.c" and "libaudacious/titlestring.h" are (C) 2001 +Espen Skoglund, (C) 2001 Haavard Kvaalen and distributed under terms of GNU +General Public License. + +"libaudacious/xconvert.c" and "libaudacious/xconvert.h" are (C) 2001-2003 +Haavard Kvaalen and distributed under terms of GNU Lesser General Public +License. + + This software is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2 of the License, or (at your option) any later version. + + 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 + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with this package; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +On Debian systems, the complete text of the GNU Lesser General +Public License can be found in '/usr/share/common-licenses/LGPL'. + +"libguess/*" are (C) 2000-2003 Shiro Kawai and distributed under terms +of the license below : + + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions + are met: + + 1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + 2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + + 3. Neither the name of the authors nor the names of its contributors + may be used to endorse or promote products derived from this + software without specific prior written permission. + + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS + "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT + LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR + A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT + OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, + SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED + TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR + PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF + LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING + NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS + SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +The Debian packaging is (C) 2006, Adam Cécile (Le_Vert) +and is licensed under the GPL, see above. --- audacious-1.2.1.orig/debian/audacious.xpm +++ audacious-1.2.1/debian/audacious.xpm @@ -0,0 +1,150 @@ +/* XPM */ +static char * audacious_xpm[] = { +"32 32 115 2", +" c None", +". c #000000", +"+ c #040404", +"@ c #282828", +"# c #3A3A3A", +"$ c #272727", +"% c #0D0D0D", +"& c #3F3F3F", +"* c #979797", +"= c #CDCDCD", +"- c #D9D9D9", +"; c #CCCCCC", +"> c #959595", +", c #3E3E3E", +"' c #131313", +") c #909090", +"! c #CACACA", +"~ c #C9C9C9", +"{ c #8F8F8F", +"] c #383838", +"^ c #B6B6B6", +"/ c #373737", +"( c #141414", +"_ c #B7B7B7", +": c #0E0E0E", +"< c #919191", +"[ c #A7A7A7", +"} c #757575", +"| c #5A5A5A", +"1 c #3B3B3B", +"2 c #343434", +"3 c #4F4F4F", +"4 c #929292", +"5 c #C5C5C5", +"6 c #C3C3C3", +"7 c #1B1B1B", +"8 c #0A0A0A", +"9 c #CBCBCB", +"0 c #404040", +"a c #989898", +"b c #BDBDBD", +"c c #202020", +"d c #1C1C1C", +"e c #010101", +"f c #5E5E5E", +"g c #D6D6D6", +"h c #9B9B9B", +"i c #080808", +"j c #CFCFCF", +"k c #B1B1B1", +"l c #ACACAC", +"m c #B0B0B0", +"n c #ADADAD", +"o c #181818", +"p c #2F2F2F", +"q c #B2B2B2", +"r c #7E7E7E", +"s c #434343", +"t c #1D1D1D", +"u c #2E2E2E", +"v c #414141", +"w c #222222", +"x c #020202", +"y c #151515", +"z c #A6A6A6", +"A c #424242", +"B c #BBBBBB", +"C c #2B2B2B", +"D c #050505", +"E c #2D2D2D", +"F c #030303", +"G c #B8B8B8", +"H c #323232", +"I c #A0A0A0", +"J c #0F0F0F", +"K c #171717", +"L c #A1A1A1", +"M c #0C0C0C", +"N c #333333", +"O c #C4C4C4", +"P c #313131", +"Q c #D2D2D2", +"R c #161616", +"S c #1A1A1A", +"T c #D3D3D3", +"U c #A2A2A2", +"V c #C6C6C6", +"W c #2A2A2A", +"X c #A4A4A4", +"Y c #484848", +"Z c #CECECE", +"` c #363636", +" . c #090909", +".. c #070707", +"+. c #505050", +"@. c #1E1E1E", +"#. c #7D7D7D", +"$. c #D5D5D5", +"%. c #494949", +"&. c #111111", +"*. c #999999", +"=. c #C2C2C2", +"-. c #969696", +";. c #8E8E8E", +">. c #B9B9B9", +",. c #D7D7D7", +"'. c #AEAEAE", +"). c #9A9A9A", +"!. c #BEBEBE", +"~. c #9C9C9C", +"{. c #4C4C4C", +"]. c #A8A8A8", +"^. c #D4D4D4", +"/. c #4A4A4A", +"(. c #121212", +". . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ", +". . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ", +". . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ", +". . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ", +". . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ", +". . . . . . . . . . . . . + @ # # $ + . . . . . . . . . . . . . ", +". . . . . . . . . . % & * = - - - - ; > , % . . . . . . . . . . ", +". . . . . . . . . ' ) ! - - - - - - - - ~ { ' . . . . . . . . . ", +". . . . . . . . ] ^ - - - - - - - - - - - - ^ / . . . . . . . . ", +". . . . . . . ( _ - - - - - - - - - - - - - - ^ ( . . . . . . . ", +". . . . . . : < - - - - [ } | 1 2 3 4 5 - - - - 4 : . . . . . . ", +". . . . . . & ! - - - 6 7 . . . . . 8 , 9 - - - ! 0 . . . . . . ", +". . . . . . a - - - - b c 7 c d e . . . f g - - - h . . . . . . ", +". . . . . i j - - - - - k l m n o . . . 2 5 - - - j i . . . . . ", +". . . . . p - - - - - - q r s ( . . . . t n - - - - u . . . . . ", +". . . . . v - - - - - m w x . . . . . . y z - - - - v . . . . . ", +". . . . . A - - - - B C . . D u E F . . $ G - - - - s . . . . . ", +". . . . . H - - - - I J . . K L > M . . N O - - - - P . . . . . ", +". . . . . M Q - - - [ R . . e S K . . . 2 O - - - T M . . . . . ", +". . . . . . U - - - V ] . . . . . . . . W B - - - X . . . . . . ", +". . . . . . Y Z - - - B ` ...@ 3 +.w @.#.$.- - Z %.. . . . . . ", +". . . . . . &.*.- - - - =.-.;.>.,.g q '.$.- - - ).&.. . . . . . ", +". . . . . . . d !.- - - - - - - - - - - - - - b d . . . . . . . ", +". . . . . . . . s !.- - - - - - - - - - - - b A . . . . . . . . ", +". . . . . . . . . t ~.j - - - - - - - - j ~.d . . . . . . . . . ", +". . . . . . . . . . ' {.].^.- - - - T z /.(.. . . . . . . . . . ", +". . . . . . . . . . . . . J / /././ : . . . . . . . . . . . . . ", +". . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ", +". . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ", +". . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ", +". . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ", +". . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . "}; --- audacious-1.2.1.orig/debian/audacious-dev.docs +++ audacious-1.2.1/debian/audacious-dev.docs @@ -0,0 +1,2 @@ +NEWS +README --- audacious-1.2.1.orig/debian/manpages +++ audacious-1.2.1/debian/manpages @@ -0,0 +1 @@ +debian/audtool.1 --- audacious-1.2.1.orig/debian/compat +++ audacious-1.2.1/debian/compat @@ -0,0 +1 @@ +5 --- audacious-1.2.1.orig/debian/control +++ audacious-1.2.1/debian/control @@ -0,0 +1,40 @@ +Source: audacious +Section: sound +Priority: optional +Maintainer: Adam Cécile (Le_Vert) +Build-Depends: debhelper (>= 5), autotools-dev, libgtk2.0-dev (>= 2.6), libglade2-dev (>= 2.3.1) +Standards-Version: 3.7.2 + +Package: audacious +Architecture: any +Depends: ${shlibs:Depends}, audacious-plugins (>= 1.2) +Recommends: audacious-plugins-extra +Conflicts: libaudacious3 +Replaces: libaudacious3 +Description: Small and fast audio player which supports lots of formats + A new fork of beep-media-player (xmms) which supports winamp skins and the + following codecs : AAC, Ogg, FLAC, WMA, MPEG3, MPC... + . + It includes some great other features like various output plugins, last.fm + plugins, LIRC support. + . + This package contains core player and its localization. + . + Homepage: http://www.audacious-media-player.org/ + +Package: audacious-dev +Section: libs +Architecture: any +Depends: libgtk2.0-dev (>= 2.6), libglade2-dev (>= 2.3.1) +Conflicts: libaudacious-dev +Replaces: libaudacious-dev +Description: Audacious development library and header files + A new fork of beep-media-player (xmms) which supports winamp skins and the + following codecs : AAC, Ogg, FLAC, WMA, MPEG3, MPC... + . + It includes some great other features like various output plugins, last.fm + plugins, LIRC support. + . + This package contains development library and header files + . + Homepage: http://www.audacious-media-player.org/ --- audacious-1.2.1.orig/debian/rules +++ audacious-1.2.1/debian/rules @@ -0,0 +1,98 @@ +#!/usr/bin/make -f +# -*- makefile -*- + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +# These are used for cross-compiling and for saving the configure script +# from having to guess our platform (since we know it already) +DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) +DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) + +# Define CFLAGS +CFLAGS = -Wall -g + +ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) + CFLAGS += -O0 +else + CFLAGS += -O2 +endif + +config.status: configure + dh_testdir + ./configure --host=$(DEB_HOST_GNU_TYPE) \ + --build=$(DEB_BUILD_GNU_TYPE) \ + --prefix=/usr \ + --mandir=/usr/share/man \ + --disable-rpath \ + --enable-ipv6 \ + CFLAGS="$(CFLAGS)" + +build: build-stamp + +build-stamp: config.status + dh_testdir + $(MAKE) + touch $@ + +clean: + dh_testdir + dh_testroot + # Avoid configure to be run + touch mk/rules.mk + $(MAKE) distclean + find po -name \*.gmo -exec rm -f {} \; + rm -f build-stamp \ + stamp-h1 \ + config.status \ + config.log \ + config.h \ + audtool.1 \ + audacious.1 \ + audacious.pc \ + audacious.spec \ + po/stamp-po \ + audacious/build_stamp.c \ + audacious/audacious.desktop +ifneq "$(wildcard /usr/share/misc/config.sub)" "" + cp -f /usr/share/misc/config.sub config.sub +endif +ifneq "$(wildcard /usr/share/misc/config.guess)" "" + cp -f /usr/share/misc/config.guess config.guess +endif + dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + $(MAKE) install DESTDIR=$(CURDIR)/debian/tmp/ + # Install lintian overrides + install -D -m 0644 debian/lintian/audacious \ + debian/audacious/usr/share/lintian/overrides/audacious + +binary-indep: build install +# We have nothing to do by default. + +binary-arch: build install + dh_testdir + dh_testroot + dh_installchangelogs ChangeLog + dh_installdocs + dh_installman + dh_installmenu + dh_install --sourcedir=debian/tmp/ + dh_link + dh_strip + dh_compress + dh_fixperms + dh_makeshlibs + dh_installdeb + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install --- audacious-1.2.1.orig/debian/audacious.install +++ audacious-1.2.1/debian/audacious.install @@ -0,0 +1,9 @@ +usr/lib/*.so.* +usr/share/audacious/* +usr/share/locale/* +usr/share/applications/* +usr/share/man/* +usr/share/pixmaps/* +usr/bin/audacious +usr/bin/audtool +../audacious.xpm /usr/share/pixmaps --- audacious-1.2.1.orig/debian/menu +++ audacious-1.2.1/debian/menu @@ -0,0 +1,5 @@ +?package(audacious): needs="X11" \ + section="Apps/Sound" \ + title="Audacious" \ + command="/usr/bin/audacious" \ + icon="/usr/share/pixmaps/audacious.xpm" --- audacious-1.2.1.orig/debian/lintian/audacious +++ audacious-1.2.1/debian/lintian/audacious @@ -0,0 +1 @@ +audacious: package-name-doesnt-match-sonames libaudacious4 --- audacious-1.2.1.orig/debian/audacious-dev.install +++ audacious-1.2.1/debian/audacious-dev.install @@ -0,0 +1,3 @@ +usr/include/* +usr/lib/*.so +usr/lib/pkgconfig/* --- audacious-1.2.1.orig/debian/audtool.1 +++ audacious-1.2.1/debian/audtool.1 @@ -0,0 +1,197 @@ +.TH AUDTOOL 1 "November 2006" "Version 1.1.12" + +.SH NAME +.B audtool +is a small tool to modify behavior of a running audacious instance. +.SH DESCRIPTION +.B audtool +is designed to send commands to a running audacious. +.br +It can handle various things like jumping to the next track in playlist or retuning current playing track title. +.SH OPTIONS +.B "Now playing information:" +.TP +.I --current-song +Returns current song title. +.TP +.I --current-song-filename +Returns current song filename. +.TP +.I --current-song-length +Returns current song length. +.TP +.I --current-song-length-seconds +Returns current song length in seconds. +.TP +.I --current-song-length-frames +Returns current song length in frames. +.TP +.I --current-song-output-length +Returns current song output length. +.TP +.I --current-song-output-length-seconds +Returns current song output length in seconds. +.TP +.I --current-song-output-length-frames +Returns current song output length in frames. +.TP +.I --current-song-bitrate +Returns current song bitrate in bits per second. +.TP +.I --current-song-bitrate-kbps +Returns current song bitrate in kilobits per second. +.TP +.I --current-song-frequency +Returns current song frequency in hertz. +.TP +.I --current-song-frequency-khz +Returns current song frequency in kilohertz. +.TP +.I --current-song-channels +Returns current song channels. +.PP +.B "Playlist manipulation:" +.TP +.I --playlist-advance +Go to the next song in the playlist. +.TP +.I --playlist-reverse +Go to the previous song in the playlist. +.TP +.I --playlist-addurl +Adds a uri to the playlist. +.TP +.I --playlist-delete +Deletes the song at from the playlist. +.TP +.I --playlist-length +Returns the total length of the playlist. +.TP +.I --playlist-song +Returns the title of the song at in the playlist. +.TP +.I --playlist-song-filename +Returns the filename of the song at in the playlist. +.TP +.I --playlist-song-length +Returns the length of the song at in the playlist. +.TP +.I --playlist-song-length-seconds +Returns the length of the song at in the playlist in seconds. +.TP +.I --playlist-song-length-frames +Returns the length of the song at in the playlist in frames. +.TP +.I --playlist-display +Returns the entire playlist. +.TP +.I --playlist-position +Returns the current position in the playlist. +.TP +.I --playlist-jump +Jumps to in the playlist. +.TP +.I --playlist-clear +Clears the playlist. +.TP +.I --playlist-repeat-status +Returns the status of playlist repeat. +.TP +.I --playlist-repeat-toggle +Toggles playlist repeat. +.TP +.I --playlist-shuffle-status +Returns the status of playlist shuffle. +.TP +.I --playlist-shuffle-toggle +Toggles playlist shuffle. +.PP +.B Playqueue manipulation: +.TP +.I --playqueue-add +Adds the song at in the playlist to the playqueue. +.TP +.I --playqueue-remove +Removes the song at in the playlist from the playqueue. +.TP +.I --playqueue-is-queued +Returns OK if the song at in the playtlist is queued. +.TP +.I --playqueue-get-position +Returns the playqueue position of the song at in the playlist. +.TP +.I --playqueue-get-qposition +Returns the playlist position of the song at in the playqueue. +.TP +.I --playqueue-length +Returns the length of the playqueue. +.TP +.I --playqueue-display +Returns a list of currently\-queued songs. +.TP +.I --playqueue-clear +Clears the playqueue. +.PP +.B "Playback manipulation:" +.TP +.I --playback-play +Starts/unpauses song playback. +.TP +.I --playback-pause +(Un)pauses song playback. +.TP +.I --playback-playpause +Plays/(un)pauses song playback. +.TP +.I --playback-stop +Stops song playback. +.TP +.I --playback-playing +Returns OK if audacious is playing. +.TP +.I --playback-paused +Returns OK if audacious is paused. +.TP +.I --playback-stopped +Returns OK if audacious is stopped. +.TP +.I --playback-status +Returns the playback status. +.PP +.B "Volume control:" +.TP +.I --get-volume +Returns the current volume level in percent. +.TP +.I --set-volume +Sets the current volume level in percent. +.PP +.B "Miscellaneous:" +.TP +.I --preferences +Shows/hides the preferences window. +.TP +.I --jumptofile +Shows the jump to file window. +.TP +.I --shutdown +Shuts down audacious. +.PP +.B "Help system:" +.TP +.I --list-handlers +Shows handlers list. +.TP +.I --help +Shows handlers list. +.PP +Handlers may be prefixed with `\-\-' (GNU\-style long\-options) or not, your choice. +.SH AUTHOR +This manual page was written by Adam Cecile for the Debian system (but may be used by others). +.br +Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 2 or any later version published by the Free Software Foundation +.br +On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL. +.SH SEE ALSO +.B Homepage: +http://audacious-media-player.org/ --- audacious-1.2.1.orig/debian/changelog +++ audacious-1.2.1/debian/changelog @@ -0,0 +1,45 @@ +audacious (1.2.1-3) unstable; urgency=low + + * Touch mk/rules.mk to avoid clean runs configure (Closes: #397794). + + -- Adam Cécile (Le_Vert) Mon, 20 Nov 2006 08:21:12 +0100 + +audacious (1.2.1-2) unstable; urgency=low + + * Remove audacious-dev rdepends on audacious to avoid circular dependency + when building audacious-plugins. + * Install doc in audacious-dev package as it doesn't depend on audacious + anymore. + + -- Adam Cécile (Le_Vert) Sun, 19 Nov 2006 17:47:38 +0100 + +audacious (1.2.1-1) unstable; urgency=low + + * New upstream release. + * Remove all plugins related stuff, upstream splitted sources. + * Remove libaudacious. Now create audacious and audacious-dev packages. + + -- Adam Cécile (Le_Vert) Thu, 2 Nov 2006 20:00:08 +0100 + +audacious (1.1.2-3) unstable; urgency=low + + * Install audacious.pc in libaudacious-dev (Closes: #396547). + * Remove linux-any from build-depends, deprecated. + * Write audtool manpage. + * Add debian/watch. + + -- Adam Cécile (Le_Vert) Wed, 1 Nov 2006 18:12:58 +0100 + +audacious (1.1.2-2) unstable; urgency=low + + * Fix FTBS on systems which do not use ALSA (Closes: #395838). + * Add menu entry (Closes: #395571). + * Disable amidi-plug (Closes: #395848). + + -- Adam Cécile (Le_Vert) Sat, 28 Oct 2006 04:18:33 +0200 + +audacious (1.1.2-1) unstable; urgency=low + + * Initial release (Closes: #360524). + + -- Adam Cécile (Le_Vert) Fri, 1 Sep 2006 20:56:15 +0200