Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] ffms2: update to 2.40
@ 2020-11-24 22:06 concatime
  2020-11-24 22:11 ` [PR PATCH] [Updated] " concatime
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: concatime @ 2020-11-24 22:06 UTC (permalink / raw)
  To: ml

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

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

https://github.com/concatime/void-packages ffms2-2.40
https://github.com/void-linux/void-packages/pull/26685

ffms2: update to 2.40


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

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

From b0b6721747c3288bf801bfe276105219362db87b Mon Sep 17 00:00:00 2001
From: "Issam E. Maghni" <issam.e.maghni@mailbox.org>
Date: Tue, 24 Nov 2020 17:03:15 -0500
Subject: [PATCH] ffms2: update to 2.40

---
 srcpkgs/ffms2/template | 17 +++++++++--------
 1 file changed, 9 insertions(+), 8 deletions(-)

diff --git a/srcpkgs/ffms2/template b/srcpkgs/ffms2/template
index abf22cd8f43..c2bf019e26d 100644
--- a/srcpkgs/ffms2/template
+++ b/srcpkgs/ffms2/template
@@ -1,19 +1,21 @@
 # Template file for 'ffms2'
 pkgname=ffms2
-version=2.23.1
-revision=3
-_version=2.23
-wrksrc="${pkgname}-${_version}"
+version=2.40
+revision=1
 build_style=gnu-configure
 configure_args="--enable-shared --disable-static"
-hostmakedepends="pkg-config"
+hostmakedepends="automake libtool pkg-config"
 makedepends="ffmpeg-devel zlib-devel"
 short_desc="A libav/ffmpeg based frames server"
 maintainer="DirectorX <void.directorx@protonmail.com>"
 license="MIT, GPL-3.0-or-later"
 homepage="https://github.com/FFMS/ffms2"
-distfiles="${homepage}/archive/${_version}.tar.gz"
-checksum=b09b2aa2b1c6f87f94a0a0dd8284b3c791cbe77f0f3df57af99ddebcd15273ed
+distfiles="https://github.com/FFMS/ffms2/archive/${version}.tar.gz"
+checksum=82e95662946f3d6e1b529eadbd72bed196adfbc41368b2d50493efce6e716320
+
+pre_configure() {
+	./autogen.sh
+}
 
 post_install() {
 	vmkdir usr/lib/vapoursynth
@@ -23,7 +25,6 @@ post_install() {
 	vlicense COPYING
 }
 
-
 libffms2-devel_package() {
 	depends="${makedepends} libffms2>=${version}_${revision}"
 	short_desc+=" - development files"

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

* Re: [PR PATCH] [Updated] ffms2: update to 2.40
  2020-11-24 22:06 [PR PATCH] ffms2: update to 2.40 concatime
@ 2020-11-24 22:11 ` concatime
  2020-11-24 22:28 ` [PR REVIEW] " ericonr
  2020-11-24 22:40 ` concatime
  2 siblings, 0 replies; 5+ messages in thread
From: concatime @ 2020-11-24 22:11 UTC (permalink / raw)
  To: ml

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

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

https://github.com/concatime/void-packages ffms2-2.40
https://github.com/void-linux/void-packages/pull/26685

ffms2: update to 2.40


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

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

From 0af7f8faec04aa9c07797dca69ca46ea38580cf2 Mon Sep 17 00:00:00 2001
From: "Issam E. Maghni" <issam.e.maghni@mailbox.org>
Date: Tue, 24 Nov 2020 17:03:15 -0500
Subject: [PATCH] ffms2: update to 2.40

---
 srcpkgs/ffms2/template | 19 ++++++++++---------
 1 file changed, 10 insertions(+), 9 deletions(-)

diff --git a/srcpkgs/ffms2/template b/srcpkgs/ffms2/template
index abf22cd8f43..80c9e4c324d 100644
--- a/srcpkgs/ffms2/template
+++ b/srcpkgs/ffms2/template
@@ -1,19 +1,21 @@
 # Template file for 'ffms2'
 pkgname=ffms2
-version=2.23.1
-revision=3
-_version=2.23
-wrksrc="${pkgname}-${_version}"
+version=2.40
+revision=1
 build_style=gnu-configure
 configure_args="--enable-shared --disable-static"
-hostmakedepends="pkg-config"
+hostmakedepends="automake libtool pkg-config"
 makedepends="ffmpeg-devel zlib-devel"
-short_desc="A libav/ffmpeg based frames server"
+short_desc="Cross-platform wrapper library around FFmpeg"
 maintainer="DirectorX <void.directorx@protonmail.com>"
 license="MIT, GPL-3.0-or-later"
 homepage="https://github.com/FFMS/ffms2"
