summaryrefslogtreecommitdiff
path: root/baselibs.conf
blob: 72dc7cecaf021cdc5ac2f80bfcc2ee75447fddcf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
# do not add a package without a comment

#
# core runtime packages
#
glibc
  post "-p "/sbin/ldconfig -n /%_lib""
  targettype x86 +/etc/ld.so.conf
  targettype x86 "/lib/ld-linux.so.2 -> <prefix>/lib/ld-linux.so.2"
  targettype x86 obsoletes "baselibs-x86"
  prereq -glibc-x86

glibc-locale
  +/usr/lib(64)?/gconv/gconv-modules
  targettype x86 -/usr/lib(64)?/gconv/gconv-modules
readline
ncurses
  targettype x86 provides "baselibs-x86:<prefix>/lib/libncurses.so.5"

targettype x86 package bash
  +^/bin/bash$
  +^/bin/sh$
  prereq -glibc-x86

targettype x86 package coreutils
  +^/bin/uname$
  prereq -glibc-x86

#
# core development packages
#
glibc-devel
  +^/usr/include/gnu/stubs-.*\.h$
glibc-profile
gdb
  +/usr/bin/gdbserver -> /usr/bin/gdbserver<extension>
  +/usr/bin/gdb -> /usr/bin/gdb<extension>
  # kill package for i586 32bit
  targetarch x86_64 block!
  prereq -glibc-x86
strace
  +/usr/bin/strace-graph -> /usr/bin/strace-graph<extension>
  +/usr/bin/strace -> /usr/bin/strace<extension>
  prereq -glibc-x86
ltrace
  +/usr/bin/ltrace -> /usr/bin/ltrace<extension>
#
# essential devel packages
#
readline-devel
ncurses-devel

#
# gcc devel and runtime libs
libgcj
  # see bugzilla #144113
  requires "libgcj"
  +/usr/bin/grmiregistry -> /usr/bin/grmiregistry<extension>
  +/usr/bin/gij -> /usr/bin/gij<extension>
libgcj-devel
targettype x86 package libada
targettype x86 package libgcc
targettype x86 package libobjc
targettype x86 package libstdc++
targettype x86 package compat-libstdc++
# for gcc4
gmp

java-1_4_2-gcj-compat
  +.*/(java|rmiregistry|rt\.jar)$
  provides "jre-<extension>"
  requires "libgcj-<targettype>"

#
# libs for old binaries
#
compat
  targettype x86 provides "baselibs-x86:<prefix>/usr/lib/libg++-1.so.2"
#
compat-openssl097g

#
# postgres requirements:
#
zlib
  targettype x86 provides "baselibs-x86:<prefix>/lib/libz.so.1"
zlib-devel
tcl
perl
python

#
# mysql requirements:
#
tcpd

#
# python requirements:
#
bzip2
  targettype x86 provides "baselibs-x86:<prefix>/usr/lib/libbz2.so.1"
db
gdbm
#
# perl requirements:
#
bzip2
db
gdbm
gdbm-devel

#
# heimdal requirements
#
db42
#
# wine & wine-devel requirements:
#
xorg-x11-Mesa
  obsoletes "XFree86-Mesa-<targettype>"
  provides  "XFree86-Mesa-<targettype>"
xorg-x11-Mesa-devel
  obsoletes "XFree86-Mesa-devel-<targettype>"
  provides  "XFree86-Mesa-devel-<targettype>"
Mesa
  obsoletes "XFree86-Mesa-<targettype> xorg-x11-Mesa-<targettype>"
  provides  "XFree86-Mesa-<targettype> xorg-x11-Mesa-<targettype>"
Mesa-devel
  obsoletes "XFree86-Mesa-devel-<targettype> xorg-x11-Mesa-devel-<targettype>"
  provides  "XFree86-Mesa-devel-<targettype> xorg-x11-Mesa-devel-<targettype>"
xorg-x11-libs
  obsoletes "XFree86-compat-libs-<targettype> XFree86-libs-<targettype>"
  provides  "XFree86-compat-libs-<targettype> XFree86-libs-<targettype>"
  targettype x86 provides "baselibs-x86:<prefix>/usr/X11R6/lib/libX11.so.6"
xorg-x11-devel
  obsoletes "XFree86-devel-<targettype>"
  provides  "XFree86-devel-<targettype>"
  requires -xorg-x11-<targettype>
  requires "xorg-x11-libs-<targettype> = <version>"
libdrm
libdrm-devel
alsa
capi4linux
  -/pppd
freeglut
freeglut-devel
libjpeg
libjpeg-devel
liblcms
liblcms-devel
giflib
  obsoletes "libungif-<targettype>"
  provides  "libungif-<targettype>"
  targettype 32bit provides "libungif.so.4"
  targettype 64bit provides "libungif.so.4()(64bit)"
giflib-devel
sane
openssl
openssl-devel

#
# wine devel requirements
#
bison
flex
gcc
libsmbclient
samba-libs

#
# libsmbclient requirements:
#
#kerberos implementation switched to krb5 currently
#heimdal-lib
#heimdal-devel

krb5
  obsoletes "heimdal-lib-<targettype>"
  provides  "heimdal-lib-<targettype>"
krb5-devel

e2fsprogs
e2fsprogs-devel
openldap2-client
openldap2-devel
  requires -openldap2-<targettype>
  requires "openldap2-client-<targettype> = <version>"

#
# Needed by MarbleBlast (32bit game on amd64)
#
SDL
SDL-devel

# Needed by SDL
#
aalib
aalib-devel

#
# Needed by aalib
#
slang
slang-devel
gpm


#
# Needed by openldap2-client
#
cyrus-sasl
cyrus-sasl-devel

#
# xorg-x11-libs requirements:
#
expat
fontconfig
fontconfig-devel
freetype2
freetype2-devel

#
# kdebase3-nsplugin requirements:
#
openmotif-libs
openmotif-devel
  requires -openmotif-<targettype>
  requires "openmotif-libs-<targettype> = <version>"
xorg-x11-libs
kdelibs3
kdelibs3-arts
glibc
libart_lgpl
qt3
qt3-devel
fontconfig
freetype2
expat
libpng
libpng-devel
zlib
fam
cups-libs

#
# qt3 requirements:
#
libmng

#
# kdelibs3 requirements:
#
arts
aspell
audiofile
glib2
libjasper
libogg
libtiff
libtiff-devel
libvorbis
libxml2
libxml2-devel
libxslt
libxslt-devel
mad
pcre
libidn
jack
OpenEXR

#
# lkcdutils-netdump-server requirements:
#
popt
glib

#
# only for SLES
#laus
#  +/sbin/auditd -> /sbin/auditd<extension>
#  +/usr/sbin/aucat -> /usr/sbin/aucat<extension>
#  +/usr/sbin/audbin -> /usr/sbin/audbin<extension>
#  +/usr/sbin/aurun64 -> /usr/sbin/aurun<extension>
#laus-devel

#
# http://bugzilla.suse.de/show_bug.cgi?id=34512
# openal requirements:
#
openal

#
# eclipse
#
libbonobo
libidl
gnome-vfs2
gconf2
orbit2

#
# openoffice
#
thinkeramik
thinkeramik-style
startup-notification
evolution-data-server
glitz
libpixman
cairo
curl
neon
libsndfile
mono-core
  +/usr/bin/mono -> /usr/bin/mono<extension>

#
# evolution-data-server
#
libgcrypt
libgcrypt-devel
gnutls
gnutls-devel
libgpg-error
libgpg-error-devel
libsoup
libsoup-devel

#
# gnutls
#
libopencdk
libopencdk-devel
lzo
lzo-devel


# MainActor
libavc1394
libavc1394-devel
#

# customers with 64bit databases on biarch systems...
libaio
libaio-devel
# http://bugzilla.suse.de/show_bug.cgi?id=41276
libcap
# also db access libraries and development libs.
unixODBC
unixODBC-devel
  requires "unixODBC-<targettype> = <version>"

#
# Dinge wo keiner so rischtisch weiss wers braucht...
#
parted
libusb
DirectFB
atk
bind-libs
  obsoletes "bind-utils-<targettype>"
  provides  "bind-utils-<targettype>"
binutils
cdparanoia
cracklib
db1
db40
esound
file
flac
gettext
glib
glib-devel
gnome-libs
gtk
gtk2
  +/opt/gnome/bin/gdk-pixbuf-query-loaders(-64)?
  +/opt/gnome/bin/gtk-query-immodules-2.0(-64)?
  prereq "/usr/bin/touch"
  post "touch var/adm/SuSEconfig/run-gtk"
imlib
libacl
libattr
libica
libmikmod
libmpeg3
libtool
libxcrypt
libxml
nss_ldap
orbit

