]> git.pld-linux.org Git - packages/beryl-core.git/blob - beryl-core.spec
- 20061020, ignore 0.1.1
[packages/beryl-core.git] / beryl-core.spec
1 Summary:        OpenGL window and compositing manager
2 Summary(pl):    OpenGL-owy zarz±dca okien i sk³adania
3 Name:           beryl-core
4 Version:        20061020
5 Release:        1
6 License:        MIT
7 Group:          X11
8 #Source0:       http://distfiles.xgl-coffee.org/beryl-core/%{name}-%{version}.tar.bz2
9 Source0:        %{name}-%{version}.tar.bz2
10 # Source0-md5:  f0b8043fe20a206bf5e78ca6942b695c
11 Patch0:         %{name}-aiglx.patch
12 BuildRequires:  autoconf >= 2.57
13 BuildRequires:  automake
14 BuildRequires:  glib2-devel >= 2.0
15 BuildRequires:  libpng-devel
16 BuildRequires:  libtool
17 BuildRequires:  pkgconfig
18 BuildRequires:  startup-notification-devel >= 0.7
19 BuildRequires:  xorg-lib-libSM-devel
20 BuildRequires:  xorg-lib-libXcomposite-devel >= 0.3
21 BuildRequires:  xorg-lib-libXdamage-devel
22 BuildRequires:  xorg-lib-libXrandr-devel
23 BuildRequires:  xorg-proto-glproto-devel
24 BuildRequires:  xorg-util-makedepend
25 Provides:       compiz
26 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
27
28 %description
29 Beryl is an OpenGL compositing manager that use
30 GLX_EXT_texture_from_pixmap for binding redirected top-level windows
31 to texture objects. It has a flexible plug-in system and it is
32 designed to run well on most graphics hardware.
33
34 This is an enhanced version of compiz, developed mainly by Quinnstorm.
35 Some parts were optimized for speed and there were added few
36 additional plugins and patches, delivering even more eyecandy.
37
38 %description -l pl
39 Beryl jest OpenGL-owym zarz±dc± sk³adania, u¿ywaj±cym rozszerzenia
40 GLX_EXT_texture_from_pixmap w celu wi±zania przekierowanych okien do
41 tekstur. Posiada elastyczny system wtyczek i jest tak zaprojektowany,
42 by dobrze dzia³aæ na wiêkszo¶ci kart graficznych.
43
44 To jest udoskonalona wersja compiza, tworzona g³ównie przez
45 Quinnstorma. Niektóre czê¶ci zosta³y zoptymalizowane pod wzglêdem
46 prêdko¶ci oraz dodano kilka dodatkowych wtyczek i ³atek,
47 dostarczaj±cych jeszcze wiêcej ¶wiecide³ek.
48
49 %package devel
50 Summary:        Header files for beryl
51 Summary(pl):    Pliki nag³ówkowe dla beryla
52 Group:          Development
53 Requires:       %{name} = %{version}-%{release}
54 Requires:       OpenGL-devel
55 Requires:       libpng-devel
56 Requires:       startup-notification-devel >= 0.7
57 Requires:       xorg-lib-libSM-devel
58 Requires:       xorg-lib-libXcomposite-devel >= 0.3
59 Requires:       xorg-lib-libXdamage-devel
60 Requires:       xorg-lib-libXrandr-devel
61 Conflicts:      compiz-devel
62
63 %description devel
64 Header files for beryl.
65
66 %description devel -l pl
67 Pliki nag³ówkowe dla beryla.
68
69 %prep
70 %setup -q -n %{name}
71 %patch0 -p1
72
73 %build
74 autoreconf -v --install
75
76 %configure \
77         --disable-static
78 %{__make}
79
80 %install
81 rm -rf $RPM_BUILD_ROOT
82
83 %{__make} install \
84         DESTDIR=$RPM_BUILD_ROOT
85
86 %clean
87 rm -rf $RPM_BUILD_ROOT
88
89 %files
90 %defattr(644,root,root,755)
91 %doc AUTHORS ChangeLog README TODO
92 %attr(755,root,root) %{_bindir}/*
93 %{_datadir}/beryl
94 %{_mandir}/man1/*
95
96 %files devel
97 %defattr(644,root,root,755)
98 %{_includedir}/beryl
99 %{_pkgconfigdir}/beryl.pc
This page took 0.087335 seconds and 3 git commands to generate.