summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2011-10-10 19:56:13 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2011-10-10 19:56:13 +0000
commit9164d8b9880dd210b7b8b11a6436d3b71a370488 (patch)
treed1167917186034e599263ecfad711966079f4657 /media-libs/libdvdnav
parentUpdate boost masking (diff)
downloadgentoo-2-9164d8b9880dd210b7b8b11a6436d3b71a370488.tar.gz
gentoo-2-9164d8b9880dd210b7b8b11a6436d3b71a370488.tar.bz2
gentoo-2-9164d8b9880dd210b7b8b11a6436d3b71a370488.zip
old
(Portage version: 2.2.0_alpha64/cvs/Linux x86_64)
Diffstat (limited to 'media-libs/libdvdnav')
-rw-r--r--media-libs/libdvdnav/ChangeLog7
-rw-r--r--media-libs/libdvdnav/files/libdvdnav-0.1.10-build.patch33
-rw-r--r--media-libs/libdvdnav/files/libdvdnav-0.1.10-dontbuild-examples.patch34
-rw-r--r--media-libs/libdvdnav/libdvdnav-0.1.10.ebuild43
4 files changed, 6 insertions, 111 deletions
diff --git a/media-libs/libdvdnav/ChangeLog b/media-libs/libdvdnav/ChangeLog
index 89cf7d21020d..131c78382a2e 100644
--- a/media-libs/libdvdnav/ChangeLog
+++ b/media-libs/libdvdnav/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for media-libs/libdvdnav
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libdvdnav/ChangeLog,v 1.58 2011/10/10 19:14:52 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libdvdnav/ChangeLog,v 1.59 2011/10/10 19:56:13 ssuominen Exp $
+
+ 10 Oct 2011; Samuli Suominen <ssuominen@gentoo.org> -libdvdnav-0.1.10.ebuild,
+ -files/libdvdnav-0.1.10-build.patch,
+ -files/libdvdnav-0.1.10-dontbuild-examples.patch:
+ old
*libdvdnav-4.2.0_pre1243 (10 Oct 2011)
diff --git a/media-libs/libdvdnav/files/libdvdnav-0.1.10-build.patch b/media-libs/libdvdnav/files/libdvdnav-0.1.10-build.patch
deleted file mode 100644
index 4d439c175d52..000000000000
--- a/media-libs/libdvdnav/files/libdvdnav-0.1.10-build.patch
+++ /dev/null
@@ -1,33 +0,0 @@
-Use CFLAGS from environment and make sure we install the .m4 into the
-correct place regardless of whether `aclocal` is installed on the host.
-Index: libdvdnav-0.1.10/configure.ac
-===================================================================
---- libdvdnav-0.1.10.orig/configure.ac
-+++ libdvdnav-0.1.10/configure.ac
-@@ -175,8 +175,9 @@ dnl ------------------------------------
- dnl cflags
- dnl ---------------------------------------------
- dnl Common cflags for all platforms
--CFLAGS="-O3 -Wall -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE $CFLAGS"
--DEBUG_CFLAGS="-g -DDEBUG $CFLAGS"
-+CFLAGS="${CFLAGS} -Wall"
-+CPPFLAGS="${CPPFLAGS} -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE"
-+DEBUG_CFLAGS="${CFLAGS} -g -DDEBUG"
-
- AC_SUBST(DEBUG_CFLAGS)
-
-Index: libdvdnav-0.1.10/m4/Makefile.am
-===================================================================
---- libdvdnav-0.1.10.orig/m4/Makefile.am
-+++ libdvdnav-0.1.10/m4/Makefile.am
-@@ -2,10 +2,6 @@ include $(top_srcdir)/misc/Makefile.comm
-
- EXTRA_DIST = dvdnav.m4
-
--if INSTALL_M4
--m4datadir = @ACLOCAL_DIR@
--else
- m4datadir = $(datadir)/aclocal
--endif
-
- m4data_DATA = dvdnav.m4
diff --git a/media-libs/libdvdnav/files/libdvdnav-0.1.10-dontbuild-examples.patch b/media-libs/libdvdnav/files/libdvdnav-0.1.10-dontbuild-examples.patch
deleted file mode 100644
index ff916c7552de..000000000000
--- a/media-libs/libdvdnav/files/libdvdnav-0.1.10-dontbuild-examples.patch
+++ /dev/null
@@ -1,34 +0,0 @@
-Index: libdvdnav-0.1.10/configure.ac
-===================================================================
---- libdvdnav-0.1.10.orig/configure.ac
-+++ libdvdnav-0.1.10/configure.ac
-@@ -171,6 +171,12 @@ case $host in
- ;;
- esac
-
-+AC_ARG_ENABLE([examples],
-+ AS_HELP_STRING([--disable-examples], [Don't build examples during build phase]),
-+ [enable_examples=$enableval], [enable_examples=yes])
-+
-+AM_CONDITIONAL([BUILD_EXAMPLES], [test "x$enable_examples" = "xyes"])
-+
- dnl ---------------------------------------------
- dnl cflags
- dnl ---------------------------------------------
-Index: libdvdnav-0.1.10/Makefile.am
-===================================================================
---- libdvdnav-0.1.10.orig/Makefile.am
-+++ libdvdnav-0.1.10/Makefile.am
-@@ -2,7 +2,11 @@ include $(top_srcdir)/misc/Makefile.comm
-
- AUTOMAKE_OPTIONS = 1.3
-
--SUBDIRS = src examples doc misc m4
-+SUBDIRS = src doc misc m4
-+
-+if BUILD_EXAMPLES
-+SUBDIRS += examples
-+endif
-
- DEBFILES = debian/README.Debian debian/bug-presubj debian/changelog \
- debian/control debian/copyright debian/dvdnav-config.1 \
diff --git a/media-libs/libdvdnav/libdvdnav-0.1.10.ebuild b/media-libs/libdvdnav/libdvdnav-0.1.10.ebuild
deleted file mode 100644
index 100e9e6e8abc..000000000000
--- a/media-libs/libdvdnav/libdvdnav-0.1.10.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libdvdnav/libdvdnav-0.1.10.ebuild,v 1.19 2008/08/08 15:03:28 aballier Exp $
-
-inherit eutils base autotools
-
-DESCRIPTION="Library for DVD navigation tools"
-HOMEPAGE="http://sourceforge.net/projects/dvd/"
-SRC_URI="mirror://sourceforge/dvd/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sh sparc x86 ~x86-fbsd"
-IUSE=""
-
-RDEPEND="media-libs/libdvdread"
-DEPEND="${RDEPEND}"
-
-PATCHES=(
- "${FILESDIR}"/${P}-build.patch
- "${FILESDIR}"/${P}-dontbuild-examples.patch
-)
-
-src_unpack() {
- base_src_unpack
- cd "${S}"
-
- eautoreconf
-}
-
-src_compile() {
- econf \
- --disable-examples \
- --disable-dependency-tracking \
- || die "econf failed"
-
- emake || die "emake failed"
-}
-
-src_install () {
- emake DESTDIR="${D}" install || die
- dodoc AUTHORS NEWS README
-}