devel@ where you _can_ ask
 help / color / mirror / Atom feed
* [newbies] LabCurves gimp plugin
@ 2010-11-03  8:09 Yuriy Al. Shirokov
  2010-11-03 22:35 ` Michael Shigorin
  2010-11-03 23:38 ` Igor Zubkov
  0 siblings, 2 replies; 5+ messages in thread
From: Yuriy Al. Shirokov @ 2010-11-03  8:09 UTC (permalink / raw)
  To: devel@ where you _can_ ask

Здравствуйте ещё раз!

Собрал для Сизифа LabCurves (http://www.mm-log.com/lab-curves-gimp).
Это небольшая программа на Qt, реализующая кривые в L*a*b
(_нормально_, а не так, как в G'MIC), и плагин для её интеграции в
GIMP:
http://git.altlinux.org/people/yushi/packages/labcurves.git

Для работы программе необходима библиотека Little CMS 2, собранная тем
же заданием:
http://git.altlinux.org/people/yushi/packages/liblcms2.git
http://git.altlinux.org/repo/31886/

Опять же, просьба критиковать спек, тестировать и сообщать, что сломалось.

При отсутствии критики и жалоб планирую отправлять всё это в Сизиф.

-- 
С уважением,
Ю.А.Широков.

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

* Re: [newbies] LabCurves gimp plugin
  2010-11-03  8:09 [newbies] LabCurves gimp plugin Yuriy Al. Shirokov
@ 2010-11-03 22:35 ` Michael Shigorin
  2010-11-06 17:44   ` Yuriy Shirokov
  2010-11-03 23:38 ` Igor Zubkov
  1 sibling, 1 reply; 5+ messages in thread
From: Michael Shigorin @ 2010-11-03 22:35 UTC (permalink / raw)
  To: devel@ where you _can_ ask

On Wed, Nov 03, 2010 at 11:09:46AM +0300, Yuriy Al. Shirokov wrote:
> http://git.altlinux.org/people/yushi/packages/labcurves.git

%description хорошо бы отформатировать под 65..72 символа
в ширину (в vim -- :set tw=65 и gq} перед абзацем).

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


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

* Re: [newbies] LabCurves gimp plugin
  2010-11-03  8:09 [newbies] LabCurves gimp plugin Yuriy Al. Shirokov
  2010-11-03 22:35 ` Michael Shigorin
@ 2010-11-03 23:38 ` Igor Zubkov
  2010-11-06 20:33   ` Yuriy Shirokov
  1 sibling, 1 reply; 5+ messages in thread
From: Igor Zubkov @ 2010-11-03 23:38 UTC (permalink / raw)
  To: devel@ where you _can_ ask

2010/11/3 Yuriy Al. Shirokov <yuriy.shirokov@gmail.com>:
> Здравствуйте ещё раз!
>
> Собрал для Сизифа LabCurves (http://www.mm-log.com/lab-curves-gimp).
> Это небольшая программа на Qt, реализующая кривые в L*a*b
> (_нормально_, а не так, как в G'MIC), и плагин для её интеграции в
> GIMP:
> http://git.altlinux.org/people/yushi/packages/labcurves.git

19 Requires: libqt4 liblcms2 libGraphicsMagick

Зачем эти ручные зависимости? Они вполне себе обычные и rpmbuild сам
должен цеплять их. Скорее всего, они здесь не нужны.

24 Requires: gimp %name = %version-%release

Я в начале не понял этой зависимости. Разбейте лучше на две строчки:

Requires: gimp
Requires: %name = %version-%release

А так же, стоило бы добавить Readme.txt в %doc.

-- 
Igor Zubkov
http://hi.im/ice

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

* Re: [newbies] LabCurves gimp plugin
  2010-11-03 22:35 ` Michael Shigorin
@ 2010-11-06 17:44   ` Yuriy Shirokov
  0 siblings, 0 replies; 5+ messages in thread
From: Yuriy Shirokov @ 2010-11-06 17:44 UTC (permalink / raw)
  To: devel@ where you _can_ ask

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 04.11.2010 01:35, Michael Shigorin wrote:
> On Wed, Nov 03, 2010 at 11:09:46AM +0300, Yuriy Al. Shirokov wrote:
>> http://git.altlinux.org/people/yushi/packages/labcurves.git
> %description хорошо бы отформатировать под 65..72 символа
> в ширину (в vim -- :set tw=65 и gq} перед абзацем).

Сделано.

- -- 
С уважением,
Ю.А.Широков.

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAkzVlAEACgkQKZtDzcL0NsO9jwCdE3LzF2gElxLs1QhFfbwZwesa
QboAn1s4k+7Jidv779xXkMrgebbglpiz
=bIjG
-----END PGP SIGNATURE-----


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

* Re: [newbies] LabCurves gimp plugin
  2010-11-03 23:38 ` Igor Zubkov
@ 2010-11-06 20:33   ` Yuriy Shirokov
  0 siblings, 0 replies; 5+ messages in thread
From: Yuriy Shirokov @ 2010-11-06 20:33 UTC (permalink / raw)
  To: devel@ where you _can_ ask

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 04.11.2010 02:38, Igor Zubkov wrote:
>> http://git.altlinux.org/people/yushi/packages/labcurves.git
> 19 Requires: libqt4 liblcms2 libGraphicsMagick
> 
> Зачем эти ручные зависимости? Они вполне себе обычные и rpmbuild сам
> должен цеплять их. Скорее всего, они здесь не нужны.

Выкинул.

> 24 Requires: gimp %name = %version-%release
> Я в начале не понял этой зависимости. Разбейте лучше на две строчки:

Разбил.

> А так же, стоило бы добавить Readme.txt в %doc.

Он вроде бессодержательный совсем: там в основном описание сборки
(ненужное человеку, который уже поставил пакет, как я думаю) и лицензия.
Содержательная часть перенесена в %description пакета.

- -- 
С уважением,
Ю.А.Широков.

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAkzVu5IACgkQKZtDzcL0NsOT0ACgiqG+7jIElFdKWsx+yieRX2D6
IXsAoIAxv0cH9q6GV5MFvLdhsLDjvE/F
=YGhJ
-----END PGP SIGNATURE-----


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

end of thread, other threads:[~2010-11-06 20:33 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-11-03  8:09 [newbies] LabCurves gimp plugin Yuriy Al. Shirokov
2010-11-03 22:35 ` Michael Shigorin
2010-11-06 17:44   ` Yuriy Shirokov
2010-11-03 23:38 ` Igor Zubkov
2010-11-06 20:33   ` Yuriy Shirokov

devel@ where you _can_ ask

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/devel-newbies/0 devel-newbies/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-newbies devel-newbies/ http://lore.altlinux.org/devel-newbies \
		devel-newbies@lists.altlinux.org devel-newbies@lists.altlinux.ru devel-newbies@lists.altlinux.com
	public-inbox-index devel-newbies

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


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