You are not logged in.

#1 2006-11-26 13:56:03

dolby
Member
From: 1992
Registered: 2006-08-08
Posts: 1,581

tagtool

hi can anyone plz make a decent pkgbuild for tagtool?
the one in aur  is obviously not maintained neither works well, i dont see any reason for it to stay there as it is either..


There shouldn't be any reason to learn more editor types than emacs or vi -- mg (1)
[You learn that sarcasm does not often work well in international forums.  That is why we avoid it. -- ewaller (arch linux forum moderator)

Offline

#2 2006-11-26 20:15:39

tardo
Member
Registered: 2006-07-15
Posts: 526

Re: tagtool

# Contributor: tardo <tardo>

pkgname=tagtool
pkgver=0.12.2
pkgrel=1
pkgdesc="Audio Tag Tool is a program to manage the information fields in MP3 and Ogg Vorbis files, commonly called tags"
url="http://pwp.netcabo.pt/paol/tagtool/"
license="GPL"
depends=('gtk2' 'libglade' 'id3lib' 'libvorbis')
makedepends=('intltool' 'perlxml')
source=(http://dl.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
md5sums=('4d688dbbe7cd8a08a9f9faef4d1c5b27')

build() {
  cd $startdir/src/$pkgname-$pkgver
  ./configure --prefix=/usr
  make || return 1
  make DESTDIR=$startdir/pkg install
}

If a TU orphans this, I'll adopt it.

Offline

#3 2006-11-26 23:05:48

tomk
Forum Fellow
From: Ireland
Registered: 2004-07-21
Posts: 9,839

Re: tagtool

Orphaned. All yours, tardo - nice PKGBUILD, too. smile

Offline

#4 2006-11-27 02:21:09

tardo
Member
Registered: 2006-07-15
Posts: 526

Re: tagtool

tomk wrote:

Orphaned. All yours, tardo - nice PKGBUILD, too. smile

All thanks to the guy that made PKGBUILD.proto =/
Package is now adopted and updated.

Offline

#5 2006-11-27 05:25:37

dolby
Member
From: 1992
Registered: 2006-08-08
Posts: 1,581

Re: tagtool

thanks. i dont think u'll have much working to do for this since there hasnt been an update for more than a year smile

edit: pkgbuild in aur doesnt seem upgraded


There shouldn't be any reason to learn more editor types than emacs or vi -- mg (1)
[You learn that sarcasm does not often work well in international forums.  That is why we avoid it. -- ewaller (arch linux forum moderator)

Offline

#6 2006-11-27 05:56:31

tardo
Member
Registered: 2006-07-15
Posts: 526

Re: tagtool

refresh

Offline

Board footer

Powered by FluxBB