From d921850c24f81fa78360707af1fcf2e7e4f6165f Mon Sep 17 00:00:00 2001 From: Stefano Ragni Date: Thu, 1 Oct 2020 15:07:20 +0200 Subject: [PATCH 1/2] New package: python3-pytaglib-1.4.6 --- srcpkgs/python3-pytaglib/template | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 srcpkgs/python3-pytaglib/template diff --git a/srcpkgs/python3-pytaglib/template b/srcpkgs/python3-pytaglib/template new file mode 100644 index 00000000000..df3556511be --- /dev/null +++ b/srcpkgs/python3-pytaglib/template @@ -0,0 +1,15 @@ +# Template file for 'python3-pytaglib' +pkgname=python3-pytaglib +version=1.4.6 +revision=1 +wrksrc="pytaglib-${version}" +build_style=python3-module +hostmakedepends="python3-setuptools" +makedepends="python3-devel taglib-devel" +depends="taglib" +short_desc="Python bindings for the TagLib C++ library" +maintainer="Stefano Ragni " +license="GPL-3.0-or-later" +homepage="https://github.com/supermihi/pytaglib" +distfiles="https://github.com/supermihi/pytaglib/archive/v${version}.tar.gz" +checksum=360b12d5b4c948cebf75acf86fac6b33a3f044eab6fcfe8949a1cd0f9c22bd25 From 85cea4dca7b51b377e53eccfdcda9c7387f28eb7 Mon Sep 17 00:00:00 2001 From: Stefano Ragni Date: Thu, 1 Oct 2020 15:07:58 +0200 Subject: [PATCH 2/2] nicotine+: update to 2.1.2 --- srcpkgs/nicotine+/template | 10 +++++----- srcpkgs/python3-pytaglib/template | 1 - 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/srcpkgs/nicotine+/template b/srcpkgs/nicotine+/template index 59d92e13ce2..b84d54f90e0 100644 --- a/srcpkgs/nicotine+/template +++ b/srcpkgs/nicotine+/template @@ -1,14 +1,14 @@ # Template file for 'nicotine+' pkgname=nicotine+ -version=2.0.1 -revision=2 +version=2.1.2 +revision=1 wrksrc="nicotine-plus-${version}" build_style=python3-module -hostmakedepends="python3" -depends="gtk+3 python3-gobject python3-miniupnpc python3-mutagen" +hostmakedepends="python3-setuptools gettext" +depends="gtk+3 python3-gobject python3-miniupnpc python3-pytaglib" short_desc="Soulseek music-sharing client written in Python" maintainer="doggone " license="GPL-3.0-or-later" homepage="https://nicotine-plus.org" distfiles="https://github.com/Nicotine-Plus/nicotine-plus/archive/${version}.tar.gz" -checksum=229acf6e287e1c3ae7d07b04b85230c3fa2edc0c17298583e2f13dd986bbda5a +checksum=3ed18ade97183c632836eb8e304a515fc19a35babb46cc6e6747bcfd8205dcdf diff --git a/srcpkgs/python3-pytaglib/template b/srcpkgs/python3-pytaglib/template index df3556511be..98121d054b9 100644 --- a/srcpkgs/python3-pytaglib/template +++ b/srcpkgs/python3-pytaglib/template @@ -6,7 +6,6 @@ wrksrc="pytaglib-${version}" build_style=python3-module hostmakedepends="python3-setuptools" makedepends="python3-devel taglib-devel" -depends="taglib" short_desc="Python bindings for the TagLib C++ library" maintainer="Stefano Ragni " license="GPL-3.0-or-later"