You are not logged in.

#1 2004-12-11 21:22:06

kakabaratruskia
Member
From: Santiago, Chile
Registered: 2003-08-24
Posts: 596

bmp 0.9.7 + some plugins.

Bmp team finally released 0.9.7

bmp-0.9.7:

pkgname=bmp
pkgver=0.9.7
pkgrel=1
pkgdesc="gtk2 port of xmms"
url="http://beepmp.sourceforge.net/"
depends=('gtk2' 'libvorbis' 'esd' 'alsa-lib' 'expat')
source=(http://belnet.dl.sourceforge.net/sourceforge/beepmp/$pkgname-$pkgver.tar.gz)
md5sums=('5d74113f5de3d11a400d1d6c118d41c0')

build() {
  cd $startdir/src/$pkgname-$pkgver
  ./configure --prefix=/usr
  /usr/bin/make || return 1
  /usr/bin/make DESTDIR=$startdir/pkg install
  cd $startdir/pkg/usr/lib
  ln -s libbeep.so.2.0.0 libbeep.so.1 
}

bmp-musepack:

pkgname=bmp-musepack
pkgver=1.1
pkgrel=1
pkgdesc="This plugin is needed to play MPC files with Beep Media Player."
url="http://www.musepack.net/index.php?pg=home"
depends=('libmusepack' 'xorg' 'gtk2')
makedepends=('bmp' 'libmusepack' 'gcc' 'gtk2')
source=(http://www.saunalahti.fi/grimmel/musepack.net/linux/plugins/$pkgname-$pkgver.tar.bz2)
md5sums=('86dc611f56f07d8e0e2868f93db21339')

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

bmp-wma:

pkgname=bmp-wma
pkgver=0.1.1
pkgrel=1
pkgdesc="bmp-wma is WMA (Windows Media Audio) input plugin for beep-media-player based on ffmpeg."
url="http://bmp-plugins.berlios.de/bmp-wma.html"
depends=('bmp' 'glibc' 'xorg')
makedepends=('bmp' 'gcc')
source=(http://www.nixp.ru/pub/files/$pkgname-$pkgver.tar.gz)
md5sums=('8dcf3fcdb10e8e2e386f70745812412b')

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

And where were all the sportsmen who always pulled you though?
They're all resting down in Cornwall
writing up their memoirs for a paper-back edition
of the Boy Scout Manual.

Offline

#2 2004-12-13 07:49:53

ganlu
Member
From: ChongQing, China
Registered: 2004-01-04
Posts: 360

Re: bmp 0.9.7 + some plugins.

Flac, where is your wonderful pkgbuilds left, thanks.

Offline

#3 2004-12-28 01:05:14

jskier
Member
From: Minnesota, USA
Registered: 2003-07-30
Posts: 383
Website

Re: bmp 0.9.7 + some plugins.

Works great, thanks... For whatever reason my attempt wouldn't play MP3's after it compiled  :?


--
JSkier

Offline

#4 2005-01-29 00:04:42

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

Re: bmp 0.9.7 + some plugins.

pkgname=bmp-musepack
pkgver=1.1.2
pkgrel=1
pkgdesc="This plugin is needed to play MPC files with Beep Media Player."
url="http://www.musepack.net/index.php?pg=lin&tr=en"
depends=('libmusepack' 'xorg' 'gtk2')
makedepends=('bmp' 'libmusepack' 'gcc' 'gtk2')
source=(http://files.musepack.net/linux/plugins/$pkgname-$pkgver.tar.bz2)

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

it went on saying
configure.in:4: version mismatch.  This is Automake 1.9.4,
configure.in:4: but the definition used by this AM_INIT_AUTOMAKE
configure.in:4: comes from Automake 1.9.3.  You should recreate
configure.in:4: aclocal.m4 with aclocal and run automake again.
WARNING: `automake-1.9' is probably too old.  You should only need it if
         you modified `Makefile.am', `acinclude.m4' or `configure.in'.
         You might want to install the `Automake' and `Perl' packages.
         Grab them from any GNU archive site.

and then failed to compile

I like and I'm happy with ogg btw, but arch should ship this plugin cause bmp is nice and mpc is somehow popular

Offline

#5 2005-01-29 00:28:52

celeron2002
Member
From: Santiago, Chile.
Registered: 2004-02-18
Posts: 150

Re: bmp 0.9.7 + some plugins.

upgrade automake


irc.bsd.cl #linux
irc.freenode.org #archlinux-es

Offline

#6 2005-01-29 17:31:46

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

Re: bmp 0.9.7 + some plugins.

you mean upgrade the source files via the PKGBUILD maybe to support 1.9.4 ?

Offline

#7 2005-05-10 21:23:41

iom
Member
From: Slovenia
Registered: 2005-04-18
Posts: 35

Re: bmp 0.9.7 + some plugins.

libmusepack 1.1

Outdated by libmpcdec, online for compatibility with applications not yet updated to use libmpcdec.

so, i prepared a newer version using libmpcdec. i have never used libmusepack so i am not sure about 'replaces=...'.
libmpcdec

pkgname=libmpcdec
pkgver=1.2
pkgrel=
pkgdesc="MPC decoder"
depends=('glibc')
replaces=('libmusepack')
url="http://musepack.net/"

source=(http://musepack.origean.net/files/source/libmpcdec-$pkgver.tar.bz2)

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

and bmp-musepack:

pkgname=bmp-musepack
pkgver=1.2
pkgrel=RC1
pkgdesc="A BMP plugin for playing sounds in Musepack (MPC) format"
depends=('bmp' 'libmpcdec' 'taglib')
groups=('bmp-plugins' 'bmp-io-plugins')
url="http://musepack.net/"
source=(http://musepack.origean.net/files/linux/plugins/bmp-musepack-$pkgver-$pkgrel.tar.bz2)
md5sums=('25273c34267ea258500fddf2e3f9d1af')

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

please note that these are my first PKGBUILDs, however, my BMP now plays mpc files.

Offline

#8 2005-07-19 01:43:09

FJ
Member
From: Ontario, Canada
Registered: 2005-03-17
Posts: 75
Website

Re: bmp 0.9.7 + some plugins.

I'm having some problems with bmp-extra-plugins.  I'm getting a Forbidden (403) error, so it seems I can't actually make this package.  Anyone have a package of this already?  I really only need the bmp-crossfade plugin!

Offline

#9 2005-07-19 04:03:58

Meshuggin
Member
From: /home/meshuggin
Registered: 2005-03-23
Posts: 137

Re: bmp 0.9.7 + some plugins.

FJ wrote:

I'm having some problems with bmp-extra-plugins.  I'm getting a Forbidden (403) error, so it seems I can't actually make this package.  Anyone have a package of this already?  I really only need the bmp-crossfade plugin!

Yep, I'm the bmp-extra-plugins mantainer, now there's only svn access tu build the package, so it has to be modifications done to make a PKGBUILD works.

By now I've got the package on my pc, if you like, I can send it to you, just let me know (MP)


Arch GNU/Linux 0.7.1 (Noodle)
Linux 2.6.14-archck1

Offline

Board footer

Powered by FluxBB