Search Criteria
Package Details: taglib-sharp-git 2.1.0.0.r248.g60e7588-2
Git Clone URL: | https://aur.archlinux.org/taglib-sharp-git.git (read-only, click to copy) |
---|---|
Package Base: | taglib-sharp-git |
Description: | Library for reading and writing metadata in media files for Mono - source from git for working opus files |
Upstream URL: | https://github.com/mono/taglib-sharp |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | nicman23 |
Maintainer: | nicman23 |
Last Packager: | nicman23 |
Votes: | 18 |
Popularity: | 0.000003 |
First Submitted: | 2016-10-28 17:54 |
Last Updated: | 2019-01-21 19:07 |
Dependencies (1)
Required by (7)
- banshee
- banshee-community-extensions (requires taglib-sharp)
- banshee-git
- banshee-lite-git
- basenji (requires taglib-sharp)
- mono-upnp-git
- muine (requires taglib-sharp)
Latest Comments
aurifier commented on 2021-02-16 17:02
I think this package needs git for makedepends. Won't build in my chroot:
Murzinio commented on 2018-03-20 17:03
Same issue with "No rule to make target 'AssemblyInfo.cs'".
Sc4rlite commented on 2018-03-04 07:49
TagLib# (taglib-sharp-2.1.0.0) is ready to be compiled.
Now type `make' to compile Making all in src make[1]: Entering directory '/tmp/packerbuild-1000/taglib-sharp-git/taglib-sharp-git/src/taglib-sharp/src' make[1]: No rule to make target 'AssemblyInfo.cs', needed by 'taglib-sharp.dll'. Stop. make[1]: Leaving directory '/tmp/packerbuild-1000/taglib-sharp-git/taglib-sharp-git/src/taglib-sharp/src' make: [Makefile:430: all-recursive] Error 1
==> ERROR: A failure occurred in build(). Aborting...
The build failed.
marcmagus commented on 2018-02-26 18:50
Package failed to compile with:
make[1]: No rule to make target 'AssemblyInfo.cs', needed by 'taglib-sharp.dll'. Stop. [...] make: [Makefile:430: all-recursive] Error 1 ==> ERROR: A failure occurred in build(). Aborting...
mxfm commented on 2017-10-15 18:31
@nicman23 Thanks for filing issue, will look for update.
nicman23 commented on 2017-10-15 10:57
@mxfm tracked here. https://github.com/mono/taglib-sharp/issues/77
this is probably related to an mono update as i cannot build the version that is already installed on my machine (with git reset).
mxfm commented on 2017-10-13 06:30
I cannot compile this package.
The error is in package():
/usr/bin/gacutil /i taglib-sharp.dll /f /package taglib-sharp /gacdir /usr/lib /root /home/user/Downloads/taglib-sharp-git/pkg/taglib-sharp-git/usr/lib
Failure adding assembly taglib-sharp.dll to the cache: Attempt to install an assembly without a strong name
14mRh4X0r commented on 2017-07-29 09:48
Please apply the following patch. It fixes dependencies on taglib-sharp by fixing pkgver() and provides=, and adds git to the makedepends (as specified here: https://wiki.archlinux.org/index.php/VCS_package_guidelines#Guidelines).
diff --git a/PKGBUILD b/PKGBUILD
index 77e24f5..682af68 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,21 +5,22 @@
_pkgbase=taglib-sharp
pkgname=$_pkgbase-git
-pkgver=taglib.sharp.2.1.0.0.r69.gf8d6334
+pkgver=2.1.0.0.r90.gceda04a
pkgrel=1
pkgdesc="Library for reading and writing metadata in media files for Mono - source from git for working opus files"
arch=('i686' 'x86_64')
url="https://github.com/mono/taglib-sharp"
license=('LGPL2.1')
depends=('mono')
+makedepends=('git')
conflicts=(taglib-sharp)
-provides=(taglib-sharp)
+provides=("taglib-sharp=${pkgver%%.r*}")
source=(git+https://github.com/mono/taglib-sharp.git)
md5sums=('SKIP')
pkgver() {
cd "$srcdir/$_pkgbase"
- git describe --long | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
+ git describe --long | sed 's/^taglib-sharp-//;s/\([^-]*-g\)/r\1/;s/-/./g'
}
build() {
nicman23 commented on 2017-01-16 11:13
? no git has to be installed to use aur in any way.
Anonymous comment on 2017-01-14 17:15
Please add git to makedepends.