debian/0000755000000000000000000000000012240505724007167 5ustar debian/docs0000644000000000000000000000002111671622036010036 0ustar NEWS TODO THANKS debian/changelog0000644000000000000000000000420612240505610011035 0ustar upse (1.0.0-2) unstable; urgency=low * QA Upload * Override dh_auto_clean, do not run make clean if buildsys.mk does not yet exist, fixes ftbfs (Closes: #724177) -- Michael Ablassmeier Tue, 12 Nov 2013 21:10:40 +0100 upse (1.0.0-1) unstable; urgency=low * QA upload * Imported Upstream version 1.0.0 * Switch to dpkg-source 3.0 (quilt) format * debian/rules + Drop patch/unpatch + Added required build-arch build-indep * debian/control: + New maintainer Debian QA Group (Closes: #632262) + Build-depend on zlib1g-dev + Update short description for libupse-dev package + Update package name libupse1 to libupse2 + Do not build upse-audacious plugin, avoid FTBFS with audacious 2.4 (Closes: #620915) - new patch 0000-drop-upse-audacious-to-build-in-Makefile.patch - Removed audacious-dev as Build-Depends * debian/rules swithed to use dh $@ * Bump Standards-Version: 3.9.2 * Drop obsolete dpatches * Refresh fix soname patch in 0001-fix-soname.patch * Update debian/copyright at new format * Add debian/compat at version 8 * Add symbols for package libupse2 -- Leo Iannacone Tue, 13 Dec 2011 23:29:27 +0100 upse (0.6.0-1.1) unstable; urgency=low * Non-maintainer upload. * Fix "FTBFS against audacious 2.3": - build depend on audacious-dev instead of audacious-plugins-dev - add patch 02_audacious_2.3.dpatch (taken from Ubuntu) Thanks to Benjamin Drung for the bug report and to James Westby for the patch; closes: #583985. -- gregor herrmann Sun, 20 Jun 2010 23:00:47 +0200 upse (0.6.0-1) unstable; urgency=low * New upstream release. -- William Pitcock Sat, 09 Feb 2008 23:15:08 -0600 upse (0.5.0-1) unstable; urgency=low * New upstream release. * upse-audacious package: + add Depends on audacious instead of Recommends. -- William Pitcock Thu, 10 Jan 2008 01:22:48 -0600 upse (0.4.0-1) unstable; urgency=low * Initial release (Closes: #456813) -- William Pitcock Sun, 16 Dec 2007 12:33:01 -0600 debian/patches/0000755000000000000000000000000011671704047010624 5ustar debian/patches/series0000644000000000000000000000011211671703366012036 0ustar 0001-fix-soname.patch 0000-drop-upse-audacious-to-build-in-Makefile.patch debian/patches/0000-drop-upse-audacious-to-build-in-Makefile.patch0000644000000000000000000000064311671656515021760 0ustar Description: Do not build upse-audacious plugin, avoid FTBFS with audacious 2.4 Forwarded: not-needed Bug-Debian: http://bugs.debian.org/620915 Author: Leo Ianacone --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- upse.orig/src/Makefile +++ upse/src/Makefile @@ -1,3 +1,3 @@ -SUBDIRS = libupse upse-audacious upse123 +SUBDIRS = libupse upse123 include ../buildsys.mk debian/patches/0001-fix-soname.patch0000644000000000000000000000177211671704047014300 0ustar Description: Fix soname name in configure and buildsys.m4 Forwarded: not-needed Author: William Pitcock --- configure | 2 +- m4/buildsys.m4 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) --- upse.orig/configure +++ upse/configure @@ -6811,7 +6811,7 @@ echo "${ECHO_T}Win32" >&6; } echo "${ECHO_T}POSIX" >&6; } LIB_CPPFLAGS='-DPIC' LIB_CFLAGS='-fPIC' - LIB_LDFLAGS='-shared -fPIC -Wl,-soname=${LIB}.${LIB_MAJOR}.${LIB_MINOR}.0' + LIB_LDFLAGS='-shared -fPIC -Wl,-soname=${LIB}.${LIB_MAJOR}' LIB_PREFIX='lib' LIB_SUFFIX='.so' PLUGIN_CPPFLAGS='-DPIC' --- upse.orig/m4/buildsys.m4 +++ upse/m4/buildsys.m4 @@ -104,7 +104,7 @@ AC_DEFUN([BUILDSYS_SHARED_LIB], [ AC_MSG_RESULT(POSIX) LIB_CPPFLAGS='-DPIC' LIB_CFLAGS='-fPIC' - LIB_LDFLAGS='-shared -fPIC -Wl,-soname=${LIB}.${LIB_MAJOR}.${LIB_MINOR}.0' + LIB_LDFLAGS='-shared -fPIC -Wl,-soname=${LIB}.${LIB_MAJOR}' LIB_PREFIX='lib' LIB_SUFFIX='.so' PLUGIN_CPPFLAGS='-DPIC' debian/libupse2.install0000644000000000000000000000002511671622036012304 0ustar usr/lib/libupse.so.* debian/copyright0000644000000000000000000000251411671672116011133 0ustar Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=202 Upstream-Name: X Solitaire Source: http://nenolod.net/upse Files: * Copyright: 2007, William Pitcock 2004, "Xodnizel" 1999-2004, PCSX team License: GPL-2 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 package; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA . On Debian systems, the full text of the GNU General Public License version 2 can be found in the file `/usr/share/common-licenses/GPL-2'. Files: debian/* Copyright: 2007, William Pitcock License: GPL-1 On Debian systems, the full text of the GNU General Public License version 2 can be found in the file `/usr/share/common-licenses/GPL-1'. debian/control0000644000000000000000000000327311672442041010577 0ustar Source: upse Section: sound Priority: extra Maintainer: Debian QA Group Build-Depends: debhelper (>= 8~), autotools-dev, libao-dev, zlib1g-dev Standards-Version: 3.9.2 Homepage: http://nenolod.net/upse Package: libupse2 Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Section: libs Description: unix playstation sound emulator - library UPSE is an advanced playstation sound emulator which concentrates on sound correctness. It plays PSF and MiniPSF format files. . This package contains the shared library which contains the emulation core. Package: libupse-dev Architecture: any Section: libdevel Depends: ${shlibs:Depends}, ${misc:Depends}, libupse2 (= ${binary:Version}) Description: unix playstation sound emulator - library development files UPSE is an advanced playstation sound emulator which concentrates on sound correctness. It plays PSF and MiniPSF format files. . This package contains the development files for the libupse emulation core. Package: upse123 Depends: ${shlibs:Depends}, ${misc:Depends} Architecture: any Description: commandline player based on libupse UPSE is an advanced playstation sound emulator which concentrates on sound correctness. It plays PSF and MiniPSF format files. . This package contains a commandline player based on the upse emulation library. #Package: upse-audacious #Depends: ${shlibs:Depends}, ${misc:Depends}), audacious #Architecture: any #Description: audacious plugin based on libupse # UPSE is an advanced playstation sound emulator which # concentrates on sound correctness. It plays PSF and # MiniPSF format files. # . # This package contains a plugin for Audacious based on # the upse emulation library. debian/watch0000644000000000000000000000006511671622036010224 0ustar version=3 http://distfiles.atheme.org upse-(.*)\.tgz debian/libupse-dev.install0000644000000000000000000000004611671622036013001 0ustar usr/lib/libupse.so usr/include/upse/* debian/source/0000755000000000000000000000000011671623015010470 5ustar debian/source/format0000644000000000000000000000001411671623015011676 0ustar 3.0 (quilt) debian/upse-audacious.install0000644000000000000000000000003511671622036013507 0ustar usr/lib/audacious/Input/*.so debian/libupse2.symbols0000644000000000000000000000633511671700537012343 0ustar libupse.so.2 libupse2 #MINVER# CounterDeadLoopSkip@Base 1.0.0 CounterSPURun@Base 1.0.0 FModOn@Base 1.0.0 InitADSR@Base 1.0.0 LoadPSXMem@Base 1.0.0 MixADSR@Base 1.0.0 MixREVERBLeftRight@Base 1.0.0 NoiseOn@Base 1.0.0 RemoveStreams@Base 1.0.0 SPUirq@Base 1.0.0 SPUreadDMAMem@Base 1.0.0 SPUreadRegister@Base 1.0.0 SPUshutdown@Base 1.0.0 SPUwriteDMAMem@Base 1.0.0 SPUwriteRegister@Base 1.0.0 SetPitch@Base 1.0.0 SetVolumeLR@Base 1.0.0 SetupStreams@Base 1.0.0 SoundOff@Base 1.0.0 SoundOn@Base 1.0.0 StartADSR@Base 1.0.0 bSPUIsOpen@Base 1.0.0 biosA0@Base 1.0.0 biosA0n@Base 1.0.0 biosB0@Base 1.0.0 biosB0n@Base 1.0.0 biosC0@Base 1.0.0 biosC0n@Base 1.0.0 biosInterrupt@Base 1.0.0 dwNoiseVal@Base 1.0.0 gauss@Base 1.0.0 pS@Base 1.0.0 pSpuBuffer@Base 1.0.0 pSpuIrq@Base 1.0.0 psxBranchTest@Base 1.0.0 psxCounters@Base 1.0.0 psxDma4@Base 1.0.0 psxDma6@Base 1.0.0 psxException@Base 1.0.0 psxExecuteBios@Base 1.0.0 psxH@Base 1.0.0 psxHLEt@Base 1.0.0 psxInit@Base 1.0.0 psxM@Base 1.0.0 psxNextCounter@Base 1.0.0 psxNextsCounter@Base 1.0.0 psxP@Base 1.0.0 psxR@Base 1.0.0 psxRcntInit@Base 1.0.0 psxRcntRcount@Base 1.0.0 psxRcntUpdate@Base 1.0.0 psxRcntWcount@Base 1.0.0 psxRcntWmode@Base 1.0.0 psxRcntWtarget@Base 1.0.0 psxReset@Base 1.0.0 psxShutdown@Base 1.0.0 psxUpdateVSyncRate@Base 1.0.0 regArea@Base 1.0.0 rvb@Base 1.0.0 s_chan@Base 1.0.0 spuAddr@Base 1.0.0 spuCtrl@Base 1.0.0 spuIrq@Base 1.0.0 spuMem@Base 1.0.0 spuMemC@Base 1.0.0 spuStat@Base 1.0.0 spuirqvoodoo@Base 1.0.0 upse_execute@Base 1.0.0 upse_free_psf_metadata@Base 1.0.0 upse_get_custom_bios@Base 1.0.0 upse_get_psf_metadata@Base 1.0.0 upse_gpu_state@Base 1.0.0 upse_has_custom_bios@Base 1.0.0 upse_io_fgets@Base 1.0.0 upse_load@Base 1.0.0 upse_ps1_bios_exception@Base 1.0.0 upse_ps1_bios_init@Base 1.0.0 upse_ps1_bios_shutdown@Base 1.0.0 upse_ps1_gpu_get_status@Base 1.0.0 upse_ps1_gpu_set_status@Base 1.0.0 upse_ps1_hal_read_16@Base 1.0.0 upse_ps1_hal_read_32@Base 1.0.0 upse_ps1_hal_read_8@Base 1.0.0 upse_ps1_hal_reset@Base 1.0.0 upse_ps1_hal_write_16@Base 1.0.0 upse_ps1_hal_write_32@Base 1.0.0 upse_ps1_hal_write_8@Base 1.0.0 upse_ps1_memory_LUT@Base 1.0.0 upse_ps1_memory_init@Base 1.0.0 upse_ps1_memory_read_16@Base 1.0.0 upse_ps1_memory_read_32@Base 1.0.0 upse_ps1_memory_read_8@Base 1.0.0 upse_ps1_memory_reset@Base 1.0.0 upse_ps1_memory_shutdown@Base 1.0.0 upse_ps1_memory_write_16@Base 1.0.0 upse_ps1_memory_write_32@Base 1.0.0 upse_ps1_memory_write_8@Base 1.0.0 upse_ps1_spu_close@Base 1.0.0 upse_ps1_spu_finalize@Base 1.0.0 upse_ps1_spu_init@Base 1.0.0 upse_ps1_spu_open@Base 1.0.0 upse_ps1_spu_render@Base 1.0.0 upse_ps1_spu_setlength@Base 1.0.0 upse_ps1_spu_setvolume@Base 1.0.0 upse_r3000_cpu_clear@Base 1.0.0 upse_r3000_cpu_execute@Base 1.0.0 upse_r3000_cpu_execute_block@Base 1.0.0 upse_r3000_cpu_init@Base 1.0.0 upse_r3000_cpu_regs@Base 1.0.0 upse_r3000_cpu_reset@Base 1.0.0 upse_r3000_cpu_shutdown@Base 1.0.0 upse_seek@Base 1.0.0 upse_set_audio_callback@Base 1.0.0 upse_set_custom_bios@Base 1.0.0 upse_set_interpolation_coefficient@Base 1.0.0 upse_set_interpolation_mode@Base 1.0.0 upse_set_reverb_mode@Base 1.0.0 upse_set_reverb_no_downsample@Base 1.0.0 upse_stop@Base 1.0.0 upse_strtof@Base 1.0.0 debian/rules0000755000000000000000000000124212240505475010251 0ustar #!/usr/bin/make -f %: dh $@ override_dh_auto_configure: 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_auto_configure -- --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info CFLAGS="$(CFLAGS)" LDFLAGS="-Wl,-z,defs" override_dh_auto_clean: [ ! -f buildsys.mk ] || dh_auto_clean override_dh_auto_build: dh_auto_build -- DESTDIR=$(CURDIR)/debian/upse override_dh_install: dh_install --sourcedir=$(CURDIR)/debian/upse debian/upse123.install0000644000000000000000000000005511671622036011764 0ustar usr/bin/upse123 usr/share/man/man1/upse123.1 debian/compat0000644000000000000000000000000211672441557010400 0ustar 8