Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: QtPBFImagePlugin-2.3
@ 2021-01-30 14:10 Sarkasper
  2021-02-01 11:13 ` kawaiiamber
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Sarkasper @ 2021-01-30 14:10 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1608 bytes --]

There is a new pull request by Sarkasper against master on the void-packages repository

https://github.com/Sarkasper/void-packages QtPBFImagePlugin
https://github.com/void-linux/void-packages/pull/28330

New package: QtPBFImagePlugin-2.3
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/28330.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-QtPBFImagePlugin-28330.patch --]
[-- Type: text/x-diff, Size: 1149 bytes --]

From 404f96a92051360911308779db26763851ffb7cc Mon Sep 17 00:00:00 2001
From: K M J <Sarkasper@users.noreply.github.com>
Date: Tue, 24 Nov 2020 12:25:10 +0100
Subject: [PATCH] New package: QtPBFImagePlugin-2.3

---
 srcpkgs/QtPBFImagePlugin/template | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 srcpkgs/QtPBFImagePlugin/template

diff --git a/srcpkgs/QtPBFImagePlugin/template b/srcpkgs/QtPBFImagePlugin/template
new file mode 100644
index 00000000000..b5f0660f9b0
--- /dev/null
+++ b/srcpkgs/QtPBFImagePlugin/template
@@ -0,0 +1,14 @@
+# Template file for 'QtPBFImagePlugin'
+pkgname=QtPBFImagePlugin
+version=2.3
+revision=1
+build_style=qmake
+hostmakedepends="qt5-qmake qt5-host-tools"
+makedepends="protobuf-c protobuf25-devel zlib qt5-tools-devel"
+depends="protobuf-lite"
+short_desc="Qt image plugin for displaying Mapbox vector tiles"
+maintainer="ghost <gh0st@vivaldi.net>"
+license="LGPL-3.0-only"
+homepage="https://github.com/tumic0/QtPBFImagePlugin"
+distfiles="https://github.com/tumic0/QtPBFImagePlugin/archive/${version}.tar.gz"
+checksum=d1b4d0e8d79e3c17aad3bfe0c349002cb30c31cb1be5535aec44c71ee4f0891a

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: New package: QtPBFImagePlugin-2.3
  2021-01-30 14:10 [PR PATCH] New package: QtPBFImagePlugin-2.3 Sarkasper
@ 2021-02-01 11:13 ` kawaiiamber
  2021-02-01 11:18 ` kawaiiamber
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: kawaiiamber @ 2021-02-01 11:13 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1167 bytes --]

New comment by kawaiiamber on void-packages repository

https://github.com/void-linux/void-packages/pull/28330#issuecomment-770778218

Comment:
```
protoc --cpp_out=protobuf --proto_path=protobuf protobuf/vector_tile.proto
make: protoc: No such file or directory
make: *** [Makefile:432: protobuf/vector_tile.pb.h] Error 127
=> ERROR: QtPBFImagePlugin-2.3_1: do_build: '${make_cmd} ${makejobs} ${make_build_args} ${make_build_target} CC="$CC" CXX="$CXX" LINK="$CXX"' exited with 2
=> ERROR:   in do_build() at common/build-style/qmake.sh:136
Error: Process completed with exit code 1.
```
Their `Makefile` is trying to use a `protoc` command. Use `xlocate` to find out where it's at.
```sh
[amber@otaku ~]$ xlocate /usr/bin/protoc
kio-5.78.0_1    /usr/bin/protocoltojson
protobuf-c-1.3.3_5      /usr/bin/protoc-c -> /usr/bin/protoc-gen-c
protobuf-c-1.3.3_5      /usr/bin/protoc-gen-c
protobuf-vala-0.1.0_3   /usr/bin/protoc-gen-vala
protobuf18-3.7.1_3      /usr/bin/protoc
protobuf23-3.12.4_1     /usr/bin/protoc
protobuf24-3.13.0.1_1   /usr/bin/protoc
protobuf25-3.14.0_1     /usr/bin/protoc
```
Looks like you might need the `protobuf` package.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: New package: QtPBFImagePlugin-2.3
  2021-01-30 14:10 [PR PATCH] New package: QtPBFImagePlugin-2.3 Sarkasper
  2021-02-01 11:13 ` kawaiiamber
@ 2021-02-01 11:18 ` kawaiiamber
  2022-05-03  2:13 ` github-actions
  2022-05-17  2:14 ` [PR PATCH] [Closed]: " github-actions
  3 siblings, 0 replies; 5+ messages in thread
From: kawaiiamber @ 2021-02-01 11:18 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1165 bytes --]

New comment by kawaiiamber on void-packages repository

https://github.com/void-linux/void-packages/pull/28330#issuecomment-770778218

Comment:
```
protoc --cpp_out=protobuf --proto_path=protobuf protobuf/vector_tile.proto
make: protoc: No such file or directory
make: *** [Makefile:432: protobuf/vector_tile.pb.h] Error 127
=> ERROR: QtPBFImagePlugin-2.3_1: do_build: '${make_cmd} ${makejobs} ${make_build_args} ${make_build_target} CC="$CC" CXX="$CXX" LINK="$CXX"' exited with 2
=> ERROR:   in do_build() at common/build-style/qmake.sh:136
Error: Process completed with exit code 1.
```
Their `Makefile` is trying to use a `protoc` command. Use `xlocate` to find out where it's at.
```sh
[amber@otaku ~]$ xlocate /usr/bin/protoc
kio-5.78.0_1    /usr/bin/protocoltojson
protobuf-c-1.3.3_5      /usr/bin/protoc-c -> /usr/bin/protoc-gen-c
protobuf-c-1.3.3_5      /usr/bin/protoc-gen-c
protobuf-vala-0.1.0_3   /usr/bin/protoc-gen-vala
protobuf18-3.7.1_3      /usr/bin/protoc
protobuf23-3.12.4_1     /usr/bin/protoc
protobuf24-3.13.0.1_1   /usr/bin/protoc
protobuf25-3.14.0_1     /usr/bin/protoc
```
Looks like you might need a `protobuf` package.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: New package: QtPBFImagePlugin-2.3
  2021-01-30 14:10 [PR PATCH] New package: QtPBFImagePlugin-2.3 Sarkasper
  2021-02-01 11:13 ` kawaiiamber
  2021-02-01 11:18 ` kawaiiamber
@ 2022-05-03  2:13 ` github-actions
  2022-05-17  2:14 ` [PR PATCH] [Closed]: " github-actions
  3 siblings, 0 replies; 5+ messages in thread
From: github-actions @ 2022-05-03  2:13 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 305 bytes --]

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/28330#issuecomment-1115549589

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PR PATCH] [Closed]: New package: QtPBFImagePlugin-2.3
  2021-01-30 14:10 [PR PATCH] New package: QtPBFImagePlugin-2.3 Sarkasper
                   ` (2 preceding siblings ...)
  2022-05-03  2:13 ` github-actions
@ 2022-05-17  2:14 ` github-actions
  3 siblings, 0 replies; 5+ messages in thread
From: github-actions @ 2022-05-17  2:14 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1444 bytes --]

There's a closed pull request on the void-packages repository

New package: QtPBFImagePlugin-2.3
https://github.com/void-linux/void-packages/pull/28330

Description:
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-05-17  2:14 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-30 14:10 [PR PATCH] New package: QtPBFImagePlugin-2.3 Sarkasper
2021-02-01 11:13 ` kawaiiamber
2021-02-01 11:18 ` kawaiiamber
2022-05-03  2:13 ` github-actions
2022-05-17  2:14 ` [PR PATCH] [Closed]: " github-actions

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).