This is an automated email from the git hooks/post-receive script. ecsv-guest pushed a commit to branch armhf_test in repository mupen64plus-audio-sdl.
commit f620e304ebe1620631e397269995c85de774dc1f Author: Sven Eckelmann <[email protected]> Date: Mon Feb 15 20:26:27 2010 +0100 Add initial build support for 1.99.3 --- debian/changelog | 14 ++++----- debian/control | 49 ++++++++++++++++++++++++++++++ debian/mupen64plus-audio-sdl.docs | 1 + debian/mupen64plus-audio-sdl.install | 1 + debian/patches/default-optimisations.patch | 42 +++++++++++++++++++++++++ debian/patches/series | 1 + debian/rules | 28 +++++++++++++++++ 7 files changed, 129 insertions(+), 7 deletions(-) diff --git a/debian/changelog b/debian/changelog index 95a027b..beed2b9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,12 +3,11 @@ mupen64plus-audio-sdl (1.99.3-1) UNRELEASED; urgency=low * Split source package to match upstreams modular release packages * debian/patches: - Remove upstream merged patches: as-needed.patch, - correct_fpr32_mapping.patch, debian-archs.patch, - default-optimisations.patch, dejavu-font.patch, destdir.patch, - fix-7z-subfolder.patch, fix-desktop-file.patch, fix_r0_override.patch, - fix_readpng.patch, ftbfs-debugger.patch, ftbfs-dynarec.patch, - ftbfs-glibc210.patch, ftbfs-kfreebsd.patch, glide64-noasm.patch, - gtk-open-filter.patch, interpreter_x86_fldcw.patch, + correct_fpr32_mapping.patch, debian-archs.patch, dejavu-font.patch, + destdir.patch, fix-7z-subfolder.patch, fix-desktop-file.patch, + fix_r0_override.patch, fix_readpng.patch, ftbfs-debugger.patch, + ftbfs-dynarec.patch, ftbfs-glibc210.patch, ftbfs-kfreebsd.patch, + glide64-noasm.patch, gtk-open-filter.patch, interpreter_x86_fldcw.patch, jttl_fix_romclosed.patch, load_aidacrate.patch, load_vistatus.patch, noexecstack.patch, osd-pause-crash.patch, plugin-searchpath.patch, remove-gln64.patch, remove-nondfsg-icons.patch, resume_on_start.patch, @@ -16,12 +15,13 @@ mupen64plus-audio-sdl (1.99.3-1) UNRELEASED; urgency=low rice-texturepack-crash.patch, static-binutils-libs.patch, system-libbz2.patch, system-liblzma.patch, system-libpng.patch, system-zlib.patch, version-string.patch, xdg-basedir.patch + - Rebase default-optimisations.patch against 1.99.3 * Convert to 3.0 (quilt) source format * debian/control: - Remove unneeded build dependency to quilt - Upgraded to policy 3.8.4, no changes required - -- Sven Eckelmann <[email protected]> Mon, 19 Oct 2009 23:23:05 +0200 + -- Sven Eckelmann <[email protected]> Mon, 15 Feb 2010 18:40:00 +0100 mupen64plus (1.5+dfsg1-7) unstable; urgency=low diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..17c8670 --- /dev/null +++ b/debian/control @@ -0,0 +1,49 @@ +Source: mupen64plus-audio-sdl +Section: games +Priority: optional +Maintainer: Tobias Loose <[email protected]> +Uploaders: Sven Eckelmann <[email protected]> +Homepage: http://code.google.com/p/mupen64plus/ +Standards-Version: 3.8.4 +Vcs-Browser: http://git.debian.org/?p=collab-maint/mupen64plus-audio-sdl.git +Vcs-Git: git://git.debian.org/git/collab-maint/mupen64plus-audio-sdl.git +Build-Depends: debhelper (>= 7.0.50), libmupen64plus-dev, libsdl1.2-dev, + libsamplerate0-dev, pkg-config + +Package: mupen64plus-audio-sdl +Architecture: i386 amd64 kfreebsd-amd64 kfreebsd-i386 +Depends: ${shlibs:Depends}, ${misc:Depends} +Conflicts: mupen64plus (<< 1.99.1) +Replaces: mupen64plus (<< 1.99.1) +Provides: mupen64plus-audio-1 +Description: plugin-based Nintendo 64 emulator + N64 Emulator for Linux that works with many ROMs that are publically available. + It has the following features: + * loading of compressed roms + * cheat system + * exchangeable plugins for graphics, sound and input emulation + * multiple save states + * fullscreen support + * high quality texture filter for many graphic plugins + * support for external hi-res texture packs + * integrated graphical debugger for development + +Package: mupen64plus-audio-sdl-dbg +Section: debug +Priority: extra +Architecture: i386 amd64 kfreebsd-amd64 kfreebsd-i386 +Depends: ${misc:Depends}, + mupen64plus-audio-sdl (= ${binary:Version}) +Description: mupen64plus debug symbols package + N64 Emulator for Linux that works with many ROMs that are publically available. + It has the following features: + * loading of compressed roms + * cheat system + * exchangeable plugins for graphics, sound and input emulation + * multiple save states + * fullscreen support + * high quality texture filter for many graphic plugins + * support for external hi-res texture packs + * integrated graphical debugger for development + . + This package contains the debug files. diff --git a/debian/mupen64plus-audio-sdl.docs b/debian/mupen64plus-audio-sdl.docs new file mode 100644 index 0000000..aad9cf5 --- /dev/null +++ b/debian/mupen64plus-audio-sdl.docs @@ -0,0 +1 @@ +RELEASE diff --git a/debian/mupen64plus-audio-sdl.install b/debian/mupen64plus-audio-sdl.install new file mode 100644 index 0000000..5b2a8dc --- /dev/null +++ b/debian/mupen64plus-audio-sdl.install @@ -0,0 +1 @@ +usr/lib/mupen64plus/ diff --git a/debian/patches/default-optimisations.patch b/debian/patches/default-optimisations.patch new file mode 100644 index 0000000..cd2bd81 --- /dev/null +++ b/debian/patches/default-optimisations.patch @@ -0,0 +1,42 @@ +Description: Don't override optimisations set by build environment +Forwarded: not-needed +Author: Sven Eckelmann <[email protected]> + +--- +diff --git a/projects/unix/Makefile b/projects/unix/Makefile +index 640407e2f6ef5f0d0e32c0461b8b5467fa09ff4b..95f8c6d5320322dd171580f5c93c543e2dbac45e 100644 +--- a/projects/unix/Makefile ++++ b/projects/unix/Makefile +@@ -83,8 +83,8 @@ ifeq ("$(CPU)","NONE") + endif + + # base CFLAGS, LIBS, and LDFLAGS +-CFLAGS = -ffast-math -funroll-loops -fexpensive-optimizations -fno-strict-aliasing -I../../src +-LDFLAGS = -ldl ++CFLAGS += -fno-strict-aliasing -I../../src ++LDFLAGS += -ldl + + # Since we are building a shared library, we must compile with -fPIC for x86_64 CPUs. + # On 32-bit systems we do not want to use -fPIC because we don't have to and it has a big performance penalty on this arch +@@ -104,9 +104,9 @@ endif + ifeq ($(OS), LINUX) + ifeq ($(CPU), X86) + ifeq ($(ARCH_DETECTED), 64BITS) +- CFLAGS += -pipe -O3 -march=athlon64 ++ CFLAGS += -pipe + else +- CFLAGS += -pipe -O3 -mmmx -msse -march=i686 -mtune=pentium-m -fomit-frame-pointer ++ CFLAGS += -pipe -mmmx -msse -fomit-frame-pointer + endif + endif + endif +@@ -121,9 +121,6 @@ ifeq ($(OS), OSX) + endif + endif + endif +-ifeq ($(CPU), PPC) +- CFLAGS += -mcpu=powerpc +-endif + + # test for presence of SDL + ifeq ($(shell which sdl-config 2>/dev/null),) diff --git a/debian/patches/series b/debian/patches/series new file mode 100644 index 0000000..e164d80 --- /dev/null +++ b/debian/patches/series @@ -0,0 +1 @@ +default-optimisations.patch diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..565b01e --- /dev/null +++ b/debian/rules @@ -0,0 +1,28 @@ +#!/usr/bin/make -f +# -*- makefile -*- + +DEB_HOST_GNU_CPU ?= $(shell dpkg-architecture -qDEB_HOST_GNU_CPU) +DEB_HOST_ARCH_OS ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_OS) + +%: + dh $@ + +get-orig-source: + uscan --verbose --force-download + +override_dh_auto_build: + cd "$(CURDIR)/projects/unix/" && \ + LDFLAGS='-Wl,--as-needed' $(MAKE) UNAME='$(DEB_HOST_ARCH_OS)' HOST_CPU='$(DEB_HOST_GNU_CPU)' APIDIR=/usr/include/mupen64plus/ DEBUG=1 all + +override_dh_auto_clean: + cd "$(CURDIR)/projects/unix/" && \ + $(MAKE) clean + +override_dh_auto_install: + cd "$(CURDIR)/projects/unix/" && \ + $(MAKE) DESTDIR=$(CURDIR)/debian/tmp PREFIX=/usr/ install + +override_dh_strip: + dh_strip -a --dbg-package=mupen64plus-audio-sdl-dbg + +.PHONY: get-orig-source -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/mupen64plus-audio-sdl.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

