You are not logged in.

#1 2005-04-06 12:04:59

joe
Member
From: Folsom, CA
Registered: 2004-07-27
Posts: 51
Website

Muine 0.8.2

Here you go.  I based it off the old pkgbuild, so it should work ok.  You'll need to get gtk-sharp-2 and mono 1.1 from testing....

PKGBUILD:

#Maintainer: Ben <ben@benmazer.net>

pkgname=muine
pkgver=0.8.2
pkgrel=1
pkgdesc="a music app written in C#"
url="http://muine.gooeylinux.org"
depends=('mono>=1.1' 'perlxml' 'gtk-sharp-2' 'gstreamer' 'libid3tag' 'flac' 'libogg' 'gst-plugins' 'gdbm' 'libgnome')
makedepends=()
conflicts=()
replaces=()
backup=()
install=muine.install
source=(http://muine.gooeylinux.org/$pkgname-$pkgver.tar.gz)
md5sums=('7b6e8cf76cf35fe54eeb51d875f4e09f')

build() {
[ -f /etc/profile.d/gnome.sh ] && . /etc/profile.d/gnome.sh

  cd $startdir/src/$pkgname-$pkgver
  ./configure --prefix=/opt/gnome --enable-gstreamer --disable-schemas-install
  make || return 1
  make prefix=$startdir/pkg/opt/gnome install
}

muine.install:

schemas=(
  'opt/gnome/etc/gconf/schemas/muine.schemas'
)

post_install() {
  for schema in "${schemas[@]}" ; do
    GCONF_CONFIG_SOURCE=`opt/gnome/bin/gconftool-2 --get-default-source` opt/gnome/bin/gconftool-2 --makefile-install-rule "$schema" > /dev/null 2>&1
  done
}

post_upgrade() {
  post_install $2
}

pre_remove() {
  /bin/true
}

op=$1
shift

$op $*

Offline

#2 2005-04-06 22:27:12

corky
Member
From: Norway
Registered: 2004-12-17
Posts: 76

Re: Muine 0.8.2

Works well, thanks  8)


mov ah, 0
int 16h

Offline

Board footer

Powered by FluxBB