-distfiles="${homepage}/archive/${_version}.tar.gz"
-checksum=b09b2aa2b1c6f87f94a0a0dd8284b3c791cbe77f0f3df57af99ddebcd15273ed
+distfiles="https://github.com/FFMS/ffms2/archive/${version}.tar.gz"
+checksum=82e95662946f3d6e1b529eadbd72bed196adfbc41368b2d50493efce6e716320
+
+pre_configure() {
+	./autogen.sh
+}
 
 post_install() {
 	vmkdir usr/lib/vapoursynth
@@ -23,7 +25,6 @@ post_install() {
 	vlicense COPYING
 }
 
-
 libffms2-devel_package() {
 	depends="${makedepends} libffms2>=${version}_${revision}"
 	short_desc+=" - development files"

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

* Re: [PR REVIEW] ffms2: update to 2.40
  2020-11-24 22:06 [PR PATCH] ffms2: update to 2.40 concatime
  2020-11-24 22:11 ` [PR PATCH] [Updated] " concatime
@ 2020-11-24 22:28 ` ericonr
  2020-11-24 22:40 ` concatime
  2 siblings, 0 replies; 5+ messages in thread
From: ericonr @ 2020-11-24 22:28 UTC (permalink / raw)
  To: ml

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

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/26685#discussion_r529941666

Comment:
try to run only `autoreconf -fi

Did they stop distributing a pre genereated `configure`?

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

* Re: [PR REVIEW] ffms2: update to 2.40
  2020-11-24 22:06 [PR PATCH] ffms2: update to 2.40 concatime
  2020-11-24 22:11 ` [PR PATCH] [Updated] " concatime
  2020-11-24 22:28 ` [PR REVIEW] " ericonr
@ 2020-11-24 22:40 ` concatime
  2 siblings, 0 replies; 5+ messages in thread
From: concatime @ 2020-11-24 22:40 UTC (permalink / raw)
  To: ml

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

New review comment by concatime on void-packages repository

https://github.com/void-linux/void-packages/pull/26685#discussion_r529954884

Comment:
I suppose.

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

* [PR PATCH] ffms2: update to 2.40.
@ 2020-10-24 17:14 DirectorX
  0 siblings, 0 replies; 5+ messages in thread
From: DirectorX @ 2020-10-24 17:14 UTC (permalink / raw)
  To: ml

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

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

https://github.com/DirectorX/void-packages ffms2
https://github.com/void-linux/void-packages/pull/25850

ffms2: update to 2.40.


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

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

From 6e94e0ab7fe7f43a77cd0d4298b9d43ce9eb2e48 Mon Sep 17 00:00:00 2001
From: DirectorX <DirectorX@users.noreply.github.com>
Date: Sat, 24 Oct 2020 20:12:02 +0300
Subject: [PATCH] ffms2: update to 2.40.

---
 srcpkgs/ffms2/template | 19 ++++++++++---------
 1 file changed, 10 insertions(+), 9 deletions(-)

diff --git a/srcpkgs/ffms2/template b/srcpkgs/ffms2/template
index abf22cd8f43..b490d40d455 100644
--- a/srcpkgs/ffms2/template
+++ b/srcpkgs/ffms2/template
@@ -1,19 +1,21 @@
 # Template file for 'ffms2'
 pkgname=ffms2
-version=2.23.1
-revision=3
-_version=2.23
-wrksrc="${pkgname}-${_version}"
+version=2.40
+revision=1
 build_style=gnu-configure
 configure_args="--enable-shared --disable-static"
 hostmakedepends="pkg-config"
-makedepends="ffmpeg-devel zlib-devel"
-short_desc="A libav/ffmpeg based frames server"
+makedepends="automake libtool ffmpeg-devel zlib-devel"
+short_desc="Libav/ffmpeg based frames server"
 maintainer="DirectorX <void.directorx@protonmail.com>"
 license="MIT, GPL-3.0-or-later"
 homepage="https://github.com/FFMS/ffms2"
-distfiles="${homepage}/archive/${_version}.tar.gz"
-checksum=b09b2aa2b1c6f87f94a0a0dd8284b3c791cbe77f0f3df57af99ddebcd15273ed
+distfiles="${homepage}/archive/${version}.tar.gz"
+checksum=82e95662946f3d6e1b529eadbd72bed196adfbc41368b2d50493efce6e716320
+
+pre_configure() {
+	./autogen.sh
+}
 
 post_install() {
 	vmkdir usr/lib/vapoursynth
@@ -23,7 +25,6 @@ post_install() {
 	vlicense COPYING
 }
 
-
 libffms2-devel_package() {
 	depends="${makedepends} libffms2>=${version}_${revision}"
 	short_desc+=" - development files"

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

end of thread, other threads:[~2020-11-24 22:40 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-24 22:06 [PR PATCH] ffms2: update to 2.40 concatime
2020-11-24 22:11 ` [PR PATCH] [Updated] " concatime
2020-11-24 22:28 ` [PR REVIEW] " ericonr
2020-11-24 22:40 ` concatime
  -- strict thread matches above, loose matches on Subject: below --
2020-10-24 17:14 [PR PATCH] " DirectorX

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