Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] v4l-utils: update to 1.24.1.
@ 2023-04-24 17:17 mhmdanas
  2023-04-30  2:24 ` [PR PATCH] [Updated] " abenson
  2023-04-30  2:48 ` [PR PATCH] [Merged]: " abenson
  0 siblings, 2 replies; 3+ messages in thread
From: mhmdanas @ 2023-04-24 17:17 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mhmdanas/void-packages v4l-utils-1.24.1
https://github.com/void-linux/void-packages/pull/43596

v4l-utils: update to 1.24.1.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

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

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
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/43596.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-v4l-utils-1.24.1-43596.patch --]
[-- Type: text/x-diff, Size: 1741 bytes --]

From c4acc234f272c9ac371c3fa520e1ab5d36e82cb7 Mon Sep 17 00:00:00 2001
From: triallax <triallax@tutanota.com>
Date: Mon, 24 Apr 2023 09:24:10 +0100
Subject: [PATCH] v4l-utils: update to 1.24.1.

---
 srcpkgs/v4l-utils/template | 13 +++++--------
 1 file changed, 5 insertions(+), 8 deletions(-)

diff --git a/srcpkgs/v4l-utils/template b/srcpkgs/v4l-utils/template
index bea4fccd0ada..aabfb8de79cf 100644
--- a/srcpkgs/v4l-utils/template
+++ b/srcpkgs/v4l-utils/template
@@ -1,18 +1,19 @@
 # Template file for 'v4l-utils'
 pkgname=v4l-utils
-version=1.22.1
+version=1.24.1
 revision=1
 build_style=gnu-configure
 configure_args="--disable-qv4l2 --with-udevdir=/usr/lib/udev"
-hostmakedepends="automake libtool pkg-config gettext-devel"
+hostmakedepends="perl pkg-config gettext-devel"
 makedepends="libjpeg-turbo-devel libsysfs-devel eudev-libudev-devel alsa-lib-devel
  libX11-devel"
 short_desc="Userspace tools and libraries for Video 4 Linux"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later, LGPL-2.1-or-later"
 homepage="https://linuxtv.org/"
-distfiles="https://linuxtv.org/downloads/${pkgname}/${pkgname}-${version}.tar.bz2"
-checksum=65c6fbe830a44ca105c443b027182c1b2c9053a91d1e72ad849dfab388b94e31
+changelog="https://git.linuxtv.org/v4l-utils.git/plain/ChangeLog"
+distfiles="https://linuxtv.org/downloads/v4l-utils/v4l-utils-${version}.tar.bz2"
+checksum=cbb7fe8a6307f5ce533a05cded70bb93c3ba06395ab9b6d007eb53b75d805f5b
 conf_files="/etc/rc_maps.cfg"
 
 case "$XBPS_TARGET_MACHINE" in
@@ -24,10 +25,6 @@ esac
 
 CFLAGS+=" -fcommon"
 
-pre_configure() {
-	autoreconf -if
-}
-
 v4l-utils-devel_package() {
 	depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
 	short_desc+=" - development files"

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

* Re: [PR PATCH] [Updated] v4l-utils: update to 1.24.1.
  2023-04-24 17:17 [PR PATCH] v4l-utils: update to 1.24.1 mhmdanas
@ 2023-04-30  2:24 ` abenson
  2023-04-30  2:48 ` [PR PATCH] [Merged]: " abenson
  1 sibling, 0 replies; 3+ messages in thread
From: abenson @ 2023-04-30  2:24 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mhmdanas/void-packages v4l-utils-1.24.1
https://github.com/void-linux/void-packages/pull/43596

v4l-utils: update to 1.24.1.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

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

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
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/43596.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-v4l-utils-1.24.1-43596.patch --]
[-- Type: text/x-diff, Size: 1741 bytes --]

From 9599090ea9a199d8c22e59270cba827ab85d98d3 Mon Sep 17 00:00:00 2001
From: triallax <triallax@tutanota.com>
Date: Mon, 24 Apr 2023 09:24:10 +0100
Subject: [PATCH] v4l-utils: update to 1.24.1.

---
 srcpkgs/v4l-utils/template | 13 +++++--------
 1 file changed, 5 insertions(+), 8 deletions(-)

diff --git a/srcpkgs/v4l-utils/template b/srcpkgs/v4l-utils/template
index bea4fccd0ada..aabfb8de79cf 100644
--- a/srcpkgs/v4l-utils/template
+++ b/srcpkgs/v4l-utils/template
@@ -1,18 +1,19 @@
 # Template file for 'v4l-utils'
 pkgname=v4l-utils
-version=1.22.1
+version=1.24.1
 revision=1
 build_style=gnu-configure
 configure_args="--disable-qv4l2 --with-udevdir=/usr/lib/udev"
-hostmakedepends="automake libtool pkg-config gettext-devel"
+hostmakedepends="perl pkg-config gettext-devel"
 makedepends="libjpeg-turbo-devel libsysfs-devel eudev-libudev-devel alsa-lib-devel
  libX11-devel"
 short_desc="Userspace tools and libraries for Video 4 Linux"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later, LGPL-2.1-or-later"
 homepage="https://linuxtv.org/"
-distfiles="https://linuxtv.org/downloads/${pkgname}/${pkgname}-${version}.tar.bz2"
-checksum=65c6fbe830a44ca105c443b027182c1b2c9053a91d1e72ad849dfab388b94e31
+changelog="https://git.linuxtv.org/v4l-utils.git/plain/ChangeLog"
+distfiles="https://linuxtv.org/downloads/v4l-utils/v4l-utils-${version}.tar.bz2"
+checksum=cbb7fe8a6307f5ce533a05cded70bb93c3ba06395ab9b6d007eb53b75d805f5b
 conf_files="/etc/rc_maps.cfg"
 
 case "$XBPS_TARGET_MACHINE" in
@@ -24,10 +25,6 @@ esac
 
 CFLAGS+=" -fcommon"
 
-pre_configure() {
-	autoreconf -if
-}
-
 v4l-utils-devel_package() {
 	depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
 	short_desc+=" - development files"

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

* Re: [PR PATCH] [Merged]: v4l-utils: update to 1.24.1.
  2023-04-24 17:17 [PR PATCH] v4l-utils: update to 1.24.1 mhmdanas
  2023-04-30  2:24 ` [PR PATCH] [Updated] " abenson
@ 2023-04-30  2:48 ` abenson
  1 sibling, 0 replies; 3+ messages in thread
From: abenson @ 2023-04-30  2:48 UTC (permalink / raw)
  To: ml

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

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

v4l-utils: update to 1.24.1.
https://github.com/void-linux/void-packages/pull/43596

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

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

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

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
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] 3+ messages in thread

end of thread, other threads:[~2023-04-30  2:48 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-24 17:17 [PR PATCH] v4l-utils: update to 1.24.1 mhmdanas
2023-04-30  2:24 ` [PR PATCH] [Updated] " abenson
2023-04-30  2:48 ` [PR PATCH] [Merged]: " abenson

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