Package Details: gnome-media-player 0.1.3-2

Package Base: gnome-media-player
Description: A simple media player for GNOME that supports libvlc, xine-lib and libgstreamer
Upstream URL: https://launchpad.net/gnome-media-player
Category: multimedia
Licenses: GPL
Submitter: pumbur
Maintainer: None
Last Packager: None
Votes: 25
First Submitted: 2010-01-30 14:29
Last Updated: 2011-03-02 20:24

Dependencies (6)

Required by (0)

Sources

Latest Comments

Comment by City-busz

2011-03-02 20:25

Now it builds again.

Comment by KaoDome

2010-11-08 10:42

As of 8th of November the package doesn't currently build:

vlc_engine.h:31:2: error: ‘libvlc_exception_t’ does not name a type
make[2]: *** [main_window.o] Error 1
make[2]: Leaving directory `/tmp/gnome-media-player/src/gnome-media-player-0.1.3/src'

The VLC version installed was 1.1.4.1-2.

Comment by Anonymo

2010-06-02 17:37

anyway it could use vlc-nogui or vlc-nox instead of vlc so it won't pull in qt?

Comment by KaoDome

2010-05-24 03:01

I don't seem to be able to play anything, even selecting the engine I want by myself.

This is what I get once I try to play something: http://aur.pastebin.com/AF5UQJQe

Comment by scrawl

2010-05-18 15:39

==> Retrieving Sources...
-> Downloading gnome-media-player-0.1.2.tar.gz...
--2010-05-18 17:39:36-- http://launchpad.net/gnome-media-player/development/0.1.2/+download/gnome-media-player-0.1.2.tar.gz
Resolving launchpad.net... 91.189.89.223, 91.189.89.222
Connecting to launchpad.net|91.189.89.223|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2010-05-18 17:39:37 ERROR 404: Not Found.

==> ERROR: Failure while downloading gnome-media-player-0.1.2.tar.gz
Aborting...
Error: Makepkg was unable to build gnome-media-player package.

Comment by korin43

2010-04-03 21:41

This won't build without xine-lib, it should be listed as a makedepend.

Anonymous comment

2010-04-01 13:49

I agree,
It would be a good idea to make this the stable package. Posted my local pkgbuild in case anyone is interested:

pkgname=gnome-media-player
pkgver=0.1.2
pkgrel=1
pkgdesc="Gnome Media Player"
arch=('i686' 'x86_64')
url="https://launchpad.net/gnome-media-player"
license=('GPL')
depends=()
makedepends=('vlc')
optdepends=('vlc' 'xine-lib')
source=(http://launchpad.net/gnome-media-player/development/0.1.2/+download/$pkgname-$pkgver.tar.gz)
md5sums=('8e8f6b966b93880f150b304d937c3f33')

build() {
cd $srcdir/$pkgname-$pkgver
./configure --prefix=/usr
make || return 1
make DESTDIR=$pkgdir install || return 1
mv -t $pkgdir/usr/share $pkgdir/usr/doc
}

Comment by shomyo

2010-03-27 20:41

"GNOME Media Player 0.1.2 was released today. It adds new features such as volume controls and fixes many bugs in the application core."

yep :)

Comment by paterbrown

2010-03-24 12:34

First stable version 0.1 is out. Maybe it would be better if you make a new PKGBUILD like "gnome-media-player-bzr" for the development version?