* MPlayer packages.

svn path=/nixpkgs/trunk/; revision=176
This commit is contained in:
Eelco Dolstra
2003-07-17 22:33:21 +00:00
parent a119076f9e
commit 4cd39573f2
4 changed files with 57 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
Package(
[ ("name", "win32codecs-1")
, ("build", Relative("win32codecs/win32codecs-build.sh"))
, ("src", App(IncludeFix("fetchurl/fetchurl.fix"),
[ ("url", "http://www2.mplayerhq.hu/MPlayer/releases/codecs/extralite.tar.bz2")
, ("md5", "4748ecae87f71e8bda9cb2e2a9bd30b4")
]))
]
)