Now it builds again.
Search Criteria
Package Details: gnome-media-player 0.1.3-2
Package Actions
| 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: | |
| Submitter: | pumbur |
| Maintainer: | None |
| Last Packager: | None |
| Votes: | 25 |
| First Submitted: | 2010-01-30 14:29 |
| Last Updated: | 2011-03-02 20:24 |
Required by (0)
Sources
- add-translation-support.patch
- http://launchpad.net/gnome-media-player/0.1.3%.*}/0.1.3/+download/gnome-media-player-0.1.3.tar.gz
- mouse-event-support.patch
- vlc-1.1.0-upgrade.patch
Latest Comments
Comment by City-busz
Comment by KaoDome
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
anyway it could use vlc-nogui or vlc-nox instead of vlc so it won't pull in qt?
Comment by KaoDome
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
==> 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
This won't build without xine-lib, it should be listed as a makedepend.
Anonymous comment
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
"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
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?