ALT Linux Team development discussions
 help / color / mirror / Atom feed
From: "Valery V. Inozemtsev" <shrek@altlinux.ru>
To: ALT Devel discussion list <devel@lists.altlinux.org>
Subject: Re: [devel] IA: libmlt.so.0.2.2/libmiracle.so.0.2.2
Date: Wed, 5 Sep 2007 14:45:04 +0400
Message-ID: <200709051445.14658.shrek@altlinux.ru> (raw)
In-Reply-To: <20070905103725.GC22896@ricom.ru>


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

В сообщении от 5 сентября 2007 Alexey Morsov написал(a):
> On Wed, Sep 05, 2007 at 09:45:35AM +0400, Valery V. Inozemtsev wrote:
> > единственная ошибка Алексея это то что libmlt-0.2.4, libmlt++-0.2.2-altX+
> > и kdenlive-0.5-alt1 нужно было заливать вместе.
>
> Собственно kdenlive в хешере.
> [skip]
> Good - your configure finished. Start make now
>
> + '[' -n '' ']'
> + NPROCS=1
> + unsermake -j1
> Wrong parameters.
> Usage: unsermake [OPTION] ... [dir]...
>
> Some of the switches correspond to those in "make" or "automake". See the
> manpages for details.
>
> Available options:
>
> --add-missing     Add missing files to package (not implemented yet).
> -c, --create          Create Makefiles (automake mode).
> -C, --directory=dir   Change to directory dir before doing  anything.
> --color           Add color to the output (default).
> --compile-jobs=N  Limit compile jobs to N.
> -e                    Environment variables override makefiles.
> -i, --ignore-errors   Ignore errors from  commands.
> -j, --jobs=N
>
> если просто в срыцах ручками пустить ./configure;unsermake -j1 то начинает
> билдить. o_O
>
> Моя в полном... удивлении.

у меня собирается, спек в атаче. правда однопроцессорной машины с хашером под 
рукой нет

-- 
Valery V. Inozemtsev

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

%def_with pic
%def_disable rpath
%def_enable shared
%def_enable static
%def_with arts
%def_with firewire

Name: kdenlive
Version: 0.5
Release: alt0.1
Summary: KDE Non Linear Video Editor
Summary(ru_RU.utf8): Редактор нелинейного монтажа для KDE
Summary(ru_UA.utf8): Редактор нелінійного монтажу для KDE
License: GPL
Group: Editors
Packager: Alexey Morsov <swi@altlinux.ru>
URL: http://sourceforge.net/projects/%name/
Source: %name-%version-1.tar.gz

# Automatically added by buildreq on Mon Sep 03 2007
BuildRequires: gcc-c++ kdelibs-devel libXext-devel libXt-devel libavformat-devel libjpeg-devel
BuildRequires: libmiracle-devel libmlt++-devel libqt3-devel xml-utils
%{?_with_firewire:BuildRequires: libavc1394-devel libiec61883-devel >= 1.0.0}

%description
A professional quality Non-linear video editing suite for KDE.

%description -l ru_RU.utf8
Редактор нелинейного монтажа для KDE

%description -l ru_UA.utf8
Редактор нелінійного монтажу для KDE

%prep
%setup -q

%make -f admin/Makefile.common cvs ||:

%build
%configure --enable-new-ldflags \
    %{subst_with pic} \
    %{subst_enable rpath} \
    %{subst_enable shared} \
    %{subst_enable static} \
    %{subst_with arts}

%make_build
subst '/^#/d' %name/%name.desktop

%install
%make DESTDIR=%buildroot install
gzip --best --stdout ChangeLog > ChangeLog.gz
iconv -f cp1251 -t utf-8 >> %buildroot%_desktopdir/kde/%name.desktop <<__MENU__
Version=1.0
Comment[uk]=Редактор нелінійного монтажу для KDE
Comment[ru]=Редактор нелинейного монтажа для KDE
__MENU__

%find_lang --with-kde %name

%post
%update_menus

%postun
%clean_menus

%files -f %name.lang
%doc AUTHORS ChangeLog.* README TODO
%_bindir/*
%_Kmenudir/*
%_Kapps/%name
%_Kcfg/*
%_iconsdir/*/*/*/*.png
%_Kmimelnk/application/*


%changelog
* Mon Sep 03 2007 Valery Inozemtsev <shrek@altlinux.ru> 0.5-alt0.1
- 0.5-1

* Wed Feb 14 2007 Alexey Morsov <swi@altlinux.ru> 0.4-alt0.2
- clean files section
- add summary, description for ru(ua) in utf8

* Tue Feb 13 2007 Led <led@altlinux.ru> 0.4-alt0.1
- initial build

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

  reply	other threads:[~2007-09-05 10:45 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-09-04 21:05 Dmitry V. Levin
2007-09-05  5:29 ` Alexey Tourbin
2007-09-05  6:58   ` Alexey Gladkov
2007-09-05  5:45 ` Valery V. Inozemtsev
2007-09-05 10:37   ` Alexey Morsov
2007-09-05 10:45     ` Valery V. Inozemtsev [this message]
2007-09-05 11:32       ` Alexey Morsov
2007-09-05 11:36       ` Motsyo Gennadi aka Drool
2007-09-05 11:38         ` Motsyo Gennadi aka Drool
2007-09-05  9:18 ` Alexey Morsov

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=200709051445.14658.shrek@altlinux.ru \
    --to=shrek@altlinux.ru \
    --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