]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - libXvMC/libXvMC.nm
Merge remote-tracking branch 'ms/u-boot'
[people/ms/ipfire-3.x.git] / libXvMC / libXvMC.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = libXvMC
7 version = 1.0.6
8 release = 1
9
10 maintainer = Stefan Schantl <stefan.schantl@ipfire.org>
11 groups = X/Libraries
12 url = http://www.x.org/
13 license = MIT
14 summary = X.Org X11 libXvMC runtime library.
15
16 description
17 X.Org X11 libXvMC runtime library.
18 end
19
20 source_dl =
21 sources = %{thisapp}.tar.bz2
22
23 build
24 requires
25 libX11-devel
26 libXext-devel
27 libXv-devel
28 pkg-config
29 xorg-x11-proto-devel
30 end
31
32 configure_options += \
33 --disable-static
34 end
35
36 packages
37 package %{name}
38 end
39
40 package %{name}-devel
41 template DEVEL
42 end
43
44 package %{name}-debuginfo
45 template DEBUGINFO
46 end
47 end