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: LGPL2.1
Conflicts: taglib-sharp
Provides: taglib-sharp
Submitter: nicman23
Maintainer: nicman23
Last Packager: nicman23
Votes: 18
Popularity: 0.000000
First Submitted: 2016-10-28 17:54 (UTC)
Last Updated: 2019-01-21 19:07 (UTC)

Dependencies (1)

Required by (0)

Sources (2)

Latest Comments

aurifier commented on 2021-02-16 17:02 (UTC)

I think this package needs git for makedepends. Won't build in my chroot:

Cannot find the git package needed to handle git sources.

Murzinio commented on 2018-03-20 17:03 (UTC)

Same issue with "No rule to make target 'AssemblyInfo.cs'".

Sc4rlite commented on 2018-03-04 07:49 (UTC) (edited on 2018-03-04 07:50 (UTC) by Sc4rlite)

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 (UTC)

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 (UTC)

@nicman23 Thanks for filing issue, will look for update.

nicman23 commented on 2017-10-15 10:57 (UTC)

@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 (UTC)

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 (UTC)

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 (UTC)

? no git has to be installed to use aur in any way.

<deleted-account> commented on 2017-01-14 17:15 (UTC)

Please add git to makedepends.