* [gentoo-commits] repo/gentoo:master commit in: app-text/pdfpc/
@ 2023-11-02 4:12 Sam James
0 siblings, 0 replies; 6+ messages in thread
From: Sam James @ 2023-11-02 4:12 UTC (permalink / raw
To: gentoo-commits
commit: 1df1d2e724bb3ac7ba09b9e2c380ff87880722bd
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 2 04:11:30 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Nov 2 04:11:30 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1df1d2e7
app-text/pdfpc: Stabilize 4.6.0-r2 amd64, #916680
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-text/pdfpc/pdfpc-4.6.0-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-text/pdfpc/pdfpc-4.6.0-r2.ebuild b/app-text/pdfpc/pdfpc-4.6.0-r2.ebuild
index 889520d13a25..0e1cfd3e8e6b 100644
--- a/app-text/pdfpc/pdfpc-4.6.0-r2.ebuild
+++ b/app-text/pdfpc/pdfpc-4.6.0-r2.ebuild
@@ -24,7 +24,7 @@ fi
LICENSE="GPL-3+"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
IUSE="+gstreamer soup webkit"
RDEPEND="
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-text/pdfpc/
@ 2023-11-02 18:16 Arthur Zamarin
0 siblings, 0 replies; 6+ messages in thread
From: Arthur Zamarin @ 2023-11-02 18:16 UTC (permalink / raw
To: gentoo-commits
commit: 555238854f40e47d346f4ab7c2bd1ed18fc74c49
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 2 18:15:59 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu Nov 2 18:15:59 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55523885
app-text/pdfpc: Stabilize 4.6.0-r2 x86, #916680
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
app-text/pdfpc/pdfpc-4.6.0-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-text/pdfpc/pdfpc-4.6.0-r2.ebuild b/app-text/pdfpc/pdfpc-4.6.0-r2.ebuild
index 0e1cfd3e8e6b..f06648747739 100644
--- a/app-text/pdfpc/pdfpc-4.6.0-r2.ebuild
+++ b/app-text/pdfpc/pdfpc-4.6.0-r2.ebuild
@@ -24,7 +24,7 @@ fi
LICENSE="GPL-3+"
SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
IUSE="+gstreamer soup webkit"
RDEPEND="
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-text/pdfpc/
@ 2023-11-02 18:49 Ulrich Müller
0 siblings, 0 replies; 6+ messages in thread
From: Ulrich Müller @ 2023-11-02 18:49 UTC (permalink / raw
To: gentoo-commits
commit: 33ab4d6c000d65ad05695163228d7e04fcebd879
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 2 18:49:26 2023 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Thu Nov 2 18:49:26 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33ab4d6c
app-text/pdfpc: drop 4.6.0-r1
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
app-text/pdfpc/pdfpc-4.6.0-r1.ebuild | 85 ------------------------------------
1 file changed, 85 deletions(-)
diff --git a/app-text/pdfpc/pdfpc-4.6.0-r1.ebuild b/app-text/pdfpc/pdfpc-4.6.0-r1.ebuild
deleted file mode 100644
index c497364380ee..000000000000
--- a/app-text/pdfpc/pdfpc-4.6.0-r1.ebuild
+++ /dev/null
@@ -1,85 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-VALA_MAX_API_VERSION="0.56" # append versions in sed line if increased
-
-#COMMIT_ID=""
-
-inherit cmake vala
-
-DESCRIPTION="Presenter console with multi-monitor support for PDF files"
-HOMEPAGE="https://pdfpc.github.io https://github.com/pdfpc/pdfpc"
-
-if [[ ${PV} == *9999 ]]; then
- EGIT_REPO_URI="https://github.com/${PN}/${PN}.git"
- inherit git-r3
-elif [[ ${PV} == *_p* ]]; then
- SRC_URI="https://github.com/${PN}/${PN}/archive/${COMMIT_ID}.tar.gz -> ${P}.tar.gz"
- S="${WORKDIR}/${PN}-${COMMIT_ID}"
-else
- SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-fi
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="+gstreamer soup webkit"
-
-RDEPEND="
- app-text/discount:=
- app-text/poppler:=[cairo]
- dev-libs/glib:2
- dev-libs/json-glib
- dev-libs/libgee:0.8=
- gnome-base/librsvg
- x11-libs/cairo
- x11-libs/gdk-pixbuf:2
- x11-libs/gtk+:3
- x11-libs/libX11
- x11-libs/pango
- gstreamer? (
- media-libs/gstreamer:1.0
- media-libs/gst-plugins-base:1.0
- media-libs/gst-plugins-good:1.0
- media-plugins/gst-plugins-gtk:1.0=
- media-plugins/gst-plugins-cairo:1.0=
- )
- soup? (
- media-gfx/qrencode
- net-libs/libsoup:2.4
- )
- webkit? ( net-libs/webkit-gtk:4= )
-"
-DEPEND="${RDEPEND}"
-BDEPEND="$(vala_depend)"
-
-PATCHES=(
- "${FILESDIR}/${P}-no-movies.patch"
- "${FILESDIR}/${P}-vala-0.56.7.patch"
-)
-
-DOCS=(
- CHANGELOG.rst
- FAQ.rst
- README.rst
- SUPPORT.rst
-)
-
-src_prepare() {
- cmake_src_prepare
- vala_setup
- sed -i -e "/find_program/s/valac/& &-0.56 &-0.54 &-0.52 &-0.50/" \
- cmake/vala/FindVala.cmake || die
-}
-
-src_configure() {
- local mycmakeargs=(
- -DMOVIES=$(usex gstreamer on off)
- -DREST=$(usex soup on off)
- -DMDVIEW=$(usex webkit on off)
- -DCMAKE_VERBOSE_MAKEFILE=TRUE
- )
- cmake_src_configure
-}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-text/pdfpc/
@ 2025-01-12 18:27 Ulrich Müller
0 siblings, 0 replies; 6+ messages in thread
From: Ulrich Müller @ 2025-01-12 18:27 UTC (permalink / raw
To: gentoo-commits
commit: f68466736e069ff39fed2d10407c0f3969a8adbb
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 12 18:20:44 2025 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sun Jan 12 18:27:22 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6846673
app-text/pdfpc: add 4.7.0
Closes: https://bugs.gentoo.org/947997
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
app-text/pdfpc/Manifest | 1 +
app-text/pdfpc/pdfpc-4.7.0.ebuild | 80 +++++++++++++++++++++++++++++++++++++++
2 files changed, 81 insertions(+)
diff --git a/app-text/pdfpc/Manifest b/app-text/pdfpc/Manifest
index 37d8526ade6b..71ac0ca4b176 100644
--- a/app-text/pdfpc/Manifest
+++ b/app-text/pdfpc/Manifest
@@ -1 +1,2 @@
DIST pdfpc-4.6.0.tar.gz 7766521 BLAKE2B 3e8914333a0781d3d750ab71d58c8af1451ce5ab321ecc0639ddcf377cae9a0c62290696455516ce1d70f4ae3ffc5889fe910ced0399787e6a40c8ae76e1f75e SHA512 4ec69cbe21fb8bbb3e381229c391133f92e76b610e1fdf1cffa2c9fa9997ccc879eaef2a6837b34d1e635cdd07c4d0ce98de03fd7ece431a8f35493f0f7d7651
+DIST pdfpc-4.7.0.tar.gz 7768713 BLAKE2B 7c4a0c318a191125fcc9e9b13c25265e8018e76eb72186bc079b10eb50f3c29ed4f364d65ae09059b757e221ddbb8865a4a5a15e38f476d66b5fd41b85a392d0 SHA512 2ee0bec8ed1d6c330042a0fd296511e73d88bd1bba153fd3f19ca43135662c8d93670e503c1db1822f927c67097a5c5112f783545063f47c29f3c7160d07be49
diff --git a/app-text/pdfpc/pdfpc-4.7.0.ebuild b/app-text/pdfpc/pdfpc-4.7.0.ebuild
new file mode 100644
index 000000000000..a2692e0c9585
--- /dev/null
+++ b/app-text/pdfpc/pdfpc-4.7.0.ebuild
@@ -0,0 +1,80 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+VALA_MAX_API_VERSION="0.56" # append versions in sed line if increased
+
+#COMMIT_ID=""
+
+inherit cmake vala
+
+DESCRIPTION="Presenter console with multi-monitor support for PDF files"
+HOMEPAGE="https://pdfpc.github.io https://github.com/pdfpc/pdfpc"
+
+if [[ ${PV} == *9999 ]]; then
+ EGIT_REPO_URI="https://github.com/${PN}/${PN}.git"
+ inherit git-r3
+elif [[ ${PV} == *_p* ]]; then
+ SRC_URI="https://github.com/${PN}/${PN}/archive/${COMMIT_ID}.tar.gz -> ${P}.tar.gz"
+ S="${WORKDIR}/${PN}-${COMMIT_ID}"
+else
+ SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+fi
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="+gstreamer soup webkit"
+
+RDEPEND="
+ app-text/discount:=
+ app-text/poppler:=[cairo]
+ dev-libs/glib:2
+ dev-libs/json-glib
+ dev-libs/libgee:0.8=
+ gnome-base/librsvg
+ x11-libs/cairo
+ x11-libs/gdk-pixbuf:2
+ x11-libs/gtk+:3
+ x11-libs/libX11
+ x11-libs/pango
+ gstreamer? (
+ media-libs/gstreamer:1.0
+ media-libs/gst-plugins-base:1.0
+ media-libs/gst-plugins-good:1.0
+ media-plugins/gst-plugins-gtk:1.0=
+ media-plugins/gst-plugins-cairo:1.0=
+ )
+ soup? (
+ media-gfx/qrencode
+ net-libs/libsoup:3.0
+ )
+ webkit? ( net-libs/webkit-gtk:4.1= )
+"
+DEPEND="${RDEPEND}"
+BDEPEND="$(vala_depend)"
+
+DOCS=(
+ CHANGELOG.rst
+ FAQ.rst
+ README.rst
+ SUPPORT.rst
+)
+
+src_prepare() {
+ cmake_src_prepare
+ vala_setup
+ sed -i -e "/find_program/s/valac/& &-0.56 &-0.54 &-0.52 &-0.50/" \
+ cmake/vala/FindVala.cmake || die
+}
+
+src_configure() {
+ local mycmakeargs=(
+ -DMOVIES=$(usex gstreamer on off)
+ -DREST=$(usex soup on off)
+ -DMDVIEW=$(usex webkit on off)
+ -DCMAKE_VERBOSE_MAKEFILE=TRUE
+ )
+ cmake_src_configure
+}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-text/pdfpc/
@ 2025-02-12 8:21 Sam James
0 siblings, 0 replies; 6+ messages in thread
From: Sam James @ 2025-02-12 8:21 UTC (permalink / raw
To: gentoo-commits
commit: 6f1a76c4b4333b99516879b8eac98276d5e83641
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 12 08:21:03 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Feb 12 08:21:03 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f1a76c4
app-text/pdfpc: Stabilize 4.7.0 x86, #949646
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-text/pdfpc/pdfpc-4.7.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-text/pdfpc/pdfpc-4.7.0.ebuild b/app-text/pdfpc/pdfpc-4.7.0.ebuild
index b85fe5713f84..ba05f39afbe0 100644
--- a/app-text/pdfpc/pdfpc-4.7.0.ebuild
+++ b/app-text/pdfpc/pdfpc-4.7.0.ebuild
@@ -24,7 +24,7 @@ fi
LICENSE="GPL-3+"
SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
IUSE="+gstreamer soup webkit"
RDEPEND="
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-text/pdfpc/
@ 2025-02-12 8:21 Sam James
0 siblings, 0 replies; 6+ messages in thread
From: Sam James @ 2025-02-12 8:21 UTC (permalink / raw
To: gentoo-commits
commit: e24e275aaf19933f921c8af7b2d2ea314100b583
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 12 08:21:02 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Feb 12 08:21:02 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e24e275a
app-text/pdfpc: Stabilize 4.7.0 amd64, #949646
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-text/pdfpc/pdfpc-4.7.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-text/pdfpc/pdfpc-4.7.0.ebuild b/app-text/pdfpc/pdfpc-4.7.0.ebuild
index a2692e0c9585..b85fe5713f84 100644
--- a/app-text/pdfpc/pdfpc-4.7.0.ebuild
+++ b/app-text/pdfpc/pdfpc-4.7.0.ebuild
@@ -24,7 +24,7 @@ fi
LICENSE="GPL-3+"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
IUSE="+gstreamer soup webkit"
RDEPEND="
^ permalink raw reply related [flat|nested] 6+ messages in thread
end of thread, other threads:[~2025-02-12 8:21 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-02 4:12 [gentoo-commits] repo/gentoo:master commit in: app-text/pdfpc/ Sam James
-- strict thread matches above, loose matches on Subject: below --
2023-11-02 18:16 Arthur Zamarin
2023-11-02 18:49 Ulrich Müller
2025-01-12 18:27 Ulrich Müller
2025-02-12 8:21 Sam James
2025-02-12 8:21 Sam James
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox