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