eeabccf147
* Disabled gtkspell support in pan since it (and it alone) has a conflict with the system glibc. * Use CPU detection in MPlayer so that it also works on systems with different CPUs than the build system's. svn path=/nixpkgs/trunk/; revision=206
22 lines
723 B
Plaintext
22 lines
723 B
Plaintext
Package(
|
|
[ ("name", "MPlayer-0.90")
|
|
|
|
, ("build", Relative("MPlayer/MPlayer-build.sh"))
|
|
, ("setenv", Relative("helpers/set-env.sh"))
|
|
|
|
, ("src", App(IncludeFix("fetchurl/fetchurl.fix"),
|
|
[ ("url", "http://www2.mplayerhq.hu/MPlayer/releases/MPlayer-0.90.tar.bz2")
|
|
, ("md5", "9a9f294bbaab2071ecbc327f4e870be8")
|
|
]))
|
|
|
|
, ("fonts", App(IncludeFix("fetchurl/fetchurl.fix"),
|
|
[ ("url", "http://www2.mplayerhq.hu/MPlayer/releases/fonts/font-arial-iso-8859-1.tar.bz2")
|
|
, ("md5", "1ecd31d17b51f16332b1fcc7da36b312")
|
|
]))
|
|
|
|
, ("stdenv", IncludeFix("stdenv/stdenv.fix"))
|
|
, ("freetype", IncludeFix("freetype/freetype.fix"))
|
|
, ("win32codecs", IncludeFix("win32codecs/win32codecs.fix"))
|
|
]
|
|
)
|