You are not logged in.

#1 2004-10-18 00:50:50

punkrockguy318
Member
From: New Jersey
Registered: 2004-02-15
Posts: 711
Website

Easytag-unstable with GTK2

# Contributor:  Lukas Sabota <punkrockguy318@comcast.net>
# Maintainer:   Lukas Sabota <punkrockguy318@comcast.net>
pkgname=easytag-unstable
pkgver=0.31_gtk2.4_pre3
pkgrel=1
pkgdesc="The development version of EasyTag built with GTK2.  EasyTAG is a utility for viewing, editing and writing easily and quickly the tags of your music files"
url="http://easytag.sourceforge.net/"
license=""
depends=('id3lib' 'gtk2' 'libvorbis' 'flac')
conflicts=('easytag')
provides=('easytag')
source=(http://dl.sourceforge.net/sourceforge/easytag/easytag-0.31_gtk2.4_pre3.tar.bz2 http://voxel.dl.sourceforge.net/sourceforge/easytag/patch_easytag_0.31_gtk2.4_pre3a_compilation_fix.diff)
md5sums=('bcd25636ad909d3605a715af776ccd3c' '09ee68e80ba34b498a6d9206f16e3fb8')

build() {
  cd $startdir/src/easytag-0.31_gtk2.4_pre3
  patch -p1 < ..//patch_easytag_0.31_gtk2.4_pre3a_compilation_fix.diff
  ./configure --prefix=/usr
  make || return 1
  make prefix=$startdir/pkg/usr install
}

This is easytag unstable with gtk2... it rocks.. it's in my TUR... if any devs see this, this would be a great addition to unstable!


If I have the gift of prophecy and can fathom all mysteries and all knowledge, and if I have a faith that can move mountains, but have not love, I am nothing.   1 Corinthians 13:2

Offline

#2 2005-01-22 13:39:15

FUBAR
Member
From: Belgium
Registered: 2004-12-08
Posts: 1,029
Website

Re: Easytag-unstable with GTK2

Dammit, I saw this post too late. sad

Oh well, I made a package for version 1.99.3. Enjoy!

pkgname=easytag
pkgver=1.99.3
pkgrel=1
pkgdesc="EasyTAG is an utility for viewing and editing tags for MP3, MP2, FLAC, Ogg Vorbis, MusePack and Monkey's Audio files. Its simple and nice GTK+ interface makes tagging easier under GNU/Linux."
url="http://easytag.sourceforge.net/"
groups=
provides=
depends=('gtk2' 'id3lib' 'libogg' 'libvorbis')
makedepends=
conflicts=
replaces=
backup=
install=
source=(http://belnet.dl.sourceforge.net/sourceforge/easytag/$pkgname-$pkgver.tar.bz2)
#md5sums=('9f3575391562f3ebcc6705c92c8b0374')

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

Package is available here.


A bus station is where a bus stops.
A train station is where a train stops.
On my desk I have a workstation.

Offline

Board footer

Powered by FluxBB