mupen64plus-core 1.99.4-3 source package in Ubuntu

Changelog

mupen64plus-core (1.99.4-3) unstable; urgency=low

  * Upload to unstable
  * debian/control:
    - Fix spelling of "Flexible" (Closes: #633693)
    - Depend on pkg-config for new Makefile
  * debian/rules:
    - Mark all targets as phony
    - Force PIC using Makefile option
    - Remove unintended optimization flags
    - Automatically create the libmupen64plus.so.2 symlink
  * debian/patches:
    - Remove obsolete default-optimisations.patch
    - Rebase debian/patches/dejavu-font.patch
    - Add rewrite_makefile.patch, Rewrite Makefile to fix flags and linking
    - Add big_endian_conflict.patch, Don't use _BIG_ENDIAN to check for
      endianness
    - Add privilege_segfault.patch, Prevent segfault when
      .local/share/mupen64plus/ owned by root
    - Add info_configuration_failure.patch, Changed warning to info message when
      core can not open config
    - Add conflicting_symbol.patch, Don't define variable isGoldeneyeRom in each
      file
    - Add osd_memory_corruption.patch, Prevent data corruption with caller
      managed OSD text
    - Add allocate_mmap.patch, Allocate exec memory using mmap
    - Add interpreter_fpu_modes.patch, Use common fpu implementation for
      interpreter modes to fix missing round/trunc/ceil/floor/set_rounding
    - Add interpreter_rw_memory.patch, Don't require executable memory for
      cached interpreter
    - Add n64_cic_nus_6105.patch, use X-Scale's PIF-CIC algorithm instead of the
      hard-coded challenge-response pairs
    - Add mipmapping_doc.patch, Synchronize MipMapping options in Arachnoid and
      Rice

mupen64plus-core (1.99.4-2) experimental; urgency=low

  * debian/patches:
    - Add rtc.patch, Add support for n64 internal clock
    - Add n64_romswap.patch, Fix swapping of n64 images
    - Add rjump_globber.patch. Prevent over-optimization of rjump related data
  * Upgraded to policy 3.9.2, no changes required
  * Update Vcs-* fields to new anonscm.debian.org URLs in debian/control
  * Add multiarch support (Closes: #623765)

mupen64plus-core (1.99.4-1) experimental; urgency=low

  * New Upstream Version
  * Updated my maintainer e-mail address
  * Split source package to match upstreams modular release packages
  * debian/copyright:
    - Update to DEP5 revision 164
    - Update copyright years
  * debian/patches:
    - Add printf_fixup.patch, Correct usage of printf format strings
    - Add api_header.patch, Ensure all definition for front-ends is in public
      headers
    - Rebase default-optimisations.patch and dejavu-font.patch
      against 1.99.4
    - Remove upstream merged patches: as-needed.patch,
      correct_fpr32_mapping.patch, correct_security_printf.patch,
      debian-archs.patch, destdir.patch, dont-install-unneeded.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-gvariant-type-conflicts.patch,
      ftbfs-kfreebsd.patch, glide64_hurd.patch, glide64-noasm.patch,
      gtk-open-filter.patch, interpreter_x86_fldcw.patch,
      jttl_fix_romclosed.patch, link_gdk.patch, load_aidacrate.patch,
      load_vistatus.patch, noexecstack.patch, optional_signinfo.patch,
      osd-pause-crash.patch, path_max.patch, pie_support.patch,
      plugin-searchpath.patch, remove-gln64.patch, remove-nondfsg-icons.patch,
      resume_on_start.patch, rice-ati-symbols.patch,
      rice-crash-vendorstring.patch, rice_fog.patch, rice_nodebug.patch,
      rice-screenflickering.patch, rice-texturepack-crash.patch,
      rsp_hle_bigendian.patch, rsp_ucode2_reset.patch,
      static-binutils-libs.patch, system-libbz2.patch, system-liblzma.patch,
      system-libpng.patch, system-zlib.patch, version-string.patch,
      xdg-basedir.patch

mupen64plus (1.5+dfsg1-14) experimental; urgency=low

  * Upgraded to policy 3.9.1, no changes required
  * Upgrade debhelper compat to v8
  * debian/rules:
    - set *FLAGS using dpkg-buildflags in debian/rules to work like
      dpkg-buildpackage when called directly
    - Use hardening-includes for CFLAGS and LDFLAGS hardened builds
    - Use externally provided LDFLAGS
    - Disable support for debugger due to missing pic/pie support of
      libopcodes.a
  * debian/patches:
    - Add correct_security_printf.patch, Correct possible printf format string
      vulnerability
    - Add pie_support.patch, Add support for PIE/PIC

mupen64plus (1.5+dfsg1-13) unstable; urgency=low

  * debian/patches:
    - Add path_max.patch, Add dummy PATH_MAX on systems without it (Closes:
      #588066)
    - Add optional_signinfo.patch, Only use siginfo subsystem if system offers
      it (Closes: #588066)
    - Add glide64_hurd.patch, Define GNU/Hurd as UNIX system for glide64
      (Closes: #588066)

mupen64plus (1.5+dfsg1-12) unstable; urgency=low

  * Use googlecode.debian.net instead of complex own filters for debian/watch
  * Upgraded to policy 3.9.0, no changes required
  * Build only on i386/amd64 because upstream doesn't to support more
  * debian/patches:
    - Add link_gdk.patch, Link directly against gdk-2.0 instead indirectly
      through gtk+-2.0

mupen64plus (1.5+dfsg1-11) unstable; urgency=low

  * debian/patches:
    - Rename ftbfs-gvariant-type-conflicts.path to
      ftbfs-gvariant-type-conflicts.patch
    - Add rice-ati-symbols.patch, Allow to load rice on systems with missing
      opengl extensions

mupen64plus (1.5+dfsg1-10) unstable; urgency=low

  [ Sven Eckelmann ]
  * debian/patches:
    - Add rsp_ucode2_reset.patch, Reset status of specific ucode2 hacks after
      starting again
    - Add rsp_hle_bigendian.patch, Fix wrong high level emulation of rsp on big
      endian systems
    - Add rice-crash-vendorstring.patch, Don't crash on long OpenGL vendor
      string (Closes: #580480, LP: #575968)

  [ Piotr Ożarowski ]
  * DMUA flag set to yes

mupen64plus (1.5+dfsg1-9) unstable; urgency=low

  * debian/patches:
    - Add ftbfs-gvariant-type-conflicts.path, Fix FTBFS due to glib's gvariant.h
      type definitions (Closes: #577329)
    - Add dont-install-unneeded.patch, Don't install files which aren't used by
      us
  * debian/rules:
    - Enable parallel builds using dh's --parallel
    - Inform about missing installed files using dh's --list-missing
    - Share options between dh_auto_build and dh_auto_install
  * debian/control:
    - Depend on debhelper 7.4.10 for --parallel and --list-missing

mupen64plus (1.5+dfsg1-8) unstable; urgency=low

  * debian/patches:
    - Add rice_fog.patch, Reduce flickering when enabling fog in rice
    - Update fix_readpng.patch, Fix FTBFS with libpng14 and remove coding style
      only changes
  * Convert to 3.0 (quilt) source format
  * Remove outdated README.source
  * debian/control:
    - Remove shlibs:Depends for binary packages without shared libs dependencies
    - Remove unneeded build dependency to quilt
    - Upgraded to policy 3.8.4, no changes required
  * Correct spelling errors found by lintian
  * debian/copyright: Update copyright years
  * Check all files ever published on the download page in debian/watch

mupen64plus (1.5+dfsg1-7) unstable; urgency=low

  * debian/patches:
    - Correct minor dep3 patch tagging format problems
    - Update correct_fpr32_mapping.patch, prevent corruption of upper registers
      in a register pair due to sign extension
    - Add system-liblzma.patch, use liblzma from debian instead of buildin
      (Closes: #543552)
  * debian/control:
    - Depend on liblzma-dev for lzma and xz support

mupen64plus (1.5+dfsg1-6) unstable; urgency=low

  * debian/patches:
    - Add Origin information to patches
    - Update fix_readpng.patch, Backport actual commit from upstream
    - Update ftbfs-glibc210.patch, Backport actual commit from upstream
    - Update noexecstack.patch, Backport actual commit from upstream
    - Update jttl_fix_romclosed.patch, Backport actual commit from upstream
    - Add correct_fpr32_mapping.patch, Correct emulation of shared 32 bit wide
      and 64 bit wide FPR in MIPS I and MIPS III mode
    - Remove load-fpr-location.patch which is replaced by
      correct_fpr32_mapping.patch
    - Add load_aidacrate.patch, Set aiDacrate during savestate load to fix
      slowdowns after savestate load
    - Add load_vistatus.patch, Set video width and status during savestate load
    - Add fix_r0_override.patch, Don't allow to override r0 register
    - Add resume_on_start.patch, Resume when pressing on start when in pause
      mode to prevent corruption
    - Add osd-pause-crash.patch, Fix OSD crash after pause-stop-start-pause of
      emulator

mupen64plus (1.5+dfsg1-5) unstable; urgency=low

  * debian/patches:
    - Change to dep3 patch tagging guidelines
    - Remove number before patches as order is given by debian/patches/series
    - Add gtk-open-filter.patch, Show files with .n64 and .v64 extension in
      filtered open file dialog (Closes: #546046)
    - Add noexecstack.patch, Don't enable executable stack by default
      (Closes: #547644)
    - Add fix_readpng.patch, Fix crash when loading png due to reordering
      optimizer
    - Add jttl_fix_romclosed.patch, Stop audio processing thread before freeing
      buffers to fix segfault during stop of emulation
    - Add rice_nodebug.patch, Don't enable excessive debug functionality in
      rice_video
    - Add interpreter_x86_fldcw.patch, Correctly set floating point control word
    - Add load-fpr-location.patch, Set register bank location when loading
      savestate

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 information 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
 -- Ubuntu Archive Auto-Sync <email address hidden>   Fri,  21 Oct 2011 11:22:42 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Precise
Original maintainer:
Tobias Loose
Architectures:
any-i386 any-amd64 all
Section:
games
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Precise: [FULLYBUILT] amd64 [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
mupen64plus-core_1.99.4.orig.tar.gz 960.4 KiB 535b69604f53367ec1d7fbe655c0012e755abed6919183cd021bcab170ca147c
mupen64plus-core_1.99.4-3.debian.tar.gz 43.1 KiB 23138b3f529e4f99317c1bb0b52cb07f4dfde7d539b730933bbdc530207d85f2
mupen64plus-core_1.99.4-3.dsc 2.2 KiB 98ca927150a5973ac0aa0b0f101017b71f9647b4a83fec5485ba34ae6f2cfa58

View changes file

Binary packages built by this source

libmupen64plus-dev: mupen64plus development package

 Flexible N64 Emulator for Linux that works with many ROMs that are publically
 available. It consists of separate components to provide an user interface,
 audio and graphics output, controller input, co-processor emulation and an
 emulator core.
 .
 This package contains everything which is needed to build plugins or frontends
 against the mupen64plus API.

libmupen64plus2: plugin-based Nintendo 64 emulator, core library

 Flexible N64 Emulator for Linux that works with many ROMs that are publically
 available. It consists of separate components to provide an user interface,
 audio and graphics output, controller input, co-processor emulation and an
 emulator core.
 .
 It has the following features:
  * cheat system
  * exchangeable plugins for graphics, sound and input emulation
  * multiple save states
  * common configuration system for all components
 .
 This package contains the actual emulator which must be loaded by a frontend.

libmupen64plus2-dbg: mupen64plus debug symbols package

 Flexible N64 Emulator for Linux that works with many ROMs that are publically
 available. It consists of separate components to provide an user interface,
 audio and graphics output, controller input, co-processor emulation and an
 emulator core.
 .
 This package contains the debug files.