pango
  +/etc/opt/gnome/pango/pango.modules
  +/opt/gnome/bin/pango-querymodules(-64)?
  prereq "/usr/bin/touch"
  post "touch var/adm/SuSEconfig/run-pango"
popt
popt-devel
postgresql-libs
resmgr
#rpm
speex
taglib
termcap
  targettype x86 provides "baselibs-x86:<prefix>/usr/lib/libtermcap.so.2"
tk
utempter
xaw3d
xmms-lib
  obsoletes "xmms-<targettype>"
  provides  "xmms-<targettype>"
pciutils
pciutils-devel
  requires -pciutils-<targettype>
libglade
#
# xine-lib
#
xine-lib
libtheora
#
# kraxel
#
libexif

#
# mono
#
libicu
libicu-devel

#
# gtk-sharp
#
libgnomeui
libbonoboui
libglade2
libgnome
gnome-keyring
libgnomecanvas
libgnomeprint
libgnomeprintui
libgnomecups
gnome-themes
gtk-qt-engine
gtk2-engines
librsvg
libgsf
libcroco
#
# iscan
#
libgphoto2
libieee1284

#
# kdebase3 requirements:
#
kdebase3
kdebase3-khotkeys
libraw1394
libraw1394-devel

#
# pam-modules requirements:
#
pam
pam-modules
pam_ldap
pam_krb5
libselinux
libselinux-devel

#
# PowerDVD
#
gdk-pixbuf

#
# PHP4
#
php4
  +/usr/lib(64)?/php/sce_install

# used by kdebase3
dbus-1
dbus-1-qt3
hal

# other dbus
dbus-1-qt
qt

# used by kdelibs3
mDNSResponder

# used by DirectFB
sysfsutils

# used by various
db42

# used by xine-lib
libcdio
libcddb
vcdimager

# used by kdebase3
powersave-libs
cpufrequtils

# novell-ifolder
compat-curl2

# nautilus-ifolder
eel
gail
nautilus
newt
sqlite2
gnome-desktop
gnome-menus
libbeagle

# build tcl browser plugin
tclplug
# useful for media players
lirc
# for gambas
mysql-shared
SDL_mixer
SDL_mixer-devel
# for krb5 et al
libcom_err
# for mozilla et al
mozilla-nspr
mozilla-nss
# for ltrace
libelf
# for scilab
f2c
# for arcad_eval
libnetpbm
# for banshee
nautilus-cd-burner
gstreamer
gstreamer-plugins
dbus-1-glib
sqlite
libipoddevice
libgtop
gtk-sharp
gtk-sharp2
gnome-panel
gnome-panel-nld
libwnck
#
# x86 stuff
#
freetype
itcl
libgtkhtml
scim
openmotif21-libs
# Mplayer
libdv
xvid
lame
fribidi
# edirectory
openslp
# qa team
ltp
reaim
# ibm request
libhugetlbfs
  +/usr/lib(64)?/libhugetlbfs

numactl
# pam module included
CASA
# ppc 64bit stuff
arch ppc64 package bind-devel
  requires -bind-<targettype>
arch ppc64 package boost
arch ppc64 package boost-devel
arch ppc64 package libacl-devel
arch ppc64 package libapr-util1
arch ppc64 package libapr-util1-devel
arch ppc64 package libapr1
arch ppc64 package libapr1-devel
arch ppc64 package libattr-devel
arch ppc64 package libnotify
arch ppc64 package libnotify-devel
arch ppc64 package recode
arch ppc64 package recode-devel
arch ppc64 package blocxx
arch ppc64 package blocxx-devel
arch ppc64 package gmp-devel
arch ppc64 package gtk2-devel
arch ppc64 package libzio
arch ppc64 package net-snmp
arch ppc64 package net-snmp-devel
arch ppc64 package qt-devel
arch ppc64 package qt-qt3support
arch ppc64 package qt-sql
arch ppc64 package qt-sql-sqlite
arch ppc64 package qt-x11
arch ppc64 package qt3-devel-doc
arch ppc64 package qt3-devel-tools
arch ppc64 package qt3-mysql
arch ppc64 package qt3-postgresql
arch ppc64 package qt3-unixODBC
arch ppc64 package tcpd-devel

# ia32el trampoline
targettype x86 package ia32el
  +/usr/lib/ia32el

# IBM request
device-mapper
itrace
# ICAClient
novell-NLDAPsdk
# helix hack
helix-dbus-server