You are not logged in.

#1 2005-03-30 14:50:58

miqorz
Member
Registered: 2004-12-31
Posts: 475

Tagtool and XChat.

# $Id: PKGBUILD,v 1.4 2003/11/06 08:26:20 dorphell Exp $
# Contributor: Mike Limon <mike@left-foot.org>

pkgname=tagtool
pkgver=0.12.1
pkgrel=1
pkgdesc="An Advanced GTK2 ID3v2 Tag Editor"
depends=('gtk2' 'id3lib' 'libvorbis' 'libogg')
source=(http://switch.dl.sourceforge.net/sourceforge/tagtool/$pkgname-$pkgver.tar.gz)
md5sums=('938ef0c289ebc618f9fbc8338c3fdf23')

build() {
  cd $startdir/src/$pkgname-$pkgver
  ./configure --prefix=/usr
  make || return 1
  make prefix=$startdir/pkg/usr install
}
# $Id: PKGBUILD,v 1.32 2005/01/02 23:31:02 judd Exp $
# Contributor: miqorz <mike@left-foot.org>
pkgname=xchat
pkgver=2.4.2
pkgrel=1
pkgdesc="A GTK+ based IRC client"
url="http://www.xchat.org/"
depends=('x-server' 'gtk2' 'openssl' 'tcl')
source=(http://xchat.org/files/source/2.4/$pkgname-$pkgver.tar.bz2)
md5sums=('2d1f30fb2f088449f5f8892194bd1b55')

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

Tagtool works great here, but I'm not sure about's systems. So please test this.

And yes I know XChat is in current. But it's out of date.


http://wiki2.archlinux.org/

Read it. Love it. Live it. Or die.

Offline

#2 2005-03-30 17:06:36

miqorz
Member
Registered: 2004-12-31
Posts: 475

Re: Tagtool and XChat.

Here's a screenshot to give you an idea of what tagtool is.

tt_edit.png


http://wiki2.archlinux.org/

Read it. Love it. Live it. Or die.

Offline

#3 2005-04-14 14:28:52

scarecrow
Member
From: Greece
Registered: 2004-11-18
Posts: 715

Re: Tagtool and XChat.

On the first one, you have to add perlxml to the dependencies, else it won't compile.
The second one is fine.
Thanks for both.


Microshaft delenda est

Offline

#4 2005-04-14 14:52:08

miqorz
Member
Registered: 2004-12-31
Posts: 475

Re: Tagtool and XChat.

Thanks for the heads up, I allways keep perlxml installed so I had no idea. wink


http://wiki2.archlinux.org/

Read it. Love it. Live it. Or die.

Offline

#5 2005-04-19 23:23:47

Gullible Jones
Member
Registered: 2004-12-29
Posts: 4,863

Re: Tagtool and XChat.

I just compiled Tagtool and discovered that it won't respond to the "open directory" button or keystroke (ctrl-o).

Offline

#6 2005-04-20 09:14:12

sweiss
Member
Registered: 2004-02-16
Posts: 635

Re: Tagtool and XChat.

I use EasyTag for tagging. Great utility.

Offline

#7 2005-04-20 12:54:34

miqorz
Member
Registered: 2004-12-31
Posts: 475

Re: Tagtool and XChat.

Gullible Jones wrote:

I just compiled Tagtool and discovered that it won't respond to the "open directory" button or keystroke (ctrl-o).

Send that to the author.

And thank you for that wonderfully useless post sweiss.


http://wiki2.archlinux.org/

Read it. Love it. Live it. Or die.

Offline

#8 2005-04-20 15:04:34

zeppelin
Member
From: Athens, Greece
Registered: 2004-03-05
Posts: 807
Website

Re: Tagtool and XChat.

miqorz, does tagtool handle non iso8859-1 stuff correctly? even easytag2 has problems [when filenames in the fs are not in latin or utf8 encoding]. does it do massive replacing?

my problem is:
I have a lot of greek mp3s tagged from windows in a vfat partition [so cp1253 [windows-greek]] in the text of the tags and possibly in filenames too {not sure} and that sucks. I tried (and failed) to massively convert those from cp1253 to utf8 with easytag] did you ever have such problems iwth tagtool?
thanks

Offline

#9 2005-04-20 17:37:43

miqorz
Member
Registered: 2004-12-31
Posts: 475

Re: Tagtool and XChat.

I really wish I could answer your question but the only tag that I use that uses even remotely nonstandard english letters is tool's Ænema.

And yes it does massive replacing. I usually mass tag the Artist. Album, Year, and Genre then just fill in the song name and number.


http://wiki2.archlinux.org/

Read it. Love it. Live it. Or die.

Offline

#10 2005-04-20 20:53:17

sweiss
Member
Registered: 2004-02-16
Posts: 635

Re: Tagtool and XChat.

Thought maybe you'd like to know since tagtool seems more limited.

Have it your way then.

Offline

#11 2005-04-20 21:00:33

miqorz
Member
Registered: 2004-12-31
Posts: 475

Re: Tagtool and XChat.

Considering I started looking for something like tagtool from my pure hatred of easytag... yeah.


http://wiki2.archlinux.org/

Read it. Love it. Live it. Or die.

Offline

#12 2005-04-20 22:27:56

shadowhand
Member
From: MN, USA
Registered: 2004-02-19
Posts: 1,142
Website

Re: Tagtool and XChat.

TagTool looks awesome. I've been looking for that forever... Thanks miqorz.

EDIT: no, I take that back. TagTool looks great, but doesn't do a damn thing on my system. None of the program buttons or menu entries have any effect at all. Any ideas?


·¬»· i am shadowhand, powered by webfaction

Offline

#13 2005-04-21 00:41:19

miqorz
Member
Registered: 2004-12-31
Posts: 475

Re: Tagtool and XChat.

This is weird, I seem to be the only person it doesn't fuck up for?

I've been running this thing for weeks so far without a hitch. I'd check our your gtk setup.


http://wiki2.archlinux.org/

Read it. Love it. Live it. Or die.

Offline

#14 2005-04-21 05:06:27

shadowhand
Member
From: MN, USA
Registered: 2004-02-19
Posts: 1,142
Website

Re: Tagtool and XChat.

Check it in which ways? Every other GTK program I have works fine...


·¬»· i am shadowhand, powered by webfaction

Offline

#15 2005-05-02 02:45:45

SleepyDog
Member
Registered: 2004-10-15
Posts: 114

Re: Tagtool and XChat.

I was able to compile it a while ago, and I had the same problem with nothing responding. Now, on a new install, I can't even build the package. I think there might be something wrong with perlxml, because I have it installed, but the configure script says I don't. Hopefully all this gets sorted out soon.

Offline

#16 2005-05-03 01:26:00

miqorz
Member
Registered: 2004-12-31
Posts: 475

Re: Tagtool and XChat.

-Wl,--export-dynamic has to be added to the linker flags.

Once that's done, it will work fine.

I'll consider writing a patch to the configure script later.


EDIT:

Save that as tagtool-0.12.1-export-dynamic.diff

diff -u -r tagtool-0.12.1/configure tagtool-0.12.1-export/configure
--- tagtool-0.12.1/configure    2005-03-05 15:57:51.000000000 -0500
+++ tagtool-0.12.1-export/configure    2005-05-02 21:28:32.000000000 -0400
@@ -4391,7 +4391,7 @@
 fi;
 if test "$enable_mp3" = "yes"; then
             SAVE_LDFLAGS=$LDFLAGS
-    LDFLAGS="-lstdc++ -lz $LDFLAGS"
+    LDFLAGS="-Wl,--export-dynamic -lstdc++ -lz $LDFLAGS"
 
 
 echo "$as_me:$LINENO: checking for main in -lid3" >&5

http://wiki2.archlinux.org/

Read it. Love it. Live it. Or die.

Offline

#17 2005-05-19 20:33:03

shadowhand
Member
From: MN, USA
Registered: 2004-02-19
Posts: 1,142
Website

Re: Tagtool and XChat.

Could you email me your TagTool package Miqorz? I'd like to test it. woody.gilk at gmail.com

Thanks.


·¬»· i am shadowhand, powered by webfaction

Offline

#18 2005-05-20 01:55:43

miqorz
Member
Registered: 2004-12-31
Posts: 475

Re: Tagtool and XChat.

Eh? The patch should fix everything. Just build it yourself.


http://wiki2.archlinux.org/

Read it. Love it. Live it. Or die.

Offline

#19 2005-05-20 22:40:23

shadowhand
Member
From: MN, USA
Registered: 2004-02-19
Posts: 1,142
Website

Re: Tagtool and XChat.

I posted too fast. Actually, I added the LDFLAGS export to /etc/makepkg.conf to prevent future libglade issues.

TagTool works without issues now. smile


·¬»· i am shadowhand, powered by webfaction

Offline

Board footer

Powered by FluxBB