Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: mp3unicode-1.2.1
@ 2019-12-27 19:04 voidlinux-github
  2019-12-28 10:05 ` [PR PATCH] [Updated] " voidlinux-github
  2019-12-31 15:52 ` [PR PATCH] [Merged]: " voidlinux-github
  0 siblings, 2 replies; 3+ messages in thread
From: voidlinux-github @ 2019-12-27 19:04 UTC (permalink / raw)
  To: ml

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

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

https://github.com/egorenar/void-packages mp3unicode
https://github.com/void-linux/void-packages/pull/17821

New package: mp3unicode-1.2.1


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

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

From 4bffca104af6ad8bf5519a29b7efcd9c557cafb9 Mon Sep 17 00:00:00 2001
From: Alexander Egorenkov <egorenar-dev@posteo.net>
Date: Fri, 27 Dec 2019 20:03:31 +0100
Subject: [PATCH] New package: mp3unicode-1.2.1

---
 srcpkgs/mp3unicode/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/mp3unicode/template

diff --git a/srcpkgs/mp3unicode/template b/srcpkgs/mp3unicode/template
new file mode 100644
index 00000000000..c9bce3a2cd4
--- /dev/null
+++ b/srcpkgs/mp3unicode/template
@@ -0,0 +1,18 @@
+# Template file for 'mp3unicode'
+pkgname=mp3unicode
+version=1.2.1
+revision=1
+build_style=gnu-configure
+hostmakedepends="pkg-config"
+makedepends="taglib-devel"
+short_desc="A command line utility to convert ID3 tags in mp3 files between different encodings"
+maintainer="Alexander Egorenkov <egorenar-dev@posteo.net>"
+license="GPL-2.0-or-later"
+homepage="https://github.com/alonbl/mp3unicode"
+distfiles="${homepage}/releases/download/${pkgname}-${version}/${pkgname}-${version}.tar.bz2"
+checksum=375b432ce784407e74fceb055d115bf83b1bd04a83b95256171e1a36e00cfe07
+
+post_install() {
+	vlicense COPYING
+	vbin mp3unicode
+}

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

* Re: [PR PATCH] [Updated] New package: mp3unicode-1.2.1
  2019-12-27 19:04 [PR PATCH] New package: mp3unicode-1.2.1 voidlinux-github
@ 2019-12-28 10:05 ` voidlinux-github
  2019-12-31 15:52 ` [PR PATCH] [Merged]: " voidlinux-github
  1 sibling, 0 replies; 3+ messages in thread
From: voidlinux-github @ 2019-12-28 10:05 UTC (permalink / raw)
  To: ml

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

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

https://github.com/egorenar/void-packages mp3unicode
https://github.com/void-linux/void-packages/pull/17821

New package: mp3unicode-1.2.1


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

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

From 9d2f20373fc4f3ccf4df9e49eefee5406d785209 Mon Sep 17 00:00:00 2001
From: Alexander Egorenkov <egorenar-dev@posteo.net>
Date: Fri, 27 Dec 2019 20:03:31 +0100
Subject: [PATCH] New package: mp3unicode-1.2.1

---
 srcpkgs/mp3unicode/template | 13 +++++++++++++
 1 file changed, 13 insertions(+)
 create mode 100644 srcpkgs/mp3unicode/template

diff --git a/srcpkgs/mp3unicode/template b/srcpkgs/mp3unicode/template
new file mode 100644
index 00000000000..7c30d271da3
--- /dev/null
+++ b/srcpkgs/mp3unicode/template
@@ -0,0 +1,13 @@
+# Template file for 'mp3unicode'
+pkgname=mp3unicode
+version=1.2.1
+revision=1
+build_style=gnu-configure
+hostmakedepends="pkg-config"
+makedepends="taglib-devel"
+short_desc="Converts ID3 tags in mp3 files between different encodings"
+maintainer="Alexander Egorenkov <egorenar-dev@posteo.net>"
+license="GPL-2.0-or-later"
+homepage="https://github.com/alonbl/mp3unicode"
+distfiles="${homepage}/releases/download/${pkgname}-${version}/${pkgname}-${version}.tar.bz2"
+checksum=375b432ce784407e74fceb055d115bf83b1bd04a83b95256171e1a36e00cfe07

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

* Re: [PR PATCH] [Merged]: New package: mp3unicode-1.2.1
  2019-12-27 19:04 [PR PATCH] New package: mp3unicode-1.2.1 voidlinux-github
  2019-12-28 10:05 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-12-31 15:52 ` voidlinux-github
  1 sibling, 0 replies; 3+ messages in thread
From: voidlinux-github @ 2019-12-31 15:52 UTC (permalink / raw)
  To: ml

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

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

New package: mp3unicode-1.2.1
https://github.com/void-linux/void-packages/pull/17821

Description:


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

end of thread, other threads:[~2019-12-31 15:52 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-27 19:04 [PR PATCH] New package: mp3unicode-1.2.1 voidlinux-github
2019-12-28 10:05 ` [PR PATCH] [Updated] " voidlinux-github
2019-12-31 15:52 ` [PR PATCH] [Merged]: " voidlinux-github

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