Re: 1 bsnes-0.079-gcc46.patch, 1.1 - query
by Agnes Jones
On 04/07/11 02:01, Julian Sikorski wrote:
> - Updated the gcc-4.6 patch
>
> Index: bsnes-0.079-gcc46.patch
> ===================================================================
> RCS file: /cvs/free/rpms/bsnes/devel/bsnes-0.079-gcc46.patch,v
> retrieving revision 1.1
> retrieving revision 1.2
> diff -u -r1.1 -r1.2
> --- bsnes-0.079-gcc46.patch 20 Jun 2011 22:50:44 -0000 1.1
> +++ bsnes-0.079-gcc46.patch 3 Jul 2011 16:01:18 -0000 1.2
> @@ -10,42 +10,3 @@
> case GameBoy::Input::Start: return data& 0x80;
> case GameBoy::Input::Select: return data& 0x40;
> case GameBoy::Input::B: return data& 0x20;
> -diff -up bsnes_v079-source/bsnes/ui/input/input.cpp.gcc46 bsnes_v079-source/bsnes/ui/input/input.cpp
> ---- bsnes_v079-source/bsnes/ui/input/input.cpp.gcc46 2011-03-24 19:33:58.000000000 +0100
> -+++ bsnes_v079-source/bsnes/ui/input/input.cpp 2011-06-21 00:02:22.971853731 +0200
> -@@ -82,7 +82,7 @@ void InputMapper::Gamepad::create(const
> - }
> -
> - int16_t InputMapper::Gamepad::poll(unsigned id) {
> -- switch(id) {
> -+ switch((SNES::Input::JoypadID)id) {
> - case SNES::Input::JoypadID::Up: return up.poll();
> - case SNES::Input::JoypadID::Down: return down.poll()& !up.poll();
> - case SNES::Input::JoypadID::Left: return left.poll();
> -@@ -118,7 +118,7 @@ void InputMapper::Mouse::create(const ch
> - }
...
Hi Julian, I'd like to get to know the package better while you are
still making changes. Do upstream develop on an earlier gcc ? Are they
reluctant to move to newer (eg what is deb/ubuntu using these days) ?
What is the key to this patch (it looks like an input method is being
deleted, without looking into it further) ?
13 years, 5 months
RPM Fusion (Fedora - nonfree) Package Build Report 2011-07-02
by rpmfusion-pkgs-report@rpmfusion.org
============================================================================
Packages built and released for RPM Fusion (Fedora - nonfree) development: 2
nvidia-kmod-280.04-1.fc15
xorg-x11-drv-nvidia-280.04-1.fc15
============================================================================
Changes in RPM Fusion (Fedora - nonfree) development:
nvidia-kmod-280.04-1.fc16
-------------------------
* Fri Jul 01 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 1:280.04-1
- Update to 280.04 (beta)
xorg-x11-drv-nvidia-280.04-1.fc16
---------------------------------
* Fri Jul 01 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 1:280.04-1
- Update to 280.04 (beta)
13 years, 5 months
RPM Fusion (Fedora - free) Package Build Report 2011-07-01
by rpmfusion-pkgs-report@rpmfusion.org
============================================================================
Packages built and released for RPM Fusion (Fedora - free) testing/15: 3
ffmpeg-0.7-0.3.20110612git.fc15
gecko-mediaplayer-1.0.4-1.fc15
gnome-mplayer-1.0.4-1.fc15
============================================================================
Packages built and released for RPM Fusion (Fedora - free) testing/14: 2
gecko-mediaplayer-1.0.4-1.fc14
gnome-mplayer-1.0.4-1.fc14
============================================================================
Packages built and released for RPM Fusion (Fedora - free) development: 2
gecko-mediaplayer-1.0.4-1.fc15
gnome-mplayer-1.0.4-1.fc15
============================================================================
Changes in RPM Fusion (Fedora - free) testing/15:
ffmpeg-0.7-0.3.20110612git.fc15
-------------------------------
* Fri Jul 01 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 0.7-0.3.20110612git
- Add XvMC in ffmpeg
gecko-mediaplayer-1.0.4-1.fc15
------------------------------
* Fri Jul 01 2011 Julian Sikorski <belegdol(a)fedoraproject.org> - 1.0.4-1
- Updated to 1.0.4
gnome-mplayer-1.0.4-1.fc15
--------------------------
* Fri Jul 01 2011 Julian Sikorski <belegdol(a)fedoraproject.org> - 1.0.4-1
- Updated to 1.0.4
- Enabled gtk3 on Fedora 15 and above
============================================================================
Changes in RPM Fusion (Fedora - free) testing/14:
gecko-mediaplayer-1.0.4-1.fc14
------------------------------
* Fri Jul 01 2011 Julian Sikorski <belegdol(a)fedoraproject.org> - 1.0.4-1
- Updated to 1.0.4
* Fri May 13 2011 Julian Sikorski <belegdol(a)fedoraproject.org> - 1.0.3-2
- Added explicit libcurl-devel to BuildRequires
gnome-mplayer-1.0.4-1.fc14
--------------------------
* Fri Jul 01 2011 Julian Sikorski <belegdol(a)fedoraproject.org> - 1.0.4-1
- Updated to 1.0.4
- Enabled gtk3 on Fedora 15 and above
============================================================================
Changes in RPM Fusion (Fedora - free) development:
gecko-mediaplayer-1.0.4-1.fc16
------------------------------
* Fri Jul 01 2011 Julian Sikorski <belegdol(a)fedoraproject.org> - 1.0.4-1
- Updated to 1.0.4
gnome-mplayer-1.0.4-1.fc16
--------------------------
* Fri Jul 01 2011 Julian Sikorski <belegdol(a)fedoraproject.org> - 1.0.4-1
- Updated to 1.0.4
- Enabled gtk3 on Fedora 15 and above
13 years, 5 months