diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2013-07-17 20:56:54 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2013-07-17 20:56:54 +0000 |
commit | 328fd673f4924033f5e6d1227cf9a17578cd510c (patch) | |
tree | de83ad7f05d209db5010bd256cde511073a7205f /app-emulation | |
parent | Fix attribution in ChangeLog. (diff) | |
download | gentoo-2-328fd673f4924033f5e6d1227cf9a17578cd510c.tar.gz gentoo-2-328fd673f4924033f5e6d1227cf9a17578cd510c.tar.bz2 gentoo-2-328fd673f4924033f5e6d1227cf9a17578cd510c.zip |
Bump snapshot version of dosemu (ebuild and bug #451092 by Ben Kohler). Added myself as a co-maintainer.
(Portage version: 2.2.0_alpha182_p1/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/dosemu/ChangeLog | 9 | ||||
-rw-r--r-- | app-emulation/dosemu/dosemu-1.4.1_pre20130107.ebuild | 64 | ||||
-rw-r--r-- | app-emulation/dosemu/metadata.xml | 10 |
3 files changed, 81 insertions, 2 deletions
diff --git a/app-emulation/dosemu/ChangeLog b/app-emulation/dosemu/ChangeLog index 4f2cf2bc25f3..28cdf55f6f55 100644 --- a/app-emulation/dosemu/ChangeLog +++ b/app-emulation/dosemu/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for app-emulation/dosemu # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/dosemu/ChangeLog,v 1.54 2013/06/11 19:40:45 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/dosemu/ChangeLog,v 1.55 2013/07/17 20:56:54 slyfox Exp $ + +*dosemu-1.4.1_pre20130107 (17 Jul 2013) + + 17 Jul 2013; Sergei Trofimovich <slyfox@gentoo.org> + +dosemu-1.4.1_pre20130107.ebuild, metadata.xml: + Bump snapshot version of dosemu (ebuild and bug #451092 by Ben Kohler). Added + myself as a co-maintainer. 11 Jun 2013; Sergei Trofimovich <slyfox@gentoo.org> +files/dosemu-1.4.1_pre20091009-flex.patch, dosemu-1.4.1_pre20091009.ebuild: diff --git a/app-emulation/dosemu/dosemu-1.4.1_pre20130107.ebuild b/app-emulation/dosemu/dosemu-1.4.1_pre20130107.ebuild new file mode 100644 index 000000000000..bc724097bfcc --- /dev/null +++ b/app-emulation/dosemu/dosemu-1.4.1_pre20130107.ebuild @@ -0,0 +1,64 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/dosemu/dosemu-1.4.1_pre20130107.ebuild,v 1.1 2013/07/17 20:56:54 slyfox Exp $ + +EAPI=5 + +inherit flag-o-matic + +P_FD="dosemu-freedos-1.0-bin" +COMMIT="15cfb41ff20a052769d753c3262c57ecb050ad71" + +DESCRIPTION="DOS Emulator" +HOMEPAGE="http://www.dosemu.org/" +SRC_URI="mirror://sourceforge/dosemu/${P_FD}.tgz + http://sourceforge.net/code-snapshots/git/d/do/dosemu/code.git/dosemu-code-${COMMIT}.zip -> ${P}.zip" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="-* ~amd64 ~x86" +IUSE="X svga gpm debug alsa sndfile fluidsynth" + +RDEPEND="X? ( x11-libs/libX11 + x11-libs/libXxf86vm + x11-libs/libXau + x11-libs/libXext + x11-libs/libXdmcp + x11-apps/xset + x11-apps/xlsfonts + x11-apps/bdftopcf + x11-apps/mkfontdir ) + svga? ( media-libs/svgalib ) + gpm? ( sys-libs/gpm ) + alsa? ( media-libs/alsa-lib ) + sndfile? ( media-libs/libsndfile ) + fluidsynth? ( media-sound/fluidsynth ) + media-libs/libsdl + >=sys-libs/slang-1.4" + +DEPEND="${RDEPEND} + X? ( x11-proto/xf86dgaproto ) + >=sys-devel/autoconf-2.57" + +S="${WORKDIR}/${PN}-code-${COMMIT}" + +src_prepare() { + # Has problems with -O3 on some systems + replace-flags -O[3-9] -O2 + + # Fix compilation on hardened + append-flags -fno-pic +} + +src_configure() { + econf $(use_with X x) \ + $(use_with svga svgalib) \ + $(use_enable debug) \ + $(use_with gpm) \ + $(use_with alsa) \ + $(use_with sndfile) \ + $(use_with fluidsynth) \ + --with-fdtarball="${DISTDIR}"/${P_FD}.tgz \ + --sysconfdir="${EPREFIX}"/etc/dosemu/ \ + --with-docdir="${EPREFIX}"/usr/share/doc/${PF} +} diff --git a/app-emulation/dosemu/metadata.xml b/app-emulation/dosemu/metadata.xml index 8cb548491f4e..20437078a803 100644 --- a/app-emulation/dosemu/metadata.xml +++ b/app-emulation/dosemu/metadata.xml @@ -1,5 +1,13 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<maintainer><email>hanno@gentoo.org</email></maintainer> + <maintainer><email>hanno@gentoo.org</email></maintainer> + <maintainer> + <email>slyfox@gentoo.org</email> + <name>Sergei Trofimovich</name> + </maintainer> + + <use> + <flag name='fluidsynth'>use <pkg>media-sound/fluidsynth</pkg> for MIDI emulation</flag> + </use> </pkgmetadata> |