diff options
Diffstat (limited to 't/sbo/games/vbam')
-rw-r--r-- | t/sbo/games/vbam/README | 12 | ||||
-rw-r--r-- | t/sbo/games/vbam/vbam.info | 10 |
2 files changed, 22 insertions, 0 deletions
diff --git a/t/sbo/games/vbam/README b/t/sbo/games/vbam/README new file mode 100644 index 0000000..48ee1b9 --- /dev/null +++ b/t/sbo/games/vbam/README @@ -0,0 +1,12 @@ +Our goal is to improve upon VisualBoyAdvance by integrating the best features +from the various builds floating around. Unfortunately work on the "official" +project seems to have stalled. Independent developers have added excellent +features to VBA, but seem to have done so individually. The source codes for +many of these forks seem to be abandoned, outdated or missing altogether. +We aim to preserve all of the hard work done by these developers to make the +already great VisualBoyAdvance even better! + +The following options are available: +GTK=ON will build the GTK GUI. It requires gtkglextmm. +WX=ON will build the WxWidgets GUI. It requires WxWidgets. +FFMPEG=ON will enable recording and playback. It requires FFMPEG. diff --git a/t/sbo/games/vbam/vbam.info b/t/sbo/games/vbam/vbam.info new file mode 100644 index 0000000..ae11e3d --- /dev/null +++ b/t/sbo/games/vbam/vbam.info @@ -0,0 +1,10 @@ +PRGNAM="vbam" +VERSION="r1131" +HOMEPAGE="http://vba-m.com/" +DOWNLOAD="http://ponce.cc/slackware/sources/repo/vbam-r1131-src.tar.xz" +MD5SUM="aa31f2e92e24c9d52321703908e7a934" +DOWNLOAD_x86_64="" +MD5SUM_x86_64="" +REQUIRES="SFML" +MAINTAINER="Dugan Chen" +EMAIL="thedoogster [at] gmail [dot] com" |