You are not logged in.

#1 2006-12-13 21:19:39

ro0x
Member
From: Santiago, Chile
Registered: 2004-06-20
Posts: 79

[Request]aeon-svn:a music player based in gstreamer and gtk2

Aeon is a player that is meant to look nice and have an interface that is as easy to use as possible. In contrast to BMPx it is entirely library-based, which means you can't add individual files to it, but you rather have to add them to the library beforehand. 
http://projects.beep-media-player.org/index.php/Main/Aeon

anyone can build the svn version?

Offline

#2 2006-12-13 22:03:27

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

Re: [Request]aeon-svn:a music player based in gstreamer and gtk2

Sounds interesting. smile

btw - posting URLS in code tags makes them unclickable yikes

http://projects.beep-media-player.org/i … /Main/Aeon

Offline

#3 2006-12-13 23:26:19

ro0x
Member
From: Santiago, Chile
Registered: 2004-06-20
Posts: 79

Re: [Request]aeon-svn:a music player based in gstreamer and gtk2

yeah... it's interesting but I have conflicts with the configure (libvisual) that lib is installed but the configure doesn't detect it

(~) walala $ pkg-config --list-all |grep libvisual
libvisual-0.4               libvisual - an audio visualisation abstraction library.

the configure uses the libvisual not the libvisual-0.4 file... same problem with the plugins

any chances to patch it?

the PKGBUILD

pkgname=aeon-svn
pkgver=23960                                                                              
pkgrel=1
pkgdesc="Aeon is a player that is meant to look nice and have an interface that is as easy to use as possible."
url="http://projects.beep-media-player.org/index.php/Main/Aeon"
conflicts=('aeon')
depends=('libvisual' 'libglade' 'sqlite3' 'taglib' 'libxml2' 'gstreamer0.10')
source=()

_svntrunk=http://svn.beep-media-player.org/aeon/trunk 
_svnmod=aeon

build() {
  
  msg "Updating SVN entries for $_svnmod ..."
  
  cd $startdir/src
  svn co $_svntrunk $_svnmod
  cd $_svnmod
  
  msg "Finished update, starting build ..."

  ./autogen.sh
  ./configure --prefix=/usr
  make || return 1
  make DESTDIR=$startdir/pkg install
}

Offline

Board footer

Powered by FluxBB