Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] guvcview: update to 2.0.7.
@ 2022-02-06 17:56 tibequadorian
  2022-02-06 18:04 ` [PR PATCH] [Updated] " tibequadorian
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: tibequadorian @ 2022-02-06 17:56 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tibequadorian/void-packages guvcview
https://github.com/void-linux/void-packages/pull/35444

guvcview: update to 2.0.7.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- 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/35444.patch is attached

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

From 0bda640b713e0555387e52ffbab329f7e24ff6da Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Sun, 6 Feb 2022 18:55:38 +0100
Subject: [PATCH] guvcview: update to 2.0.7.

---
 srcpkgs/guvcview/template | 20 ++++++++++++--------
 1 file changed, 12 insertions(+), 8 deletions(-)

diff --git a/srcpkgs/guvcview/template b/srcpkgs/guvcview/template
index 2696fc7007bc..a8d644fc3c18 100644
--- a/srcpkgs/guvcview/template
+++ b/srcpkgs/guvcview/template
@@ -1,23 +1,27 @@
 # Template file for 'guvcview'
 pkgname=guvcview
-version=2.0.6
-revision=3
-wrksrc="${pkgname}-src-${version}"
+version=2.0.7
+revision=1
+create_wrksrc=yes
 build_style=gnu-configure
 configure_args="--disable-static --disable-debian-menu"
-hostmakedepends="pkg-config intltool"
+hostmakedepends="pkg-config intltool autoconf automake libtool"
 makedepends="eudev-libudev-devel gtk+3-devel SDL2-devel ffmpeg-devel libusb-devel
- pulseaudio-devel v4l-utils-devel portaudio-devel gsl-devel"
+ pulseaudio-devel v4l-utils-devel portaudio-devel gsl-devel glib-devel"
 depends="desktop-file-utils"
 short_desc="Simple GTK interface for capturing and viewing video from UVC devices"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="http://guvcview.sourceforge.net/"
-distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-src-${version}.tar.gz"
-checksum=95381cef5ee139e15f90b79d1425cc22bbaae43f87452cdce6674636aff37e85
+distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-src-${version}.tar.bz2"
+checksum=f47d51fbd06e44eeaa1a82f4a153c927527c90d94514197a70b2956028cc8ad4
 
-post_extract() {
+post_patch() {
 	sed '31a#include <locale.h>' -i  guvcview/guvcview.c
 	# add missing EOL in this file to fix do_check()
 	echo >> po/POTFILES.in
 }
+
+pre_configure() {
+	autoreconf -fi
+}

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

* Re: [PR PATCH] [Updated] guvcview: update to 2.0.7.
  2022-02-06 17:56 [PR PATCH] guvcview: update to 2.0.7 tibequadorian
@ 2022-02-06 18:04 ` tibequadorian
  2022-02-06 22:48 ` [PR REVIEW] " ericonr
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: tibequadorian @ 2022-02-06 18:04 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by tibequadorian against master on the void-packages repository

https://github.com/tibequadorian/void-packages guvcview
https://github.com/void-linux/void-packages/pull/35444

guvcview: update to 2.0.7.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- 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/35444.patch is attached

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

From 9697579aed1fdf6ff4c80b4c9aae965d357c8450 Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Sun, 6 Feb 2022 18:55:38 +0100
Subject: [PATCH] guvcview: update to 2.0.7.

---
 srcpkgs/guvcview/template | 18 +++++++++++-------
 1 file changed, 11 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/guvcview/template b/srcpkgs/guvcview/template
index 2696fc7007bc..345cf6006f24 100644
--- a/srcpkgs/guvcview/template
+++ b/srcpkgs/guvcview/template
@@ -1,11 +1,11 @@
 # Template file for 'guvcview'
 pkgname=guvcview
-version=2.0.6
-revision=3
-wrksrc="${pkgname}-src-${version}"
+version=2.0.7
+revision=1
+create_wrksrc=yes
 build_style=gnu-configure
 configure_args="--disable-static --disable-debian-menu"
-hostmakedepends="pkg-config intltool"
+hostmakedepends="pkg-config intltool autoconf automake libtool glib-devel"
 makedepends="eudev-libudev-devel gtk+3-devel SDL2-devel ffmpeg-devel libusb-devel
  pulseaudio-devel v4l-utils-devel portaudio-devel gsl-devel"
 depends="desktop-file-utils"
@@ -13,11 +13,15 @@ short_desc="Simple GTK interface for capturing and viewing video from UVC device
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="http://guvcview.sourceforge.net/"
-distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-src-${version}.tar.gz"
-checksum=95381cef5ee139e15f90b79d1425cc22bbaae43f87452cdce6674636aff37e85
+distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-src-${version}.tar.bz2"
+checksum=f47d51fbd06e44eeaa1a82f4a153c927527c90d94514197a70b2956028cc8ad4
 
-post_extract() {
+post_patch() {
 	sed '31a#include <locale.h>' -i  guvcview/guvcview.c
 	# add missing EOL in this file to fix do_check()
 	echo >> po/POTFILES.in
 }
+
+pre_configure() {
+	autoreconf -fi
+}

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

* Re: [PR REVIEW] guvcview: update to 2.0.7.
  2022-02-06 17:56 [PR PATCH] guvcview: update to 2.0.7 tibequadorian
  2022-02-06 18:04 ` [PR PATCH] [Updated] " tibequadorian
