]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - libXv/libXv.nm
glib2: Update to 2.39.4.
[people/ms/ipfire-3.x.git] / libXv / libXv.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = libXv
7 version = 1.0.7
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 libXv runtime library.
15
16
17 description
18 X.Org X11 libXv runtime library.
19 end
20
21 source_dl = http://ftp.x.org/pub/individual/lib/
22
23 build
24 requires
25 libX11-devel
26 libXext-devel
27 pkg-config
28 xorg-x11-proto-devel
29 end
30
31 configure_options += \
32 --disable-static
33 end
34
35 packages
36 package %{name}
37
38 package %{name}-devel
39 template DEVEL
40 end
41
42 package %{name}-debuginfo
43 template DEBUGINFO
44 end
45 end