[DRE-commits] [SCM] ruby-sdl.git branch, master, updated. 746a1ab1e11233e5b45cbab0be97d07895c35c6f
Youhei SASAKI
uwabami at gfd-dennou.org
Fri Jan 20 23:55:49 UTC 2012
The following commit has been merged in the master branch:
commit 746a1ab1e11233e5b45cbab0be97d07895c35c6f
Author: Youhei SASAKI <uwabami at gfd-dennou.org>
Date: Sat Jan 21 08:52:52 2012 +0900
change source format: 3.0(quilt)
Signed-off-by: Youhei SASAKI <uwabami at gfd-dennou.org>
diff --git a/README.en b/README.en
index 2012810..bf31983 100644
--- a/README.en
+++ b/README.en
@@ -54,8 +54,16 @@ install on Linux
(5)install this extension library,Ruby/SDL
Run 'ruby extconf.rb','make' and 'make install'.
+(6) (Mac OS X user only) install rsdl
+ Run 'gem install rsdl'.
+ rsdl is a wrapper of Ruby interpreter. This wrapper
+ prepares Cocoa framework before running the interpreter.
+
5 USE Ruby/SDL
Write "require 'sdl'" in your Ruby script.
+ If your system is OS X, you must use rsdl command
+ as an interpreter instead of ruby command.
+
See following documents and samples if you want to know the detail.
sample/*.rb
diff --git a/README.ja b/README.ja
index 3e23b25..6436340 100644
--- a/README.ja
+++ b/README.ja
@@ -68,10 +68,16 @@ FreeBSD
make install
¤È¤·¤Æ¤¯¤À¤µ¤¤¡£
+(6) (MacOS X¤Î¤ß) rsdl ¤Î¥¤¥ó¥¹¥È¡¼¥ë
+ gem install rsdl ¤Ç rsdl ¤ò¥¤¥ó¥¹¥È¡¼¥ë¤·¤Æ¤¯¤À¤µ¤¤¡£
+
5 »È¤¤Êý
require 'sdl'¤Ç»È¤¨¤Þ¤¹¡£
- ¾Ü¤·¤¯¤Ï¡¢°Ê²¼¤Î¥Õ¥¡¥¤¥ë¤ä¥É¥¥å¥á¥ó¥È¤ò¸«¤Æ¤¯¤À¤µ¤¤¡£
+ MacOS X¤Î¾ì¹ç¤Î¤ß¡¢ ruby ¥³¥Þ¥ó¥É¤Ç¤Ê¤¯ rsdl ¥³¥Þ¥ó¥É¤Ç
+ ¥¤¥ó¥¿¥×¥ê¥¿¤òµ¯Æ°¤·¤Æ¤¯¤À¤µ¤¤¡£
+ ¾Ü¤·¤¯¤Ï¡¢°Ê²¼¤Î¥Õ¥¡¥¤¥ë¤ä¥É¥¥å¥á¥ó¥È¤ò¸«¤Æ¤¯¤À¤µ¤¤¡£
+
sample/*.rb ¥µ¥ó¥×¥ë
°Ê²¼¤Î¥µ¥ó¥×¥ë¤¬¤¢¤ê¤Þ¤¹¡£
testsprite.rb ²èÁüɽ¼¨¤Î¥µ¥ó¥×¥ë
diff --git a/debian/changelog b/debian/changelog
index c143dbb..ea98df2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ ruby-sdl (2.1.1.1-1) unstable; urgency=low
* Switch to gem2deb-based packaging.
- Source and binary package renamed to ruby-sdl.
- Transitional packages added.
+ * Change source format: 3.0(quilt)
* Add myself as uploader
* Add DM-Upload-Allowed: yes
diff --git a/debian/source/format b/debian/source/format
index d3827e7..163aaf8 100644
--- a/debian/source/format
+++ b/debian/source/format
@@ -1 +1 @@
-1.0
+3.0 (quilt)
diff --git a/metadata.yml b/metadata.yml
deleted file mode 100644
index a5ab6ad..0000000
--- a/metadata.yml
+++ /dev/null
@@ -1,153 +0,0 @@
---- !ruby/object:Gem::Specification
-name: rubysdl
-version: !ruby/object:Gem::Version
- version: 2.1.1
-platform: ruby
-authors:
-- Ohbayashi Ippei
-autorequire:
-bindir: bin
-cert_chain: []
-
-date: 2009-12-03 00:00:00 +09:00
-default_executable:
-dependencies: []
-
-description: " Ruby/SDL is an extension library to use SDL(Simple DirectMedia\n Layer). This library enables you to control audio, keyboard,\n mouse, joystick, 3D hardware via OpenGL, and 2D video \n framebuffer. Ruby/SDL is used by games and visual demos.\n"
-email: ohai at kmc.gr.jp
-executables: []
-
-extensions:
-- extconf.rb
-extra_rdoc_files: []
-
-files:
-- MANIFEST
-- README.ja
-- README.en
-- NEWS.ja
-- NEWS.en
-- LICENSE
-- depend
-- extconf.rb
-- lib/rubysdl_aliases.rb
-- lib/sdl.rb
-- lib/rubysdl_compatible_ver1.rb
-- rubysdl.h
-- rubysdl_ref.rd
-- rubysdl_ref.html
-- rubysdl_ref.en.rd
-- rubysdl_ref.en.html
-- rubysdl_event.c
-- rubysdl_event_key.c
-- rubysdl_main.c
-- rubysdl_mixer.c
-- rubysdl_mouse.c
-- rubysdl_sge_video.c
-- rubysdl_time.c
-- rubysdl_video.c
-- rubysdl_wm.c
-- rubysdl_ttf.c
-- rubysdl_cdrom.c
-- rubysdl_joystick.c
-- rubysdl_image.c
-- rubysdl_opengl.c
-- rubysdl_pixel.c
-- rubysdl_smpeg.c
-- rubysdl_sdlskk.c
-- rubysdl_kanji.c
-- rubysdl_rwops.c
-- SDL_kanji.c
-- SDL_kanji.h
-- sample/testsprite.rb
-- sample/playwave.rb
-- sample/movesp.rb
-- sample/alpha.rb
-- sample/sgetest.rb
-- sample/font.rb
-- sample/cdrom.rb
-- sample/playmod.rb
-- sample/testgl.rb
-- sample/testgl_old.rb
-- sample/icon.bmp
-- sample/cursor.rb
-- sample/event2.rb
-- sample/joy2.rb
-- sample/plaympeg.rb
-- sample/cursor.bmp
-- sample/transformblit.rb
-- sample/randrect.rb
-- sample/sdlskk.rb
-- sample/ellipses.rb
-- sample/collision.rb
-- sample/stetris.rb
-- sample/aadraw.rb
-- sample/alphadraw.rb
-- sample/fpstimer.rb
-- sample/bfont.rb
-- sample/font.bmp
-- sample/kanji.rb
-- sample/sample.ttf
-- sample/load_from_io.rb
-- sample/icon.png
-- sample/icon.bmp.gz
-- doc/Makefile
-- doc/rsd.rb
-- doc/cdrom.rsd
-- doc/collision.rsd
-- doc/event.rsd
-- doc/font.rsd
-- doc/general.rsd
-- doc/init.rsd
-- doc/joystick.rsd
-- doc/mixer.rsd
-- doc/mpeg.rsd
-- doc/sdlskk.rsd
-- doc/time.rsd
-- doc/video.rsd
-- doc/wm.rsd
-- doc-en/Makefile
-- doc-en/cdrom.rsd
-- doc-en/collision.rsd
-- doc-en/event.rsd
-- doc-en/font.rsd
-- doc-en/general.rsd
-- doc-en/init.rsd
-- doc-en/joystick.rsd
-- doc-en/mixer.rsd
-- doc-en/mpeg.rsd
-- doc-en/opengl.rsd
-- doc-en/sdlskk.rsd
-- doc-en/time.rsd
-- doc-en/video.rsd
-- doc-en/wm.rsd
-has_rdoc: true
-homepage: http://www.kmc.gr.jp/~ohai/
-licenses: []
-
-post_install_message:
-rdoc_options: []
-
-require_paths:
-- lib
-required_ruby_version: !ruby/object:Gem::Requirement
- requirements:
- - - ">="
- - !ruby/object:Gem::Version
- version: "0"
- version:
-required_rubygems_version: !ruby/object:Gem::Requirement
- requirements:
- - - ">="
- - !ruby/object:Gem::Version
- version: "0"
- version:
-requirements: []
-
-rubyforge_project: rubysdl
-rubygems_version: 1.3.4
-signing_key:
-specification_version: 3
-summary: The simple ruby extension library to use SDL
-test_files: []
-
--
ruby-sdl.git
More information about the Pkg-ruby-extras-commits
mailing list