Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
AntiMicro ebuild
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Gamers & Players
View previous topic :: View next topic  
Author Message
Ryochan7
n00b
n00b


Joined: 25 Dec 2005
Posts: 7
Location: Peoria, IL

PostPosted: Wed Apr 24, 2013 7:46 pm    Post subject: AntiMicro ebuild Reply with quote

I have been working on a QJoyPad replacement for a bit and I made an ebuild for the program. The program is called AntiMicro. There are some extra features included such as mutiple key presses being associated with a button press (Shift+Tab), set selection for changing button configurations on the fly, and conditional actions for a button press. I figure that anyone who has had problems with QJoyPad might find this program useful.

Code:
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=4
inherit eutils qt4-r2

DESCRIPTION="Graphical program used to map keyboard and mouse buttons to gamepad buttons. Useful for games with no gamepad support"
HOMEPAGE="https://github.com/Ryochan7/antimicro"
SRC_URI="https://github.com/Ryochan7/antimicro/archive/${PV}.tar.gz"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""

DEPEND="x11-libs/libXtst
      >=dev-qt/qtgui-4.8:4
      =media-libs/libsdl-1.2*"
RDEPEND="${DEPEND}"

S=${WORKDIR}/${P}/src

src_configure() {
   eqmake4 INSTALL_PREFIX=/usr antimicro.pro
}

src_compile() {
    emake
    emake updateqm
}


Ebuild: http://www.ryochan7.com/files/projects/antimicro/antimicro-0.8-r1.ebuild

GitHub page: https://github.com/Ryochan7/antimicro


Last edited by Ryochan7 on Wed Jun 19, 2013 3:55 pm; edited 4 times in total
Back to top
View user's profile Send private message
Small_Penguin
Tux's lil' helper
Tux's lil' helper


Joined: 27 May 2005
Posts: 140

PostPosted: Thu May 09, 2013 2:32 pm    Post subject: Reply with quote

That's a great piece of software. Like xpadder for windows, but even better!

You should add the ebuild to the bug tracker, so someone can pick up and add it to an overlay or the portage tree!
Back to top
View user's profile Send private message
Ryochan7
n00b
n00b


Joined: 25 Dec 2005
Posts: 7
Location: Peoria, IL

PostPosted: Fri May 10, 2013 9:37 pm    Post subject: Reply with quote

Thank you for the compliment. I wouldn't say that this program is as good as Xpadder though. If Xpadder would have worked under Wine perfectly then I wouldn't have started this project.

I will consider submitting the ebuild to the bug tracker when it has gone through a little more testing. I just updated the ebuild to add a minimum required version of qtgui because of some items in the .ui files. Also, as of now, the program has been altered so that it can compile properly with Qt5.

Code:
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=4
inherit eutils qt4-r2

DESCRIPTION="Graphical program used to map keyboard and mouse buttons to gamepad buttons. Useful for games with no gamepad support"
HOMEPAGE="https://github.com/Ryochan7/antimicro"
SRC_URI="https://github.com/Ryochan7/antimicro/archive/${PV}.zip"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""

DEPEND="x11-libs/libXtst
      >=dev-qt/qtgui-4.8:4
      =media-libs/libsdl-1.2*"
RDEPEND="${DEPEND}"

src_configure() {
   eqmake4 INSTALL_PREFIX=/usr antimicro.pro
}


http://www.ryochan7.com/files/projects/antimicro/antimicro-0.5.2-r1.ebuild
Back to top
View user's profile Send private message
Ryochan7
n00b
n00b


Joined: 25 Dec 2005
Posts: 7
Location: Peoria, IL

PostPosted: Wed Jun 19, 2013 3:54 pm    Post subject: Reply with quote

The ebuild has now been submitted to the Gentoo bug tracker.
Back to top
View user's profile Send private message
hasufell
Retired Dev
Retired Dev


Joined: 29 Oct 2011
Posts: 429

PostPosted: Thu Jun 27, 2013 2:31 pm    Post subject: Reply with quote

in portage
Back to top
View user's profile Send private message
dadangtekno
n00b
n00b


Joined: 18 Sep 2013
Posts: 1

PostPosted: Wed Sep 18, 2013 9:27 am    Post subject: thank you Reply with quote

thank you for the information you have provided. This will definitely be useful for my job. fingers crossed :D
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Gamers & Players All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum