ALT Linux Sisyphus discussions
 help / color / mirror / Atom feed
From: "Вячеслав Диконов" <linuxbox@degunino.net>
To: ALT Linux Sisyphus discussion list <sisyphus@altlinux.ru>
Subject: Re: [sisyphus] Re: Как не удалять пакет ? (синаптик, --nodeps)
Date: Sat, 26 Mar 2005 12:22:14 +0300
Message-ID: <1111828934.10489.7.camel@alpha.fastlink.ru> (raw)
In-Reply-To: <20050326082004.GL17512@osdn.org.ua>

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

В Сбт, 26/03/2005 в 10:20 +0200, Michael Shigorin пишет:
> On Sat, Mar 26, 2005 at 03:47:00AM +0300, Arioch wrote:
> > я поставил мандрейковскую rpm-ку с программкой www.thoggen.net
> > т.к. у них пакеты называются по другому, то пришлось ставить с --nodeps
> > теперь синаптик ниего не хочет делать без удаления этого пакета.
> > Можно как-то ему объяснить, чтобы этот пакет он не трогал?
> > Заблокировать версию не помогает.
> 
> Портировать src.rpm.
Уже портирован. См. вложение.

Выложить в Сизиф пока не могу. Странная проблема с ключами для подписи.
Не возражаю, если кто-то соберет вместо меня.

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: thoggen.spec --]
[-- Type: text/plain; name=thoggen.spec; charset=cp1251, Size: 4831 bytes --]

Name: thoggen
Version: 0.3
Release: alt0

Summary: Wizard-style DVD backup utility
Summary (ru_RU.UTF-8): Мастер резервного копирования DVD
License: GPL
Group: Video
URL: http://thoggen.net/
Source: %name-%version.tar.bz2
BuildRequires: fontconfig freetype2 glib2-devel glibc-devel-static gstreamer-a52dec gstreamer-aalib gstreamer-alsa gstreamer-artsd gstreamer-audio-effects gstreamer-audio-formats gstreamer-audiofile gstreamer-avi gstreamer-cdaudio gstreamer-cdparanoia gstreamer-cdplayer gstreamer-colorspace gstreamer-container-formats gstreamer-debug gstreamer-devel gstreamer-directfb gstreamer-dv gstreamer-dvdnav gstreamer-dvdread gstreamer-esd gstreamer-faac gstreamer-faad gstreamer-fame gstreamer-festival gstreamer-ffmpeg gstreamer-ffmpegcolorspace gstreamer-flac gstreamer-flx gstreamer-gconf gstreamer-gdkpixbuf gstreamer-glvideosink gstreamer-gnomevfs gstreamer-gsm gstreamer-jack gstreamer-jpeg gstreamer-ladspa gstreamer-lame gstreamer-libvisual gstreamer-mad gstreamer-mikmod gstreamer-mng gstreamer-mpeg gstreamer-mpeg2dec gstreamer-musicbrainz gstreamer-nas gstreamer-network gstreamer-ogg gstreamer-oss gstreamer-plugins-devel gstreamer-png gstreamer-qcam gstreamer-raw1394 gstreamer-rfb gstreamer-sdl gstreamer-shout gstreamer-shout2 gstreamer-snapshot gstreamer-sndfile gstreamer-swfdec gstreamer-tagediting gstreamer-textoverlay gstreamer-theora gstreamer-utils gstreamer-v4l gstreamer-v4l2 gstreamer-vcd gstreamer-video-effects gstreamer-videotest gstreamer-visualisation gstreamer-vorbis gstreamer-xine gstreamer-xvid gstreamer-xvideosink gstreamer-xwindowlistener gstreamer-yuv4mjpeg libatk-devel libdbus-devel libdbus-glib-devel libdvdread-devel libglade2-devel libgtk+2-devel libhal-devel libpango-devel libpopt-devel libxml2-devel pkgconfig xorg-x11-libs

%description
Thoggen is designed to be easy and straight-forward to use. It attempts to
hide the complexity many other transcoding tools expose and tries to offer
sensible defaults that work okay for most people most of the time.
    * Easy to use, with a nice graphical user interface (GUI)
    * Supports title preview, picture cropping, and picture resizing.
    * Language Selection for audio track (no subtitle support yet though)
    * Encodes into Ogg/Theora video
    * Based on the GStreamer multimedia framework, which makes it fairly
      easy to add additional encoding formats/codecs.

%description -l ru_RU.UTF-8
Целью создания Thoggen является простота использования. Программа старается
избежать усложненности других средств кодирования видео и предлагает основанные
на здравом смысле настройки по умолчанию, которые годятся для большинства 
случаев. 
    * Простота использования и приятный графический интерфейс (ГИ)
    * Поддержка предварительного просмотра, обрезки краев и масштабирования
    * Выбор языка звукового сопровождения (поддержки субтитров пока нет)
    * Сжатие видео в формат Ogg/Theora
    * Использование возможностей мультимедийных библиотек GStreamer, позволяющих
      легко добавлять новые форматы/кодеки.
  

%prep
%setup -q

%build
%configure
%make

%install
%makeinstall
rm -fr %buildroot/%_docdir/*
# needed for ABOUT dialog
ln -sf %_docdir/%name-%version %buildroot/%_docdir/%name

#menu
mkdir -p $RPM_BUILD_ROOT%_menudir
cat << EOF > $RPM_BUILD_ROOT%_menudir/%name
?package(%name): command="%name" icon="%name.png" needs="x11" title="Thoggen" longtitle="DVD backup utility" section="Multimedia/Video"
EOF

#icons
mkdir -p $RPM_BUILD_ROOT/%_liconsdir
convert -size 48x48 data/%name.png $RPM_BUILD_ROOT/%_liconsdir/%name.png
mkdir -p $RPM_BUILD_ROOT/%_iconsdir
convert -size 32x32 data/%name.png $RPM_BUILD_ROOT/%_iconsdir/%name.png
mkdir -p $RPM_BUILD_ROOT/%_miconsdir
convert -size 16x16 data/%name.png $RPM_BUILD_ROOT/%_miconsdir/%name.png

%find_lang %name
%find_lang %{name}_iso_639
cat %{name}_iso_639.lang >> %name.lang

%post
%update_menus

%postun
%clean_menus

%files -f %name.lang
# keep COPYING for help files
%doc COPYING README AUTHORS NEWS TODO
%_bindir/%name
%_docdir/%name
%_mandir/man1/*
%_datadir/%name
%_menudir/%name
%_liconsdir/%name.png
%_iconsdir/%name.png
%_miconsdir/%name.png

%changelog
* Sat Mar 26 2005 Vyacheslav Dikonov <slava@altlinux.ru> 0.3-alt0
- ALTLinux build


  reply	other threads:[~2005-03-26  9:22 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-03-26  0:47 [sisyphus] " Arioch
2005-03-26  8:20 ` [sisyphus] " Michael Shigorin
2005-03-26  9:22   ` Вячеслав Диконов [this message]
2005-03-26 13:09     ` php-coder
2005-03-27 15:13       ` [sisyphus] [JT] " Michael Shigorin
2005-03-27 15:46         ` php-coder
2005-03-27 15:55           ` [sisyphus] " Michael Shigorin
2005-03-27 16:12             ` php-coder
2005-03-28  7:30           ` [sisyphus] " Led
2005-03-28 13:08             ` Re[2]: " php-coder
2005-03-28 13:13               ` Andrey Rahmatullin
2005-03-26 15:14   ` [sisyphus] " Arioch
2005-03-26 15:23     ` Вячеслав Диконов
2005-03-27  1:48       ` [sisyphus] Re: лБЛ ОЕ ХДБМСФШ РБЛЕФ ? (УЙОБРФЙЛ, --nodeps) Arioch
2005-03-27 15:14     ` [sisyphus] Re: Как не удалять пакет ? (синаптик, --nodeps) Michael Shigorin

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=1111828934.10489.7.camel@alpha.fastlink.ru \
    --to=linuxbox@degunino.net \
    --cc=sisyphus@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 Sisyphus discussions

This inbox may be cloned and mirrored by anyone:

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

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


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