[ubuntu/karmic] mupen64plus 1.5+dfsg1-4 (Accepted)
Ubuntu Installer
archive at ubuntu.com
Mon Sep 28 17:02:40 BST 2009
mupen64plus (1.5+dfsg1-4) unstable; urgency=low
* debian/patches;
- Update 119-debian-archs.patch, Correct detection of armel cpu endianness
(Closes: #545463)
- Add 120-ftbfs-glibc210, Fix FTBFS using g++-4.4 and glibc 2.10 due to
missing const keywords (Closes: #545462)
- Add 121-version-string.patch, remove misleading "-development" in version
string
- Add 122-default-optimisations.patch, Don't override optimisations set by
debian build environment
mupen64plus (1.5+dfsg1-3) unstable; urgency=low
* debian/rules:
- Set host architecture to support build of i386 running on x86_64 kernel
(Closes: #544670)
- Don't set NO_ASM parameter anymore as it is handled by
119-debian-archs.patch
* debian/patches:
- Add 119-debian-archs.patch, Define wordsize and endianness of
architectures supported by debian (Closes: #544673)
- Update 118-ftbfs-debugger.patch, define dummy functions to decompile
recompiled code on non-x86 architectures (Closes: #544662)
mupen64plus (1.5+dfsg1-2) unstable; urgency=low
* debian/patches
- Add 114-fix-7z-subfolder.patch, fix crash in romcache when reading 7zip
archive with subfolders
- Add 115-xdg-basedir.patch, Use "XDG Base Directory" compliant directories
for files for each user (Closes: #544428)
- Add 116-ftbfs-dynarec.patch, Don't try to compile dynarec on architectures
without support (Closes: #544548)
- Add 117-ftbfs-kfreebsd.patch, Don't stop compilation due to unknown OS
kFreeBSD (Closes: #544550)
- Add 118-ftbfs-debugger.patch, Define CHECK_MEM for non-x86 systems to
prevent FTBFS due to dynarec checks (Closes: #544549)
* debian/control:
- Depend on libxdg-basedir-dev and pkg-config to support xdg-basedir
specification
* debian/rules:
- Disable assembler optimized parts on unsupported architectures
* Add README.source with informations about patch management
* Add NEWS.Debian with information about migration of old data and
configuration to new xdg compliant directories
mupen64plus (1.5+dfsg1-1) unstable; urgency=low
* Initial release (Closes: #513322)
* debian/patches:
- Add 100-fix-desktop-file.patch, fix desktop file
- Add 101-destdir.patch, fix usage of DESTDIR in install target
- Add 102-plugin-searchpath.patch, add search path for plugins
- Add 103-dejavu-font.patch, use font from ttf-dejavu-core package
- Add 104-as-needed.patch, allow --as-needed to reduce number of linked
libraries
- Add 105-system-libpng.patch, use libpng from debian instead of buildin
- Add 106-system-zlib.patch, use zlib from debian instead of buildin
- Add 107-system-libbz2.patch, use libbz2 from debian instead of buildin
- Add 108-remove-gln64.patch, don't try to build glN64 removed from dfsg tar
- Add 109-remove-nondfsg-icons.patch, don't include non-dfsg icons which are
removed from dfsg tarball
- Add 110-glide64-noasm.patch, don't use x86-asm on non-x86 plattforms
in glide64
- Add 111-rice-texturepack-crash.patch, Fix crash when loading textures
from texturepacks with rice_video
- Add 112-rice-screenflickering.patch, Reduce screenflickering in some games
when using rice_video
- Add 113-static-binutils-libs.patch, Link static against binutils libraries
with unstable abi
Date: Mon, 28 Sep 2009 12:52:20 +0100
Changed-By: Lo?c Martin <loic.martin3 at gmail.com>
Maintainer: Tobias Loose <TobiasLoose at gmx.de>
Origin: Debian/unstable
https://launchpad.net/ubuntu/karmic/+source/mupen64plus/1.5+dfsg1-4
-------------- next part --------------
Origin: Debian/unstable
Format: 1.7
Date: Mon, 28 Sep 2009 12:52:20 +0100
Source: mupen64plus
Binary: mupen64plus, mupen64plus-dbg
Architecture: source
Version: 1.5+dfsg1-4
Distribution: karmic
Urgency: low
Maintainer: Tobias Loose <TobiasLoose at gmx.de>
Changed-By: Lo?c Martin <loic.martin3 at gmail.com>
Description:
mupen64plus - plugin-based Nintendo 64 emulator
Closes: 513322 544428 544548 544549 544550 544662 544670 544673 545462 545463
Changes:
mupen64plus (1.5+dfsg1-4) unstable; urgency=low
.
* debian/patches;
- Update 119-debian-archs.patch, Correct detection of armel cpu endianness
(Closes: #545463)
- Add 120-ftbfs-glibc210, Fix FTBFS using g++-4.4 and glibc 2.10 due to
missing const keywords (Closes: #545462)
- Add 121-version-string.patch, remove misleading "-development" in version
string
- Add 122-default-optimisations.patch, Don't override optimisations set by
debian build environment
.
mupen64plus (1.5+dfsg1-3) unstable; urgency=low
.
* debian/rules:
- Set host architecture to support build of i386 running on x86_64 kernel
(Closes: #544670)
- Don't set NO_ASM parameter anymore as it is handled by
119-debian-archs.patch
* debian/patches:
- Add 119-debian-archs.patch, Define wordsize and endianness of
architectures supported by debian (Closes: #544673)
- Update 118-ftbfs-debugger.patch, define dummy functions to decompile
recompiled code on non-x86 architectures (Closes: #544662)
.
mupen64plus (1.5+dfsg1-2) unstable; urgency=low
.
* debian/patches
- Add 114-fix-7z-subfolder.patch, fix crash in romcache when reading 7zip
archive with subfolders
- Add 115-xdg-basedir.patch, Use "XDG Base Directory" compliant directories
for files for each user (Closes: #544428)
- Add 116-ftbfs-dynarec.patch, Don't try to compile dynarec on architectures
without support (Closes: #544548)
- Add 117-ftbfs-kfreebsd.patch, Don't stop compilation due to unknown OS
kFreeBSD (Closes: #544550)
- Add 118-ftbfs-debugger.patch, Define CHECK_MEM for non-x86 systems to
prevent FTBFS due to dynarec checks (Closes: #544549)
* debian/control:
- Depend on libxdg-basedir-dev and pkg-config to support xdg-basedir
specification
* debian/rules:
- Disable assembler optimized parts on unsupported architectures
* Add README.source with informations about patch management
* Add NEWS.Debian with information about migration of old data and
configuration to new xdg compliant directories
.
mupen64plus (1.5+dfsg1-1) unstable; urgency=low
.
* Initial release (Closes: #513322)
* debian/patches:
- Add 100-fix-desktop-file.patch, fix desktop file
- Add 101-destdir.patch, fix usage of DESTDIR in install target
- Add 102-plugin-searchpath.patch, add search path for plugins
- Add 103-dejavu-font.patch, use font from ttf-dejavu-core package
- Add 104-as-needed.patch, allow --as-needed to reduce number of linked
libraries
- Add 105-system-libpng.patch, use libpng from debian instead of buildin
- Add 106-system-zlib.patch, use zlib from debian instead of buildin
- Add 107-system-libbz2.patch, use libbz2 from debian instead of buildin
- Add 108-remove-gln64.patch, don't try to build glN64 removed from dfsg tar
- Add 109-remove-nondfsg-icons.patch, don't include non-dfsg icons which are
removed from dfsg tarball
- Add 110-glide64-noasm.patch, don't use x86-asm on non-x86 plattforms
in glide64
- Add 111-rice-texturepack-crash.patch, Fix crash when loading textures
from texturepacks with rice_video
- Add 112-rice-screenflickering.patch, Reduce screenflickering in some games
when using rice_video
- Add 113-static-binutils-libs.patch, Link static against binutils libraries
with unstable abi
Files:
2714a6688693bf127774cc57926e85c2 2160218 games optional mupen64plus_1.5+dfsg1.orig.tar.gz
efbebce7e3cdef7199851e828f57ddf8 1548 games optional mupen64plus_1.5+dfsg1-4.dsc
61b76212f44c68bf2398258947a1b36e 47821 games optional mupen64plus_1.5+dfsg1-4.diff.gz
More information about the Karmic-changes
mailing list