[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#31939] [PATCH 12/13] gnu: Add go-github-com-wtolson-go-taglib.
From: |
Pierre Neidhardt |
Subject: |
[bug#31939] [PATCH 12/13] gnu: Add go-github-com-wtolson-go-taglib. |
Date: |
Fri, 22 Jun 2018 20:30:30 +0200 |
* gnu/packages/golang.scm (go-github-com-wtolson-go-taglib): New variable.
---
gnu/packages/golang.scm | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index f703815c7..d718d8414 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -42,6 +42,7 @@
#:use-module (gnu packages pkg-config)
#:use-module (gnu packages pcre)
#:use-module (gnu packages lua)
+ #:use-module (gnu packages mp3)
#:use-module (ice-9 match)
#:use-module (srfi srfi-1))
@@ -2145,3 +2146,31 @@ in packages fmt and log.")
(description "Currently GoMusicBrainz provides methods to perform search
and lookup requests. Browse requests are not supported yet.")
(license license:bsd-style))))
+
+(define-public go-github-com-wtolson-go-taglib
+ (let ((commit "6e68349ff94ecea412de7e748cb5eaa26f472777")
+ (revision "0"))
+ (package
+ (name "go-github-com-wtolson-go-taglib")
+ (version (git-version "0.0.0" revision commit))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url
+ "https://github.com/wtolson/go-taglib")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "1cpjqnrviwflz150g78iir5ndrp3hh7a93zbp4dwbg6sb2q141p2"))))
+ (build-system go-build-system)
+ (native-inputs
+ `(("pkg-config" ,pkg-config)
+ ("taglib" ,taglib)))
+ (arguments
+ `(#:import-path "github.com/wtolson/go-taglib"))
+ (home-page "https://github.com/wtolson/go-taglib")
+ (synopsis "Go wrapper for taglib")
+ (description "Go wrapper for taglib")
+ (license license:unlicense))))
--
2.17.1
- [bug#31939] [PATCH 03/13] gnu: Add go-github-com-mgutz-ansi., (continued)
- [bug#31939] [PATCH 03/13] gnu: Add go-github-com-mgutz-ansi., Pierre Neidhardt, 2018/06/22
- [bug#31939] [PATCH 05/13] gnu: Add go-gitlab-com-ambrevar-golua-unicode., Pierre Neidhardt, 2018/06/22
- [bug#31939] [PATCH 04/13] gnu: Add go-github-com-aarzilli-golua., Pierre Neidhardt, 2018/06/22
- [bug#31939] [PATCH 06/13] gnu: Add go-github-com-yookoala-realpath., Pierre Neidhardt, 2018/06/22
- [bug#31939] [PATCH 07/13] gnu: Add go-gitlab-com-ambrevar-damerau., Pierre Neidhardt, 2018/06/22
- [bug#31939] [PATCH 13/13] gnu: Add demlo., Pierre Neidhardt, 2018/06/22
- [bug#31939] [PATCH 09/13] gnu: Add go-github-com-kr-text., Pierre Neidhardt, 2018/06/22
- [bug#31939] [PATCH 08/13] gnu: Add go-github-com-stevedonovan-luar., Pierre Neidhardt, 2018/06/22
- [bug#31939] [PATCH 11/13] gnu: Add go-github-com-michiwend-gomusicbrainz., Pierre Neidhardt, 2018/06/22
- [bug#31939] [PATCH 12/13] gnu: Add go-github-com-wtolson-go-taglib.,
Pierre Neidhardt <=
- [bug#31939] [PATCH 10/13] gnu: Add go-github-com-michiwend-golang-pretty., Pierre Neidhardt, 2018/06/22
- [bug#31939] [PATCH 01/13] gnu: Add go-github-com-mattn-go-isatty., Pierre Neidhardt, 2018/06/23