diff options
author | Martin Schlemmer <azarah@gentoo.org> | 2002-11-20 16:04:51 +0000 |
---|---|---|
committer | Martin Schlemmer <azarah@gentoo.org> | 2002-11-20 16:04:51 +0000 |
commit | 83effdb5aeb5ac2df8df55b7c54afd0836220f5e (patch) | |
tree | 8797063737e013baab5b19154e1e8e98f97e4053 /media-plugins/xine-dmd | |
parent | updated DEPEND (diff) | |
download | gentoo-2-83effdb5aeb5ac2df8df55b7c54afd0836220f5e.tar.gz gentoo-2-83effdb5aeb5ac2df8df55b7c54afd0836220f5e.tar.bz2 gentoo-2-83effdb5aeb5ac2df8df55b7c54afd0836220f5e.zip |
move xine plugins
Diffstat (limited to 'media-plugins/xine-dmd')
-rw-r--r-- | media-plugins/xine-dmd/ChangeLog | 15 | ||||
-rw-r--r-- | media-plugins/xine-dmd/files/digest-xine-dmd-1.0.6 | 1 | ||||
-rw-r--r-- | media-plugins/xine-dmd/xine-dmd-1.0.6.ebuild | 24 |
3 files changed, 40 insertions, 0 deletions
diff --git a/media-plugins/xine-dmd/ChangeLog b/media-plugins/xine-dmd/ChangeLog new file mode 100644 index 000000000000..fe9f6dcfaa5f --- /dev/null +++ b/media-plugins/xine-dmd/ChangeLog @@ -0,0 +1,15 @@ +# ChangeLog for media-video/xine-dmd +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL +# $Header: /var/cvsroot/gentoo-x86/media-plugins/xine-dmd/ChangeLog,v 1.1 2002/11/20 16:04:51 azarah Exp $ + +*xine-dmd-1.0.6 (15 Jul 2002) + + 15 Jul 2002; Arcady Genkin <agenkin@thpoon.com> xine-dmd-1.0.6.ebuild : + + Updated to 1.0.6. + +*xine-dmd-1.0.4 (26 May 2002) + + 26 May 2002; Arcady Genkin <agenkin@thpoon.com> xine-dmd-1.0.4.ebuild : + + Initial version.
\ No newline at end of file diff --git a/media-plugins/xine-dmd/files/digest-xine-dmd-1.0.6 b/media-plugins/xine-dmd/files/digest-xine-dmd-1.0.6 new file mode 100644 index 000000000000..e0394fef700b --- /dev/null +++ b/media-plugins/xine-dmd/files/digest-xine-dmd-1.0.6 @@ -0,0 +1 @@ +MD5 4ca79409e70d342c0b0e4872916775f2 xine_dmd_plugin-1.0.6.tar.gz 252818 diff --git a/media-plugins/xine-dmd/xine-dmd-1.0.6.ebuild b/media-plugins/xine-dmd/xine-dmd-1.0.6.ebuild new file mode 100644 index 000000000000..6d61083ba347 --- /dev/null +++ b/media-plugins/xine-dmd/xine-dmd-1.0.6.ebuild @@ -0,0 +1,24 @@ +# Copyright 2002 Arcady Genkin <agenkin@thpoon.com> +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/xine-dmd/xine-dmd-1.0.6.ebuild,v 1.1 2002/11/20 16:04:51 azarah Exp $ + +S=${WORKDIR}/${PN/-/_}_plugin-${PV} +DESCRIPTION="DMD plugin for DVD playback for Xine player." +HOMEPAGE="http://www.geocities.com/xinedvdplugin/" +SRC_URI="http://www.geocities.com/xinedvdplugin/${PN/-/_}_plugin-${PV}.tar.gz" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86" + +DEPEND=">=media-libs/xine-lib-0.9.10" + +src_compile () { + econf || die "./configure failed" + emake || die +} + +src_install () { + make DESTDIR=${D} install || die + dodoc AUTHORS COPYING INSTALL NEWS README ChangeLog +} |