@ 2022-02-06 22:48 ` ericonr
  2022-02-07  2:02 ` tibequadorian
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: ericonr @ 2022-02-06 22:48 UTC (permalink / raw)
  To: ml

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

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/35444#discussion_r800244016

Comment:
Is this still necessary? Would be nice to upstream both.

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

* Re: [PR REVIEW] guvcview: update to 2.0.7.
  2022-02-06 17:56 [PR PATCH] guvcview: update to 2.0.7 tibequadorian
  2022-02-06 18:04 ` [PR PATCH] [Updated] " tibequadorian
  2022-02-06 22:48 ` [PR REVIEW] " ericonr
@ 2022-02-07  2:02 ` tibequadorian
  2022-02-12 15:49 ` tibequadorian
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: tibequadorian @ 2022-02-07  2:02 UTC (permalink / raw)
  To: ml

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

New review comment by tibequadorian on void-packages repository

https://github.com/void-linux/void-packages/pull/35444#discussion_r800273474

Comment:
Yes.
Ticket for the missing EOL exists: https://sourceforge.net/p/guvcview/tickets/30/
Unfortunately I don't have a Sourceforge account and I don't intend to create one to open a ticket for the musl fix.

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

* Re: guvcview: update to 2.0.7.
  2022-02-06 17:56 [PR PATCH] guvcview: update to 2.0.7 tibequadorian
                   ` (2 preceding siblings ...)
  2022-02-07  2:02 ` tibequadorian
@ 2022-02-12 15:49 ` tibequadorian
  2022-02-12 21:42 ` tibequadorian
  2022-02-20 11:48 ` [PR PATCH] [Merged]: " paper42
  5 siblings, 0 replies; 7+ messages in thread
From: tibequadorian @ 2022-02-12 15:49 UTC (permalink / raw)
  To: ml

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

New comment by tibequadorian on void-packages repository

https://github.com/void-linux/void-packages/pull/35444#issuecomment-1037264447

Comment:
ok now? @ericonr 

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

* Re: guvcview: update to 2.0.7.
  2022-02-06 17:56 [PR PATCH] guvcview: update to 2.0.7 tibequadorian
                   ` (3 preceding siblings ...)
  2022-02-12 15:49 ` tibequadorian
@ 2022-02-12 21:42 ` tibequadorian
  2022-02-20 11:48 ` [PR PATCH] [Merged]: " paper42
  5 siblings, 0 replies; 7+ messages in thread
From: tibequadorian @ 2022-02-12 21:42 UTC (permalink / raw)
  To: ml

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

New comment by tibequadorian on void-packages repository

https://github.com/void-linux/void-packages/pull/35444#issuecomment-1037264447

Comment:
ok now? @ericonr 

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

* Re: [PR PATCH] [Merged]: guvcview: update to 2.0.7.
  2022-02-06 17:56 [PR PATCH] guvcview: update to 2.0.7 tibequadorian
                   ` (4 preceding siblings ...)
  2022-02-12 21:42 ` tibequadorian
@ 2022-02-20 11:48 ` paper42
  5 siblings, 0 replies; 7+ messages in thread
From: paper42 @ 2022-02-20 11:48 UTC (permalink / raw)
  To: ml

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

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

guvcview: update to 2.0.7.
https://github.com/void-linux/void-packages/pull/35444

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- 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] 7+ messages in thread

end of thread, other threads:[~2022-02-20 11:48 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-06 17:56 [PR PATCH] guvcview: update to 2.0.7 tibequadorian
2022-02-06 18:04 ` [PR PATCH] [Updated] " tibequadorian
2022-02-06 22:48 ` [PR REVIEW] " ericonr
2022-02-07  2:02 ` tibequadorian
2022-02-12 15:49 ` tibequadorian
2022-02-12 21:42 ` tibequadorian
2022-02-20 11:48 ` [PR PATCH] [Merged]: " paper42

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).