public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/betagarden:master commit in: sys-fs/dvdfs/files/, sys-fs/dvdfs/
@ 2011-02-17 21:07 Sebastian Pipping
  0 siblings, 0 replies; only message in thread
From: Sebastian Pipping @ 2011-02-17 21:07 UTC (permalink / raw
  To: gentoo-commits

commit:     6fde7abd182642d55d4cf404747cacef072f0a14
Author:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 17 21:07:17 2011 +0000
Commit:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Thu Feb 17 21:07:17 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/betagarden.git;a=commit;h=6fde7abd

sys-fs/dvdfs: 0.2

---
 sys-fs/dvdfs/dvdfs-0.2.ebuild               |   30 +++++++++++++++++++++++++++
 sys-fs/dvdfs/files/dvdfs-0.2-makefile.patch |   13 +++++++++++
 sys-fs/dvdfs/metadata.xml                   |    9 ++++++++
 3 files changed, 52 insertions(+), 0 deletions(-)

diff --git a/sys-fs/dvdfs/dvdfs-0.2.ebuild b/sys-fs/dvdfs/dvdfs-0.2.ebuild
new file mode 100644
index 0000000..0f8c407
--- /dev/null
+++ b/sys-fs/dvdfs/dvdfs-0.2.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="3"
+
+inherit eutils
+
+DESCRIPTION="Mounts a DVD using libdvdread"
+HOMEPAGE="http://jspenguin.org:81/software/dvdfs/"
+SRC_URI="http://jspenguin.org:81/software/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="media-libs/libdvdread
+	sys-fs/fuse"
+DEPEND="${DEPEND}
+	dev-util/pkgconfig"
+
+src_prepare() {
+	epatch "${FILESDIR}"/${P}-makefile.patch
+}
+
+src_install() {
+	dobin dvdfs || die
+	dobin README || die
+}

diff --git a/sys-fs/dvdfs/files/dvdfs-0.2-makefile.patch b/sys-fs/dvdfs/files/dvdfs-0.2-makefile.patch
new file mode 100644
index 0000000..62cd2cb
--- /dev/null
+++ b/sys-fs/dvdfs/files/dvdfs-0.2-makefile.patch
@@ -0,0 +1,13 @@
+--- Makefile	2011-02-17 21:55:32.186000054 +0100
++++ Makefile	2011-02-17 21:59:54.258000052 +0100
+@@ -11,8 +11,8 @@
+ 	rm -f $(OBJS) dvdfs
+ 
+ %.o: %.cpp fusevfs.h util.h
+-	g++ -O2 -Wall `pkg-config fuse --cflags` -DFUSE_USE_VERSION=25 -o $@ -c $<
++	$(CXX) $(CXXFLAGS) $(LDFLAGS) -include /usr/include/stdio.h -Wall `pkg-config fuse --cflags` -DFUSE_USE_VERSION=25 -o $@ -c $<
+ 
+ dvdfs: $(OBJS)
+-	g++ -o dvdfs $(OBJS) `pkg-config fuse --libs` -ldvdread
++	$(CXX) $(CXXFLAGS) $(LDFLAGS) -o dvdfs $(OBJS) `pkg-config fuse --libs` -ldvdread
+ 

diff --git a/sys-fs/dvdfs/metadata.xml b/sys-fs/dvdfs/metadata.xml
new file mode 100644
index 0000000..328fbd1
--- /dev/null
+++ b/sys-fs/dvdfs/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<herd>no-herd</herd>
+	<maintainer>
+		<email>sping@gentoo.org</email>
+		<name>Sebastian Pipping</name>
+	</maintainer>
+</pkgmetadata>



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2011-02-17 21:07 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-17 21:07 [gentoo-commits] proj/betagarden:master commit in: sys-fs/dvdfs/files/, sys-fs/dvdfs/ Sebastian Pipping

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox