rpms/gambatte/devel gambatte_sdl.6,NONE,1.1 gambatte.spec,1.12,1.13

Andrea Musuruane musuruan at rpmfusion.org
Sun Nov 23 10:00:45 CET 2014


Author: musuruan

Update of /cvs/free/rpms/gambatte/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv18701

Modified Files:
	gambatte.spec 
Added Files:
	gambatte_sdl.6 
Log Message:
* Thu Nov 20 2014 Andrea Musuruane <musuruan at gmail.com> - 571-2
- Added manpage by Anthony J. Bentley
- Minor cleanup



--- NEW FILE gambatte_sdl.6 ---
.\"     $OpenBSD: gambatte_sdl.6,v 1.2 2014/11/19 10:32:48 bentley Exp $
.Dd August 27, 2007
.Dt GAMBATTE 6
.Os
.Sh NAME
.Nm gambatte
.Nd Nintendo Game Boy Color emulator
.Sh SYNOPSIS
.Nm gambatte
.Op Fl f
.Op Fl i Ar keys
.Op Fl -list-keys
.Op Fl r Ar freq
.Op Fl s Ar scale
.Op Fl v Ar filter
.Op Fl y
.Ar romfile
.Sh DESCRIPTION
.Nm
emulates a Game Boy (Color) with
.Ar romfile
loaded as a Game Boy cartridge.
.Pp
The options are as follows:
.Bl -tag -width Ds
.It Fl -controls
Show keyboard controls.
.It Fl -force-dmg
Force DMG mode.
.It Fl f , Fl -full-screen
Start in full screen mode.
.It Fl -gba-cgb
Emulate the Game Boy Advance\(cqs CGB mode.
.It Fl -multicart-compat
Support certain multicart ROM images by not strictly respecting the MBC type
in the ROM header.
.It Fl i Ar keys , Fl -input Ar keys
Use the 8 given input
.Ar keys
for respectively
.br
START SELECT A B UP DOWN LEFT RIGHT
.It Fl l Ar n , Fl -latency Ar n
Use audio buffer latency of
.Ar n
ms.
.br
16 \(<=
.Ar n
\(<= 5000, default: 133
.It Fl -list-keys
List valid input
.Ar keys .
.It Fl p Ar n , Fl -periods Ar n
Use
.Ar n
audio buffer periods.
.br
1 \(<=
.Ar n
\(<= 32, default: 4
.It Fl -resampler Ar n
Use audio resampler number
.Ar n.
.Bl -inset -compact
.It 0
fast
.It 1
High quality
.Pq polyphase FIR
.Bq default
.It 2
Very high quality
.Pq polyphase FIR
.It 3
Highest quality
.Pq polyphase FIR
.El
.It Fl r Ar n , Fl -sample-rate Ar n
Use sound sample rate of
.Ar n
Hz.
.br
32000 \(<=
.Ar n
\(<= 192000, default: 48000
.It Fl s Ar n , Fl -scale Ar n
Scale video output by an integer factor of
.Ar n .
.It Fl v Ar n , Fl -video-filter Ar n
Use video filter number
.Ar n :
.Bl -inset -compact
.It 0
None
.It 1
Bicubic Catmull\(hyRom spline 2\(mu
.It 2
Bicubic Catmull\(hyRom spline 3\(mu
.It 3
Kreed\(cqs 2xSal
.It 4
MaxSt\(cqs hq2x
.It 5
MaxSt\(cqs hq3x
.El
.It Fl y , Fl -yuv-overlay
Use YUV overlay for
.Pq usually faster
scaling.
.El
.Sh INTERACTIVE KEYBOARD CONTROLS
.Bl -hang -width "<Return>" -compact
.It Aq Cm Tab
fast\(hyforward
.It Aq Cm Ctrl Ns + Ns Cm f
toggle full screen
.It Aq Cm Ctrl Ns + Ns Cm r
reset
.It Aq Cm F5
save state
.It Aq Cm F6
choose previous state slot
.It Aq Cm F7
choose next state slot
.It Aq Cm F8
load state
.It Cm 0\(en9
choose state slot 0 to 9
.It Aq Cm Return
Start
.It Aq Cm Shift
Select
.It Cm d
A
.It Cm c
B
.El
.Sh AUTHORS
.An Sindre Aam\(oas Aq Mt aamas at stud.ntnu.no


Index: gambatte.spec
===================================================================
RCS file: /cvs/free/rpms/gambatte/devel/gambatte.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- gambatte.spec	30 Sep 2014 17:32:49 -0000	1.12
+++ gambatte.spec	23 Nov 2014 09:00:45 -0000	1.13
@@ -4,15 +4,17 @@
 
 Name: gambatte
 Version: 571
-Release: 1%{?dist}
+Release: 2%{?dist}
 Summary: An accuracy-focused Game Boy / Game Boy Color emulator 
 
 License: GPLv2
 URL: http://sourceforge.net/projects/gambatte/
 Source0: http://downloads.sourceforge.net/%{name}/%{name}_src-r%{version}.tar.gz
 Source1: gambatte-qt.desktop
-# Icon made by Peter Verschoor
+# Icon made by Peter Verschoor <peterverschoor at xs4all.nl>
 Source2: gameboy_icon.png
+# Man page made by Anthony J. Bentley <anthony at cathet.us> for OpenBSD
+Source3: gambatte_sdl.6
 # Andrea Musuruane
 # Use system minizip
 Patch0: %{name}-537-minizip.patch
@@ -141,13 +143,17 @@
 install -m 755 gambatte_sdl/gambatte_sdl %{buildroot}%{_bindir}
 install -m 755 gambatte_qt/bin/gambatte_qt %{buildroot}%{_bindir}
 
-# install desktop file
+# Install manpage
+mkdir -p %{buildroot}%{_mandir}/man6/
+install -p -m 0644 %{SOURCE3} %{buildroot}%{_mandir}/man6/
+
+# Install desktop file
 mkdir -p %{buildroot}%{_datadir}/applications
-desktop-file-install --vendor '' \
+desktop-file-install \
   --dir %{buildroot}%{_datadir}/applications \
   %{SOURCE1}
 
-# install icons
+# Install icons
 mkdir -p %{buildroot}%{_datadir}/icons/hicolor/32x32/apps
 convert %{SOURCE2} -resize x32 %{buildroot}%{_datadir}/icons/hicolor/32x32/apps/gambatte-qt.png
 mkdir -p %{buildroot}%{_datadir}/icons/hicolor/64x64/apps
@@ -185,6 +191,7 @@
 
 %files sdl
 %{_bindir}/gambatte_sdl
+%{_mandir}/man6/gambatte_sdl.6*
 %doc changelog COPYING README
 
 
@@ -197,6 +204,10 @@
 
 
 %changelog
+* Thu Nov 20 2014 Andrea Musuruane <musuruan at gmail.com> - 571-2
+- Added manpage by Anthony J. Bentley
+- Minor cleanup
+
 * Mon Sep 29 2014 Andrea Musuruane <musuruan at gmail.com> - 571-1
 - Updated to upstream r571
 - Dropped obsolete Group tags


More information about the rpmfusion-commits mailing list