lu_zero     15/01/28 16:33:47

  Modified:             ChangeLog
  Added:                libdvdnav-5.0.3.ebuild
  Log:
  New version
  
  (Portage version: 2.2.15/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.85                 media-libs/libdvdnav/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libdvdnav/ChangeLog?rev=1.85&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libdvdnav/ChangeLog?rev=1.85&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libdvdnav/ChangeLog?r1=1.84&r2=1.85

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libdvdnav/ChangeLog,v
retrieving revision 1.84
retrieving revision 1.85
diff -u -r1.84 -r1.85
--- ChangeLog   29 Aug 2014 17:39:54 -0000      1.84
+++ ChangeLog   28 Jan 2015 16:33:47 -0000      1.85
@@ -1,6 +1,11 @@
 # ChangeLog for media-libs/libdvdnav
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libdvdnav/ChangeLog,v 1.84 
2014/08/29 17:39:54 beandog Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libdvdnav/ChangeLog,v 1.85 
2015/01/28 16:33:47 lu_zero Exp $
+
+*libdvdnav-5.0.3 (28 Jan 2015)
+
+  28 Jan 2015; Luca Barbato <[email protected]> +libdvdnav-5.0.3.ebuild:
+  New version
 
 *libdvdnav-5.0.1 (29 Aug 2014)
 



1.1                  media-libs/libdvdnav/libdvdnav-5.0.3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libdvdnav/libdvdnav-5.0.3.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libdvdnav/libdvdnav-5.0.3.ebuild?rev=1.1&content-type=text/plain

Index: libdvdnav-5.0.3.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/media-libs/libdvdnav/libdvdnav-5.0.3.ebuild,v 1.1 
2015/01/28 16:33:47 lu_zero Exp $

EAPI=5

AUTOTOOLS_AUTORECONF=1
AUTOTOOLS_PRUNE_LIBTOOL_FILES=all

SCM=""

if [ "${PV#9999}" != "${PV}" ] ; then
        SCM="git-r3"
        EGIT_REPO_URI="git://git.videolan.org/libdvdnav.git"
        SRC_URI=""
else
        
SRC_URI="http://downloads.videolan.org/pub/videolan/libdvdnav/${PV}/${P}.tar.bz2";
fi

inherit autotools-multilib ${SCM}

DESCRIPTION="Library for DVD navigation tools"
HOMEPAGE="http://dvdnav.mplayerhq.hu/";

LICENSE="GPL-2"
SLOT="0"
if [ "${PV#9999}" = "${PV}" ] ; then
        KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~x86-solaris"
else
        KEYWORDS=""
fi
IUSE=""
RDEPEND=">=media-libs/libdvdread-5.0.0[${MULTILIB_USEDEP}]
        abi_x86_32? ( !<=app-emulation/emul-linux-x86-medialibs-20130224-r4
                !app-emulation/emul-linux-x86-medialibs[-abi_x86_32(-)] )"
DEPEND="${RDEPEND}
        virtual/pkgconfig" # To get pkg.m4 for eautoreconf #414391

DOCS=( AUTHORS ChangeLog doc/dvd_structures doc/library_layout README TODO )




Reply via email to