ALT Linux Sisyphus discussions
 help / color / mirror / Atom feed
From: Andrey Rahmatullin <wrar@altlinux.ru>
To: sisyphus@lists.altlinux.org
Subject: Re: [sisyphus] I: new psi-0.10 in Sisyphus
Date: Mon, 19 Dec 2005 14:11:32 +0500
Message-ID: <20051219091132.GZ5710@wrars-comp.wrarsdomain> (raw)
In-Reply-To: <43A676C2.5080604@altlinux.org>


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

On Mon, Dec 19, 2005 at 12:00:50PM +0300, Mikhail Yakshin wrote:
> Вопрос времени, на самом деле %) За спеки, кстати, был бы признателен %)
В аттаче.

> А с psi-jingle - собственно, основной затык - т.к. там будет масса 
> конфликтов по отношению к текущей версии, а все эти патчи терять ой как 
> не хочется %)
Ой да ладно. Там главное - сам джингл. Для джаббера есть и обычный psi ;)

-- 
WBR, wRAR (ALT Linux Team)
Powered by the ALT Linux fortune(8):

>Так будем списки врагов народа вывешивать?
Списки не будем.
Будем вывешивать врагов народа, как только соберем пакет
cord&soap-1.0-alt1.rpm
		-- jaa in community@

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

Name: libilbc
Version: 0
Release: alt0.1

Summary: internet Low Bitrate Codec
License: Distributable
Group: System/Libraries

Url: http://simon.morlat.free.fr/download
Source: ilbc-rfc3951.tar.gz

# Automatically added by buildreq on Fri Dec 16 2005
BuildRequires: gcc-c++ libstdc++-devel

%description
iLBC (internet Low Bitrate Codec) is a FREE speech codec suitable for
robust voice communication over IP. The codec is designed for narrow
band speech and results in a payload bit rate of 13.33 kbit/s with an
encoding frame length of 30 ms and 15.20 kbps with an encoding length of
20 ms. The iLBC codec enables graceful speech quality degradation in the
case of lost frames, which occurs in connection with lost or delayed IP
packets.

%package devel
Summary: Files for developing applications that use %name
Requires: %name = %version
Group: Development/C

%description devel
The header file for developing applications that use
%name.

%prep
%setup -q -n ilbc-rfc3951

%build
%configure --disable-static
%make_build

%install
%makeinstall

%files
%_libdir/*.so.*
%doc README

%files devel
%_includedir/*
%_libdir/*.so

%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig

%changelog
* Fri Dec 16 2005 Andrey Rahmatullin <wrar@altlinux.ru> 0-alt1
- initial build

[-- Attachment #1.3: libortp.spec --]
[-- Type: text/plain, Size: 1034 bytes --]

Name: libortp
Version: 0.7.1
Release: alt0.1

Summary: Library implementing the RTP protocol
License: LGPL
Group: System/Libraries

Url: http://www.linphone.org/ortp/sources/
Source: %url/ortp-%version.tar.gz

BuildPreReq: gtk-doc gcc-c++ glib2-devel pkg-config

%description
oRTP is a LGPL licensed C library implementing the RTP protocol
(rfc1889). It is available for most unix clones (primilarly Linux and
HP-UX), and Microsoft Windows.

%package devel
Summary: Files for developing applications that use %name
Requires: %name = %version
Group: Development/C

%description devel
The header file for developing applications that use
%name.

%prep
%setup -q -n ortp-%version

%build
%configure --disable-static
%make_build

%install
%makeinstall

%files
%_libdir/*.so.*
%doc AUTHORS README TODO

%files devel
%_includedir/*
%_libdir/*.so
%_pkgconfigdir/*.pc
%_datadir/gtk-doc/html/ortp

%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig

%changelog
* Fri Dec 16 2005 Andrey Rahmatullin <wrar@altlinux.ru> 0.7.1-alt1
- initial build

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

  reply	other threads:[~2005-12-19  9:11 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-12-19  0:48 Mikhail Yakshin
2005-12-19  5:56 ` Andrey Rahmatullin
2005-12-19  9:00   ` Mikhail Yakshin
2005-12-19  9:11     ` Andrey Rahmatullin [this message]
2005-12-19 11:55       ` Mikhail Yakshin
2005-12-19  8:58 ` [sisyphus] Re: I: new psi-0.10 in Sisyphus [+] Michael Shigorin
2005-12-19 10:03   ` Michael Shigorin
2005-12-19 11:40     ` Mikhail Yakshin
2005-12-19 12:06       ` [sisyphus] [JT] " Pavlov Konstantin
2005-12-19 16:11       ` [sisyphus] " Michael Shigorin
2005-12-19 12:51 ` [sisyphus] Re: I: new psi-0.10 in Sisyphus Vitaly Ostanin
2005-12-19 12:56   ` Vitaly Ostanin
2005-12-19 13:17     ` Mikhail Yakshin
2005-12-19 13:17   ` Mikhail Yakshin
2005-12-20  6:45 ` [sisyphus] " Alexey V. Novikov
2005-12-20  6:51   ` Alexey V. Novikov
2005-12-20 16:12     ` Andrey Rahmatullin

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=20051219091132.GZ5710@wrars-comp.wrarsdomain \
    --to=wrar@altlinux.ru \
    --cc=sisyphus@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 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