Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] faac, faad2: update
@ 2020-05-13 20:01 Chocimier
  2020-05-14  8:17 ` [PR PATCH] [Merged]: " Piraty
  0 siblings, 1 reply; 2+ messages in thread
From: Chocimier @ 2020-05-13 20:01 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Chocimier/void-packages-org faad2
https://github.com/void-linux/void-packages/pull/21935

faac, faad2: update
Old homepage links to new.

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

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

From fa8187f0781d0061e7c5bc9035c5f7dda1d50d77 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= <chocimier@tlen.pl>
Date: Wed, 13 May 2020 21:45:02 +0200
Subject: [PATCH 1/2] faad2: update to 2.9.2.

---
 srcpkgs/faad2/template | 15 ++++++++++-----
 srcpkgs/faad2/update   |  1 +
 2 files changed, 11 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/faad2/template b/srcpkgs/faad2/template
index 758b5bc9ce6..14d7d3b6c82 100644
--- a/srcpkgs/faad2/template
+++ b/srcpkgs/faad2/template
@@ -1,15 +1,20 @@
 # Template file for 'faad2'
 pkgname=faad2
-version=2.8.8
+version=2.9.2
 revision=1
+wrksrc="faad2-${version//./_}"
 build_style=gnu-configure
-hostmakedepends="automake libtool"
+hostmakedepends="autoconf automake libtool"
 short_desc="AAC decoding library"
 maintainer="Orphaned <orphan@voidlinux.org>"
+license="GPL-2.0-or-later"
 homepage="http://www.audiocoding.com/"
-license="GPL-2"
-distfiles="${SOURCEFORGE_SITE}/faac/$pkgname-$version.tar.gz"
-checksum=985c3fadb9789d2815e50f4ff714511c79c2710ac27a4aaaf5c0c2662141426d
+distfiles="https://github.com/knik0/faad2/archive/${version//./_}.tar.gz"
+checksum=9728b2b94f94ab49363cd229e7377fbe6ef3c311c5cd80da662d53ddb0ee091d
+
+pre_configure() {
+	autoreconf -vfi
+}
 
 faad2-devel_package() {
 	depends="${sourcepkg}>=${version}_${revision}"
diff --git a/srcpkgs/faad2/update b/srcpkgs/faad2/update
index a26db8065d6..a900cfb7b0f 100644
--- a/srcpkgs/faad2/update
+++ b/srcpkgs/faad2/update
@@ -1 +1,2 @@
+pattern='/archive/(v?|\Q${pkgname}\E-)?\K[\d\._]+(?=\.tar\.gz")'
 ignore="2003*"

From e063c00f11188cc8c3d56ed92dfd0251f6b4e91d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= <chocimier@tlen.pl>
Date: Wed, 13 May 2020 21:44:55 +0200
Subject: [PATCH 2/2] faac: update to 1.30.

---
 srcpkgs/faac/template | 13 +++++++++----
 srcpkgs/faac/update   |  2 +-
 2 files changed, 10 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/faac/template b/srcpkgs/faac/template
index 19e7ce6d663..1c7dad483ed 100644
--- a/srcpkgs/faac/template
+++ b/srcpkgs/faac/template
@@ -1,16 +1,21 @@
 # Template file for 'faac'
 pkgname=faac
-version=1.29.9.2
+version=1.30
 revision=1
+wrksrc="faac-${version//./_}"
 build_style=gnu-configure
 configure_args="--disable-static"
 hostmakedepends="automake libtool"
 short_desc="AAC audio encoder library"
 maintainer="Orphaned <orphan@voidlinux.org>"
+license="LGPL-2.0-only"
 homepage="http://www.audiocoding.com/"
-license="LGPL-2"
-distfiles="${SOURCEFORGE_SITE}/faac/faac-${version}.tar.gz"
-checksum=d45f209d837c49dae6deebcdd87b8cc3b04ea290880358faecf5e7737740c771
+distfiles="https://github.com/knik0/faac/archive/${version//./_}.tar.gz"
+checksum=adc387ce588cca16d98c03b6ec1e58f0ffd9fc6eadb00e254157d6b16203b2d2
+
+pre_configure() {
+	autoreconf -vfi
+}
 
 faac-devel_package() {
 	depends="${sourcepkg}>=${version}_${revision}"
diff --git a/srcpkgs/faac/update b/srcpkgs/faac/update
index c9342cfb749..abec43abfdf 100644
--- a/srcpkgs/faac/update
+++ b/srcpkgs/faac/update
@@ -1 +1 @@
-ignore="*2001"
+pattern='/archive/(v?|\Q${pkgname}\E-)?\K[\d\._]+(?=\.tar\.gz")'

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

* Re: [PR PATCH] [Merged]: faac, faad2: update
  2020-05-13 20:01 [PR PATCH] faac, faad2: update Chocimier
@ 2020-05-14  8:17 ` Piraty
  0 siblings, 0 replies; 2+ messages in thread
From: Piraty @ 2020-05-14  8:17 UTC (permalink / raw)
  To: ml

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

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

faac, faad2: update
https://github.com/void-linux/void-packages/pull/21935

Description:
Old homepage links to new.

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

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

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-13 20:01 [PR PATCH] faac, faad2: update Chocimier
2020-05-14  8:17 ` [PR PATCH] [Merged]: " Piraty

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