ALT Linux Team development discussions
 help / color / mirror / Atom feed
* [devel] arepo.conf
@ 2010-03-21  0:39 Денис Смирнов
  2010-03-21  1:03 ` Dmitry V. Levin
  0 siblings, 1 reply; 3+ messages in thread
From: Денис Смирнов @ 2010-03-21  0:39 UTC (permalink / raw)
  To: ALT Linux Team development discussions


[-- Attachment #1.1: Type: text/plain, Size: 395 bytes --]

Более полный arepo.conf в аттаче, вместе с diff'ом от нынешнего
arepo.conf.

Он содержит как все необходимое для Skype, так и добавления от Etersoft.

Если кратко, то основная суть изменений: чуть больше иксовых библиотек +
немножко Qt, а также glib и dbus.

-- 
С уважением, Денис

http://mithraen.ru/
----------------------------------------------------------------------------


[-- Attachment #1.2: arepo.conf.out --]
[-- Type: text/plain, Size: 2366 bytes --]

origin: /ALT/Sisyphus
source: i586
target: x86_64
flavor: classic
shadow: ~/biarch-repo

packages: >
    glibc-core
    glibc-pthread
    glibc-nss
    glibc-gconv-modules
    glibc-locales
    glibc-devel
    glibc-devel-static

    libgcc4.4
    cpp4.4
    gcc4.4
    libgmp
    libmpfr

    libltdl3
    libltdl3-devel
    libltdl7
    libltdl7-devel

    libstdc++4.4
    libstdc++4.4-devel
    gcc4.4-c++
    libstdc++3.3

    libexpat
    libfreetype
    libICE
    libSM
    libXau
    libXdmcp
    libxcb
    libX11
    libXdamage
    libXext
    libXfixes
    libXp
    libXt
    libXtst
    libXxf86vm
    libalsa
    libcrypto7
    libssl7
    libjpeg
    libpng12
    libtiff
    libcups
    libdrm
    libkrb5
    liblcms
    libdb4.7
    libsasl2
    libldap2.4
    libxml2
    zlib
    libxslt
    libicu
    libcares
    libcurl
    libSDL

    libgcrypt
    libsasl2
    libesd
    libgpg-error
    libattr
    libcap
    libaudiofile
    libcom_err
    libidn
    
    libkrb5
    libkeyutils

    libgnutls26
    libtasn1

    libncurses
    libtinfo

    libgpm
    libusb
    libuuid

    libaio
    libaio-devel

    fontconfig
    libGL
    libGLU
    libieee1284
    libnatspec
    libXpm

    libmpg123
    libwine-vanilla
    libopenal1

    glib2
    libdbus
    libldap2.3
    libmng
    libncursesw
    libpcre3
    libqt4-core
    libqt4-dbus
    libqt4-gui
    libqt4-network
    libqt4-xml
    libusb-compat
    libXaw
    libXcursor
    libXft
    libXi
    libXinerama
    libXmu
    libXrandr
    libXrender
    libXScrnSaver
    libXv
    libXvMC

programs: wine-vanilla

hacks:
    gcc4.4:
        after-install: |
            %define gcc64odir /usr/lib64/gcc/x86_64-alt-linux/%version
            mkdir -p %buildroot%gcc64odir
            ln -s ../../../../lib/gcc/i586-alt-linux/%version \
                %buildroot%gcc64odir/32
        after-files: |
            %gcc64odir/32

    libstdc++4.4-devel:
        after-install: |
            %define gxxidir %_includedir/c++/%version/x86_64-alt-linux
            mkdir -p %buildroot%gxxidir
            ln -s ../i586-alt-linux %buildroot%gxxidir/32
        after-files: |
            %gxxidir/32

# vim:set ft=yaml et ts=4 sw=4:

[-- Attachment #1.3: arepo.conf.diff --]
[-- Type: text/plain, Size: 586 bytes --]

--- arepo.conf.altlinux	2010-03-13 22:37:29.000000000 +0300
+++ arepo.conf.out	2010-03-21 03:33:18.369949501 +0300
@@ -102,6 +102,30 @@
     libwine-vanilla
     libopenal1
 
+    glib2
+    libdbus
+    libldap2.3
+    libmng
+    libncursesw
+    libpcre3
+    libqt4-core
+    libqt4-dbus
+    libqt4-gui
+    libqt4-network
+    libqt4-xml
+    libusb-compat
+    libXaw
+    libXcursor
+    libXft
+    libXi
+    libXinerama
+    libXmu
+    libXrandr
+    libXrender
+    libXScrnSaver
+    libXv
+    libXvMC
+
 programs: wine-vanilla
 
 hacks:

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [devel] arepo.conf
  2010-03-21  0:39 [devel] arepo.conf Денис Смирнов
@ 2010-03-21  1:03 ` Dmitry V. Levin
  2010-03-21  1:51   ` Денис Смирнов
  0 siblings, 1 reply; 3+ messages in thread
From: Dmitry V. Levin @ 2010-03-21  1:03 UTC (permalink / raw)
  To: ALT Linux Team development discussions

[-- Attachment #1: Type: text/plain, Size: 513 bytes --]

On Sun, Mar 21, 2010 at 03:39:12AM +0300, Денис Смирнов wrote:
> Более полный arepo.conf в аттаче, вместе с diff'ом от нынешнего
> arepo.conf.
> 
> Он содержит как все необходимое для Skype, так и добавления от Etersoft.
> 
> Если кратко, то основная суть изменений: чуть больше иксовых библиотек +
> немножко Qt, а также glib и dbus.

Это на каком репозитории тестировалось?  Просто мне сразу бросилось в
глаза упоминание в arepo.conf.diff несуществующего в Сизифе пакета
libldap2.3...


-- 
ldv

[-- Attachment #2: Type: application/pgp-signature, Size: 198 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [devel] arepo.conf
  2010-03-21  1:03 ` Dmitry V. Levin
@ 2010-03-21  1:51   ` Денис Смирнов
  0 siblings, 0 replies; 3+ messages in thread
From: Денис Смирнов @ 2010-03-21  1:51 UTC (permalink / raw)
  To: ALT Linux Team development discussions

[-- Attachment #1: Type: text/plain, Size: 548 bytes --]

On Sun, Mar 21, 2010 at 04:03:36AM +0300, Dmitry V. Levin wrote:

DVL> Это на каком репозитории тестировалось?  Просто мне сразу бросилось в
DVL> глаза упоминание в arepo.conf.diff несуществующего в Сизифе пакета
DVL> libldap2.3...

5.1

Для Sisyphus, видимо, надо делать arepo.conf без этого пакета, а для 5.1
-- с ним.

Подробности, думаю, стоит уточнить у lav@, ибо это было утянуто из конфига
etersoft.

-- 
С уважением, Денис

http://mithraen.ru/
----------------------------------------------------------------------------

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-03-21  1:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-03-21  0:39 [devel] arepo.conf Денис Смирнов
2010-03-21  1:03 ` Dmitry V. Levin
2010-03-21  1:51   ` Денис Смирнов

ALT Linux Team development discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/devel/0 devel/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 devel devel/ http://lore.altlinux.org/devel \
		devel@altlinux.org devel@altlinux.ru devel@lists.altlinux.org devel@lists.altlinux.ru devel@linux.iplabs.ru mandrake-russian@linuxteam.iplabs.ru sisyphus@linuxteam.iplabs.ru
	public-inbox-index devel

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.devel


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git