ALT Linux Team development discussions
 help / color / mirror / Atom feed
From: Kirill Maslinsky <kirill@altlinux.org>
To: ALT Linux Team development discussions <devel@lists.altlinux.org>
Subject: Re: [devel] rpm-build-texmf: texlive skips
Date: Tue, 12 May 2009 11:57:51 +0400
Message-ID: <20090512075751.GA7013@localhost.localdomain> (raw)
In-Reply-To: <20090508014734.7c9ab339.bga@altlinux.org>

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

On Fri, May 08, 2009 at 01:47:34AM +0400, Grigory Batalov wrote:
> On Mon, 4 May 2009 19:55:37 +0400, Kirill Maslinsky wrote:

[...]

> Я так и поступил: поскипал некоторые (многие) файлы, зависимости
> которых оказались не удовлетворены. Таким образом, texlive-*
> удалось установить, не пересобирая внешних пакетов. Исключения
> сделаны для пакетов pgf и tex4ht, как самых очевидных. Кто хочет,
> может поискать провайдеров следующих модулей latex:
> 
> # texlive-lang-arab
> # texmf(latex/kashmiri)
> %add_findreq_skiplist %_datadir/texmf-texlive/tex/latex/arabtex/kashmiri.tex
kashmiri.sty нашёлся на старом зеркале CTAN в nonfree (на самом CTAN
такого сейчас нет). Видимо, это какое-то старьё, SKIP.

> #texlive-lang-cjk
> # texmf(latex/fontspec)
> %add_findreq_skiplist %_datadir/texmf-texlive/tex/latex/cjk/xCJK.sty
Этот файл вообще-то не на месте лежит, он должен быть в 
texmf-texlive/tex/xelatex/cjk/ , т.к. работает только с XeLaTeX'ом.

> # texlive-lang-cyrillic
> # texmf(latex/cmcyr)
> %add_findreq_skiplist %_datadir/texmf-texlive/tex/latex/cmcyralt/russian.sty
cmcyr.sty нашёлся на CTAN в macros/latex209/contrib/cmcyralt/
Видимо, такое старьё в texlive не пакуют. Думаю, можно спокойно SKIP.

> # texmf(latex/pscyr)
> %add_findreq_skiplist %_datadir/texmf-texlive/tex/latex/disser/disser.cls
> %add_findreq_skiplist %_datadir/texmf-texlive/tex/latex/eskd/eskd.cls
В pscyr как-то всё нечисто с лицензией, так что SKIP от греха.

> # texlive-lang-czechslovak
> # texmf(latex/SpecChar), texmf(latex/csbulobalka), texmf(latex/csbulutf8), texmf(latex/lmodern)
> %add_findreq_skiplist %_datadir/texmf-texlive/tex/latex/csbulletin/csbulletin.cls
Первые три -- фиг знает что такое, нигде не нашёл, но загружаются
условно, т.е. без них всё работать будет. SKIP. Последний -- lmodern -- 
надо либо собрать в составе texlive (выкинут в Debian), либо отдельным
пакетом.

> # texlive-latex-base
> # texmf(latex/amsjpa), texmf(latex/inicap)
> %add_findreq_skiplist %_datadir/texmf-texlive/tex/latex/amscls/amsrbeta.sty
Эти два, похоже, когда-то входили в amscls, но потом были выкинуты, а
зависимости забытые остались. SKIP.

> # texmf(latex/vtexhtml)
> %add_findreq_skiplist %_datadir/texmf-texlive/tex/latex/hyperref/hvtexhtm.def
Этот нужен только в контексте коммерческого дистрибутива VTeX. SKIP.
(а можно и файл вообще не паковать).

> # texmf(latex/here)
> %add_findreq_skiplist %_datadir/texmf-texlive/tex/latex/ltxmisc/verbasef.sty
http://www.tug.org/pipermail/tex-live/2006-January/009694.html
Там в треде предлагали сделать wrapper, который бы загружал float.sty,
но, похоже, не сделали. Можем wrapper сделать мы, можем плюнуть и сделать SKIP.
Кроме того, эту зависимость может честно удовлетворить tetex-latex, где этот 
here.sty ещё сохранился. 

> # texmf(latex/html)
> %add_findreq_skiplist %_datadir/texmf-texlive/tex/latex/base/ltnews.cls
/usr/share/texmf/tex/latex/html/html.sty    latex2html
Надо просто пересобрать latex2html c rpm-build-texmf

Продолжение следует...

-- 
КМ

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

  parent reply	other threads:[~2009-05-12  7:57 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-04-28 14:28 [devel] [A] rpm-build-texmf: texmf(latex/<package>) autoreq/prov Kirill Maslinsky
2009-05-03 13:43 ` Ildar Mulyukov
2009-05-04  8:55   ` Grigory Batalov
2009-05-04 11:49     ` Dmitry V. Levin
2009-05-04 14:52       ` Grigory Batalov
2009-05-04 15:55         ` Kirill Maslinsky
2009-05-04 16:47           ` Grigory Batalov
2009-05-04 17:30             ` Kirill Maslinsky
2009-05-07 21:47           ` [devel] rpm-build-texmf: texlive skips Grigory Batalov
2009-05-09 12:05             ` Денис Смирнов
2009-05-09 22:16               ` Grigory Batalov
2009-05-10 13:46                 ` Денис Смирнов
2009-05-11 20:09                   ` Kirill Maslinsky
2009-05-13 10:37                     ` Денис Смирнов
2009-05-13 10:51                       ` Grigory Batalov
2009-05-13 15:23                         ` Kirill Maslinsky
2009-05-13 11:08                       ` Mikhail Gusarov
2009-05-13 15:05                       ` Kirill Maslinsky
2009-05-14 19:14                         ` Денис Смирнов
2009-05-15  8:29                           ` Kirill Maslinsky
2009-05-12  7:57             ` Kirill Maslinsky [this message]
2009-05-12 10:37               ` Grigory Batalov
2009-05-12 10:41                 ` Kirill Maslinsky
2009-05-14 15:18               ` Grigory Batalov
2009-05-15  8:34                 ` Kirill Maslinsky
2009-05-15  8:39                   ` Grigory Batalov
2009-06-10 14:12             ` Kirill Maslinsky
2009-06-11 13:10             ` Kirill Maslinsky

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=20090512075751.GA7013@localhost.localdomain \
    --to=kirill@altlinux.org \
    --cc=devel@lists.altlinux.org \
    /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 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