lu_zero     15/01/28 16:40:47

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

Revision  Changes    Path
1.104                media-libs/libdvdread/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libdvdread/ChangeLog,v
retrieving revision 1.103
retrieving revision 1.104
diff -u -r1.103 -r1.104
--- ChangeLog   2 Sep 2014 21:50:22 -0000       1.103
+++ ChangeLog   28 Jan 2015 16:40:47 -0000      1.104
@@ -1,6 +1,11 @@
 # ChangeLog for media-libs/libdvdread
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libdvdread/ChangeLog,v 1.103 
2014/09/02 21:50:22 beandog Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libdvdread/ChangeLog,v 1.104 
2015/01/28 16:40:47 lu_zero Exp $
+
+*libdvdread-5.0.2 (28 Jan 2015)
+
+  28 Jan 2015; Luca Barbato <[email protected]> +libdvdread-5.0.2.ebuild:
+  New version
 
 *libdvdread-5.0.0-r2 (02 Sep 2014)
 



1.1                  media-libs/libdvdread/libdvdread-5.0.2.ebuild

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

Index: libdvdread-5.0.2.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/media-libs/libdvdread/libdvdread-5.0.2.ebuild,v 1.1 
2015/01/28 16:40: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/libdvdread.git"
        SRC_URI=""
else
        
SRC_URI="http://downloads.videolan.org/pub/videolan/libdvdread/${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="+css"

RDEPEND="css? ( >=media-libs/libdvdcss-1.3.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}"

DOCS=( AUTHORS ChangeLog NEWS TODO README )




Reply via email to