Github messages for voidlinux
 help / color / mirror / Atom feed
From: tibequadorian <tibequadorian@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] guvcview: update to 2.0.7.
Date: Sun, 06 Feb 2022 19:04:37 +0100	[thread overview]
Message-ID: <20220206180437.8hgyKjxDgNyzg_5SzZpb3HKt1WPz4b0JYpJS2W8LeQc@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-35444@inbox.vuxu.org>

[-- 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
+}

  reply	other threads:[~2022-02-06 18:04 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-02-06 17:56 [PR PATCH] " tibequadorian
2022-02-06 18:04 ` tibequadorian [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220206180437.8hgyKjxDgNyzg_5SzZpb3HKt1WPz4b0JYpJS2W8LeQc@z \
    --to=tibequadorian@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).