mrueg       15/06/01 10:57:37

  Modified:             ChangeLog
  Added:                pdfpc-4.0.0.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )

Revision  Changes    Path
1.6                  app-misc/pdfpc/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/pdfpc/ChangeLog?rev=1.6&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/pdfpc/ChangeLog?rev=1.6&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/pdfpc/ChangeLog?r1=1.5&r2=1.6

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/pdfpc/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog   28 Aug 2013 11:16:56 -0000      1.5
+++ ChangeLog   1 Jun 2015 10:57:37 -0000       1.6
@@ -1,6 +1,11 @@
 # ChangeLog for app-misc/pdfpc
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/pdfpc/ChangeLog,v 1.5 2013/08/28 
11:16:56 ago Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-misc/pdfpc/ChangeLog,v 1.6 2015/06/01 
10:57:37 mrueg Exp $
+
+*pdfpc-4.0.0 (01 Jun 2015)
+
+  01 Jun 2015; Manuel RĂ¼ger <[email protected]> +pdfpc-4.0.0.ebuild:
+  Version bump.
 
   28 Aug 2013; Agostino Sarubbo <[email protected]> pdfpc-3.1.1.ebuild:
   Stable for x86, wrt bug #481260



1.1                  app-misc/pdfpc/pdfpc-4.0.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/pdfpc/pdfpc-4.0.0.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/pdfpc/pdfpc-4.0.0.ebuild?rev=1.1&content-type=text/plain

Index: pdfpc-4.0.0.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-misc/pdfpc/pdfpc-4.0.0.ebuild,v 1.1 
2015/06/01 10:57:37 mrueg Exp $

EAPI=5

inherit cmake-utils

DESCRIPTION="Presenter console with multi-monitor support for PDF files"
HOMEPAGE="http://pdfpc.github.io";
SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${PV}/${PN}-v${PV}.tar.gz";

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

RDEPEND="app-text/poppler:=[cairo]
        dev-libs/glib:2
        dev-libs/libgee:0.8
        gnome-base/librsvg
        media-libs/gstreamer:1.0
        x11-libs/gtk+:3"
DEPEND="${RDEPEND}"

S=${WORKDIR}/${PN}-v${PV}

src_prepare() {
        sed -i -e "s/valac-0.20/valac-0.28 valac-0.26 valac-0.24 valac-0.22 
valac-0.20/" cmake/Vala_CMake/vala/FindVala.cmake || die
}

src_configure(){
        local mycmakeargs=(
                -DSYSCONFDIR="${EPREFIX}/etc"
        )
        cmake-utils_src_configure
}




Reply via email to