ALT Linux Community general discussions
 help / color / mirror / Atom feed
From: Michael Shigorin <mike@osdn.org.ua>
To: community@altlinux.ru
Subject: [Comm] Re: помогите сделать бинарники под ALT (ksquirrel*.spec)
Date: Sat, 5 Feb 2005 18:01:48 +0200
Message-ID: <20050205160148.GZ21863@osdn.org.ua> (raw)
In-Reply-To: <web-4316820@tut.by>


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

On Sat, Feb 05, 2005 at 12:14:59PM +0200, Ksquirrel sf.net wrote:
> >Ну так проблема свалки в комнате не решается применением
> >удочки для доставания носков из-за дивана.  А Вы об удочке. :)
> Мы говорим с Вами как программист с программистом. А
> пользователю на это начхать ;)

Да какой из меня программист -- что-то среднее между админом и
технароманагером :-)

> >Ну так Ваш код ещё не аудировали, видимо.
> И наврятли будут, ksquirrel-libs - это не системная библиотека,
> дырка в которой ведёт к уязвимости :).

Она ничем не лучше и не хуже imlib в этом плане, поскольку
предназначена для того же.

> >Так а чего всё-таки в imlib не хватает по функциональности,
> >чтобы, проверив или переписав подозрительные места, не
> >применять?
> А что собственно переписывать ? 
> в imlib во время смены последних цифр в версии менялся смысл
> некоторых функций (!), так что если ты что-то перепишешь - не
> факт что оно вообще соберётся с новым imlib.

Облин.

> кстати про imlib - попробуйте в kuickshow открыть иконки
> (.ico), tga-шки и 32-bit-ные bmp-шки :)

Не пробовал (сканы обычно в TIFF, снимки -- и JPEG).

> >Вот только бы "выше" никто не рванул, судя по слышанным краем
> >уха отзывам про ACDSee 5/6...
> Вот и я о том же в about.php написал ;)

;)

> >checking for glBegin in -lGL... no
> >configure: error: "OpenGL library is corrupted!"
> Такое может быть после установки нвидиавских драйверов, 

"Отнюдь", сказал граф, постукивая манжетами.

Я ж не зря упомянул hasher и... а, потом выкинул -- показал, что
в build chroot есть и libGL.so.*, и путь в ld.so.conf.

(мало ли чего там в configure понаписывают :)

> лечится киданием ссылки в с /usr/X11R6/lib/libGL.so в /usr/lib/
> :) Кстати лучше это сделать до ./configure, т.к. потом
> ksquirrel не откомпилится :) 

Ну это-то понятно.  Только ничего я там не кидал, всё уже
собралось -- ездили с кошкой в ветеринарку, потом обедали
с другом, а вот сейчас оно на конторе дособирается уже начисто
и плюхну куда-нибудь -- поскольку проверить вряд ли выйдет,
у меня на работе KDE/gcc уже уплыли от версий из ALM2.4.

PS: спеки прилагаются, на окультуривание менюфайлом и переводами
описания (ru/ua) меня не хватило.

(вдруг оно всё-таки не работает... :)

-- 
 ---- WBR, Michael Shigorin <mike@altlinux.ru>
  ------ Linux.Kiev http://www.linux.kiev.ua/

[-- Attachment #1.2: ksquirrel.spec --]
[-- Type: text/plain, Size: 1311 bytes --]

%define pre pre4

Name: ksquirrel
Version: 0.5.0
Release: alt1%pre

Summary: Ksquirrel - image viewer for KDE
License: GPL
Group: Graphics

Url: http://ksquirrel.sf.net
Source: %name-%version-%pre.tar.bz2

# trial and error (no ALM2.4/KDE at hand)
BuildRequires: XFree86-devel XFree86-libs fontconfig freetype2 kde-settings kdelibs-devel libarts-devel libjpeg-devel libpng-devel libqt3-devel libstdc++-devel zlib-devel
BuildRequires: kdelibs-devel-cxx = %__gcc_version_base
BuildRequires: gcc gcc-c++ gettext
BuildRequires: libGLU-devel

Requires: ksquirrel-libs

%description
Ksquirrel is an image viewer for KDE implemented using OpenGL.
You should have your videocard specific drivers installed.

%prep
%setup -q

%build
%__subst "s/\.la/.so/g" admin/acinclude.m4.in Makefile.in
%make -f admin/Makefile.common
CFLAGS="%optflags -L/usr/X11R6/lib" \
CXXFLAGS="%optflags" \
%configure \
	--prefix="`kde-config --prefix`" \
	--disable-rpath
%make_build

%install
%makeinstall
%find_lang %name

# FIXME: missing menufile

%files -f %name.lang
%doc README AUTHORS
%_bindir/*
%_datadir/applnk/Applications/*
%_datadir/icons/hicolor/*/apps/*
%dir %_datadir/apps/ksquirrel
%_datadir/apps/ksquirrel

%changelog
* Sat Feb 05 2005 Michael Shigorin <mike@altlinux.ru> 0.5.0-alt1pre4
- built for ALT Linux
- spec cleanup


[-- Attachment #1.3: ksquirrel-libs.spec --]
[-- Type: text/plain, Size: 852 bytes --]

%define pre pre4

Name: ksquirrel-libs
Version: 0.5.0
Release: alt1%pre

Summary: Ksquirrel - image viewer for KDE
License: LGPL
Group: System/Libraries

Url: http://ksquirrel.sf.net
Source: %name-%version-%pre.tar.bz2

BuildRequires: gcc gcc-c++ gettext
BuildRequires: kdelibs-devel libpng-devel libjpeg-devel libtiff-devel

%set_verify_elf_method textrel=relaxed

%description
Ksquirrel is an image viewer for KDE implemented using OpenGL.
You should have your videocard specific drivers installed.

* ksquirrel-libs is a set of image decoders for KSquirrel

%prep
%setup -q

%build
CFLAGS="%optflags" \
CXXFLAGS="%optflags" \
%configure \
	$LOCALFLAGS
%make_build

%install
%makeinstall

%files
%_libdir/*

%changelog
* Fri Feb 04 2005 Michael Shigorin <mike@altlinux.ru> 0.5.0-alt1pre4
- built for ALT Linux
- spec cleanup
- relaxed TEXTREL check


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

  reply	other threads:[~2005-02-05 16:01 UTC|newest]

Thread overview: 62+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-02-04 17:46 [Comm] помогите сделать бинарники под ALT Ksquirrel sf.net
2005-02-04 17:54 ` [Comm] " Michael Shigorin
2005-02-04 22:02   ` Ksquirrel sf.net
2005-02-05  7:37     ` Michael Shigorin
2005-02-05  9:15       ` Ksquirrel sf.net
2005-02-05  9:54         ` Michael Shigorin
2005-02-05 10:14           ` Ksquirrel sf.net
2005-02-05 16:01             ` Michael Shigorin [this message]
2005-02-05 16:41               ` [Comm] Re: помогите сделать бинарники под ALT (ksquirrel*.spec) Ksquirrel sf.net
2005-02-06  7:50                 ` Michael Shigorin
2005-02-06  4:43             ` [Comm] Re: помогите сделать бинарники под ALT Arioch
2005-02-06 12:37               ` Ksquirrel sf.net
2005-02-07 10:57                 ` Arioch
2005-02-07 12:49                   ` Ksquirrel sf.net
2005-02-07 15:21                     ` Arioch
2005-02-07 16:14                       ` Ksquirrel sf.net
2005-02-07 22:33                         ` Arioch
2005-02-12  8:53                           ` Michael Shigorin
2005-02-12 16:36                             ` Arioch
2005-02-06 12:39               ` Ksquirrel sf.net
2005-02-05 10:30           ` Vitaly Lipatov
2005-02-05 13:02             ` Ksquirrel sf.net
2005-02-05 15:51             ` Michael Shigorin
2005-02-05 16:31 ` Michael Shigorin
2005-02-05 16:36   ` Ksquirrel sf.net
2005-02-05 16:37     ` Michael Shigorin
2005-02-05 17:26       ` Ksquirrel sf.net
2005-02-06  9:01         ` Michael Shigorin
2005-02-06  9:25           ` Jury Levykin
2005-02-06 12:29             ` Ksquirrel sf.net
2005-02-06 14:19             ` Ksquirrel sf.net
2005-02-06 14:29             ` Gray_graff
2005-02-06 14:42               ` Ksquirrel sf.net
2005-02-06 17:02                 ` Michael Shigorin
2005-02-06  9:39           ` Konstantin A. Lepikhov
2005-02-06 12:28             ` Ksquirrel sf.net
2005-02-06 17:28           ` Nick S. Grechukh
2005-02-06 19:00             ` Ksquirrel sf.net
2005-02-07  9:22               ` Nick S. Grechukh
2005-02-07 12:47                 ` Ksquirrel sf.net
2005-02-08  9:18                   ` Nick S. Grechukh
2005-02-08 11:37                     ` Ksquirrel sf.net
2005-02-09  7:56                       ` Nick S. Grechukh
2005-02-09 11:07                         ` Ksquirrel sf.net
2005-02-09 13:15                           ` Nick S. Grechukh
2005-02-12  8:56                             ` Michael Shigorin
2005-02-12 12:49                               ` Nick S. Grechukh
2005-02-07 16:12                 ` Michael Shigorin
2005-02-07 16:25                   ` [Comm] " Ksquirrel sf.net
2005-02-07 17:14                     ` [Comm] " Michael Shigorin
2005-02-08  5:16                       ` Gleb Kulikov
2005-02-08 14:03                         ` Nick S. Grechukh
2005-02-08 14:30                           ` Gleb Kulikov
2005-02-08 16:11                             ` Michael Shigorin
2005-02-08 16:39                             ` Вячеслав Диконов
2005-02-08 15:09                         ` Michael Shigorin
2005-02-08 16:59                           ` Gleb Kulikov
2005-02-09  8:01                             ` [Comm] [JT] XFree86's destiny (was: помогите сделать бинарники под ALT) Michael Shigorin
2005-02-08 10:01                   ` [Comm] Re: помогите сделать бинарники под ALT Nick S. Grechukh
2005-02-08 11:39                     ` Ksquirrel sf.net
2005-02-08 16:09                     ` Michael Shigorin
2005-02-05 16:58   ` Ksquirrel sf.net

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20050205160148.GZ21863@osdn.org.ua \
    --to=mike@osdn.org.ua \
    --cc=community@altlinux.ru \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

ALT Linux Community general discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/community/0 community/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 community community/ http://lore.altlinux.org/community \
		mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
	public-inbox-index community

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


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