gecko-mediaplayer: updated to version 1.0.5
I hoped this update would fix the build errors, but in fact it didn't. :-( svn path=/nixpkgs/trunk/; revision=32518
This commit is contained in:
parent
1ee7c4250f
commit
31e7a2ce7a
@ -1,16 +1,16 @@
|
|||||||
{ stdenv, fetchurl, pkgconfig, glib, dbus, dbus_glib, browser, x11
|
{ stdenv, fetchurl, pkgconfig, glib, dbus, dbus_glib, browser, x11
|
||||||
, GConf, gnome_mplayer, MPlayer
|
, GConf, gnome_mplayer, MPlayer, gmtk
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "gecko-mediaplayer-1.0.4";
|
name = "gecko-mediaplayer-1.0.5";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://gecko-mediaplayer.googlecode.com/files/${name}.tar.gz";
|
url = "http://gecko-mediaplayer.googlecode.com/files/${name}.tar.gz";
|
||||||
sha256 = "18asxxsqng303cxcww75k4r6syqjs7lylibv997kq0869kz4spsp";
|
sha256 = "913fd39e70c564cb210c2544a88869f9d1a448184421f000b14b2bc5ba718b49";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [pkgconfig glib dbus dbus_glib browser x11 GConf browser.xulrunner];
|
buildInputs = [ pkgconfig glib dbus dbus_glib browser x11 GConf browser.xulrunner gmtk ];
|
||||||
|
|
||||||
# !!! fix this
|
# !!! fix this
|
||||||
preBuild =
|
preBuild =
|
||||||
|
@ -0,0 +1,13 @@
|
|||||||
|
{ stdenv, fetchurl, intltool, pkgconfig, gtk, GConf, alsaLib }:
|
||||||
|
|
||||||
|
stdenv.mkDerivation rec {
|
||||||
|
name = "gmtk-1.0.5";
|
||||||
|
|
||||||
|
src = fetchurl {
|
||||||
|
url = "http://gmtk.googlecode.com/files/${name}.tar.gz";
|
||||||
|
sha256 = "a07130d62719e8c1244f8405dd97445798df5204fc0f3f2f2b669b125114b468";
|
||||||
|
};
|
||||||
|
|
||||||
|
buildInputs = [ intltool pkgconfig gtk GConf alsaLib ];
|
||||||
|
}
|
||||||
|
|
@ -6929,6 +6929,11 @@ let
|
|||||||
|
|
||||||
gqview = callPackage ../applications/graphics/gqview { };
|
gqview = callPackage ../applications/graphics/gqview { };
|
||||||
|
|
||||||
|
gmtk = callPackage ../applications/networking/browsers/mozilla-plugins/gmtk {
|
||||||
|
inherit (gnome) GConf;
|
||||||
|
inherit (gtkLibs) gtk;
|
||||||
|
};
|
||||||
|
|
||||||
googleearth = callPackage_i686 ../applications/misc/googleearth { };
|
googleearth = callPackage_i686 ../applications/misc/googleearth { };
|
||||||
|
|
||||||
google_talk_plugin = callPackage ../applications/networking/browsers/mozilla-plugins/google-talk-plugin {
|
google_talk_plugin = callPackage ../applications/networking/browsers/mozilla-plugins/google-talk-plugin {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user