Bug#904044: Fwd: openvpn3-client_21+dfsg-1_amd64.changes REJECTED

2024-06-20 Thread Marc Leeman
-- Forwarded message -
From: Bastian Blank 
Date: Tue, 9 Apr 2024 at 13:00
Subject: openvpn3-client_21+dfsg-1_amd64.changes REJECTED
To: Marc Leeman , 



Hi

There are two license inompatibilities:
(A)GPL-3 and BSD-4-Clause-UC are incompatible (yes, I saw the comment,
but this makes the license either a custom one or possibly a
BSD-3-Clause)
GPL-2 and AGPL-3 are incompatible

AGPL is not suitable for non-network code, so at least debian/* should
get something else.

Your lintian overrides don't match what ftp-master still expects, see
all the errors.

The polkit maintainer just asked to reject new packages for shipping
legacy polkit pkla files.  So please remove the stuff from
/var/lib/polkit-1 and convert to the new-style rules.

Please drop all autoconf/automake generated and vendored files.  We've
just seen what this produces as problems.

There is vendored code, but also a dependency on the same library
(libasio-dev).

Some other remarks:
- Please use dh_installtmpfiles (rename debian/openvpn3-client.conf to
  .tmpfiles I think), enabled in debhelper compat 13
- You could use debhelper compat 14 directly and avoid some of the
  overrides in debian/rules, as it calls dh_installsysusers
- Preemptive architecture limits are not the way to go, please remove
  this list
- It contains DSA keys in /etc/openvpn3/awscerts, which a current crypto
  policy should not really accept
- There seems to be two distinct was to start it,
  openvpn3-autoload.service and openvpn3-session@.service, is this
  necessary?
- /var is not really for user config, but for state.
- Is /var/lib/openvpn3 supposed to be in the package or created via
  systemd-tmpfiles?  Currently I see both.



===

Please feel free to respond to this email if you don't understand why
your files were rejected, or if you upload new files which address our
concerns.



-- 
g. Marc

GPG: 827C FD74 BA46 8152 A041 F3A0 7A6A 4F17 5995 A65B


noname
Description: PGP signature


Bug#690183:

2024-05-29 Thread Marc Leeman
https://salsa.debian.org/erpel/apt-fast
https://mentors.debian.net/packages/

-- 
g. Marc

GPG: 827C FD74 BA46 8152 A041 F3A0 7A6A 4F17 5995 A65B



Bug#1053497: salsa

2024-04-04 Thread Marc Leeman
See:

https://salsa.debian.org/televic-team/tcnopen

-- 
g. Marc

GPG: 827C FD74 BA46 8152 A041 F3A0 7A6A 4F17 5995 A65B



Bug#1053498: ITP: amqp-cpp -- CPP RabbitMQ communication library

2023-10-05 Thread Marc Leeman
Package: wnpp
Severity: wishlist
Owner: Marc Leeman 
X-Debbugs-Cc: debian-de...@lists.debian.org

* Package name: amqp-cpp
  Version : 4.3.26
  Upstream Contact: https://github.com/CopernicaMarketingSoftware/AMQP-CPP/wiki
* URL : https://github.com/CopernicaMarketingSoftware/AMQP-CPP
* License : Apache-2.0
  Programming Lang: C++
  Description : CPP RabbitMQ communication library

 AMQP-CPP is a C++ library for communicating with a RabbitMQ message
 broker. The library can be used to parse incoming data from a RabbitMQ
 server, and to generate frames that can be sent to a RabbitMQ server.



Bug#1053497: ITP: tcnopen -- TCNOpen Library for IEC61375 standardised communication

2023-10-05 Thread Marc Leeman
Package: wnpp
Severity: wishlist
Owner: Marc Leeman 
X-Debbugs-Cc: debian-de...@lists.debian.org

* Package name: tcnopen
  Version : 2.1.0.0
  Upstream Contact: https://sourceforge.net/p/tcnopen/wiki/Home/
* URL : https://www.tcnopen.org/
* License : MPL-2.0, GPL-3.0+
  Programming Lang: C
  Description : TCNOpen Library for IEC61375 standardised communication

  TCN (Train Communication Network) is a series of international standards
 (IEC61375) developed by Working Group 43 of the IEC, specifying a
 communication system for the data communication within and between vehicles
 of a train. It is currently in use on many thousands of trains in the world
 in order to allow electronic devices to exchange information while operating
 aboard the same train.
 .
 TCNOpen is an open source initiative which the partner railway industries
 created with the aim to build in collaboration some key parts of new or
 upcoming railway standards, commonly known under the name TCN.



Bug#904044: Packaging discussion

2023-09-27 Thread Marc Leeman
The packaging discussion can be found on the OpenVPN3 board:
https://github.com/OpenVPN/openvpn3-linux/issues/193

An initial version can be found on salsa:
https://salsa.debian.org/televic-team/openvpn3-client


-- 
g. Marc



Bug#904044: OpenVPN3

2023-09-20 Thread Marc Leeman
OK, I'll pick it up.

There are two repositories, one is the core libraries; the other is the
linux client. The client is compiled by using a git external.

Because of this (git external), I decided package the two repositories
separately: one as a library (lib/dev combo), to use the dev package for
the headers and linking the openvpn3-core statically [1]

The (source) packages are reflecting the upstream git repositories:

1. openvpn3 (library)
2. openvpn3-linux (client)

I need to do some restructuring (from your answer I understand that
/usr/include/openvpn/ as the include path should ot be used).

We're testing it with our company VPN, and it seems to work just fine
(including the 2FA over a web page), the only thing we need to do is to
remove this line from the ovpn files that are generated/provided (error
feedback is not optimal ;-) ).

# OVPN_ACCESS_SERVER_ORGANIZATION=OpenVPN, Inc.

[1] I'd like to get the packages without too much of a patch on the code
and there are some questionable practices like including cpp files.


On Tue, 19 Sept 2023 at 22:28, Bernhard Schmidt  wrote:

> Hi Marc,
>
> > Because our company decided "there will be no impact" to use multifactor
> > authentication, I was forced to package openvpn3.
> >
> > I don't know if you were planning anything in that direction, but my
> > current work can be found here:
> >
> > https://salsa.debian.org/televic-team/openvpn3
> > 
> >
> > It's rough, I need to go through the finer details.
> >
> > If you are nog planning anything, I can open an ITP.
> > https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=904044
> > 
>
> Thanks for letting us know. I haven't taken a deep look at it, but it
> looks pretty sane and I'm not aware of any work other than the upstream
> repository. You are certainly welcome to package it.
>
> I can review and sponsor the first uploads if noone beats me to it
> (anyone: feel free to do so, there is no need of the OpenVPN2
> maintainers to specifically review anything in OpenVPN3, and they will
> continue to be used in parallel for years to come).
>
> I've seen you have applied for DM, so I would be happy to give you
> uploader rights when things have settled.
>
> Bernhard
>


-- 
g. Marc


Bug#904044: Fwd: OpenVPN3

2023-09-18 Thread Marc Leeman
-- Forwarded message -
From: Marc Leeman
Date: Mon, 18 Sept 2023 at 13:34
Subject: OpenVPN3
To: OpenVPN maintainer

Hi,

Because our company decided "there will be no impact" to use multifactor
authentication, I was forced to package openvpn3.

I don't know if you were planning anything in that direction, but my
current work can be found here:

https://salsa.debian.org/televic-team/openvpn3

It's rough, I need to go through the finer details.

If you are nog planning anything, I can open an ITP.
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=904044

-- 
g. Marc


-- 
g. Marc


Bug#920016: ITP: gst-plugins-rtp -- GStreamer libraries for handling RTP/RTCP streams on the network

2019-01-21 Thread Marc Leeman
Package: wnpp
Severity: wishlist
Owner: Marc Leeman 

* Package name: gst-plugins-rtp
  Version : 1.14.4.1
  Upstream Author : Marc Leeman 
* URL : https://github.com/mleeman/gst-plugins-rtp
* License : LGPL
  Programming Lang: C
  Description : GStreamer libraries for handling RTP/RTCP streams on the 
network

 GStreamer is a streaming media framework, based on graphs of filters
 which operate on media data.  Applications using this library can do
 anything from real-time sound processing to playing videos, and just
 about anything else media-related.  Its plugin-based architecture means
 that new data types or processing capabilities can be added simply by
 installing new plug-ins.
 .
 GStreamer RTP plugins provide elements that handle RTP streaming to
 and from the network and provide bindings to the rtp:// URI interface.
This message is subject to the following terms and conditions: MAIL 
DISCLAIMER<http://www.barco.com/en/maildisclaimer>



Re: [gmail] Processed: pthsem: changing back from ITP to RFP

2011-02-19 Thread Marc Leeman
  retitle 565675 RFP: pthsem -- pth replacement with semaphore support
 Bug #565675 [wnpp] ITP: pthsem -- pth replacement with semaphore support
 Changed Bug title to 'RFP: pthsem -- pth replacement with semaphore support' 
 from 'ITP: pthsem -- pth replacement with semaphore support'
  noowner 565675
 Bug #565675 [wnpp] RFP: pthsem -- pth replacement with semaphore support
 Removed annotation that Bug was owned by Marc Leeman marc.lee...@gmail.com.
  thanks
 Stopping processing here.

Euhm, 

I still have the packages available; but the packages are currently
deadlocked because there was a remark that pthsem should be merged with
pth and the pth owner doesn't care much for the changes.

We: we need these changes for our packages
pth upstream: my release is perfect

I had a discussin with Martin (the pthsem upstream) and we were going to
try to open the discussino again.

-- 
  greetz, marc
Fundamentally, there may be no basis for anything.
crichton 2.6.26 #1 PREEMPT Tue Jul 29 21:17:59 CDT 2008 GNU/Linux


signature.asc
Description: Digital signature


Bug#565675: [gmail] Re: Bug#565675: ITP: pthsem -- pth replacement with semaphore support

2010-01-21 Thread Marc Leeman
 (OTOH, speaking generally, it is sad to see a package reborn under
 another name just because the prospective new maintainer cannot
 communicate successfully with the original one to negotiate the
 takeover.  I once again urge you to write to maintain...@gnu.org to
 avoid this unpleasant scenario.)

Don't read to much into this; pth is for sure a smaller effort in
Martins' work. We just want to get over this small hurdle in order to
get his really interesting stuff included (which depends on this).

OK, sent a short note to maintain...@gnu.org. I'll keep the list updated
about the progress.

-- 
  greetz, marc
Kleeneness is next to Godelness.
crichton 2.6.26 #1 PREEMPT Tue Jul 29 21:17:59 CDT 2008 GNU/Linux


signature.asc
Description: Digital signature


Bug#565675: [gmail] Re: Bug#565675: ITP: pthsem -- pth replacement with semaphore support

2010-01-20 Thread Marc Leeman
 I need pthsem, so I only want a working version with all features I
 need.

All I care about is that there is an agreement between the Debian
community and the upstream developer. Martin is very active in
supporting his environment and in that respect I am to inclined to
support his decision.

Can we conclude that pthsem is a valid branch, worth a seperate package?

An alternative for Martin is probably to include/hide pthsem in bcusdk;
but that would not be as clean IMHO (ffmpeg anyone?)

-- 
  greetz, marc
Radioactive cats have 18 half-lives.
crichton 2.6.26 #1 PREEMPT Tue Jul 29 21:17:59 CDT 2008 GNU/Linux


signature.asc
Description: Digital signature


Bug#549901: packages

2009-10-16 Thread Marc Leeman
work in progress packages for eibd-server eibd-clients and linknx are
available from (amd64 and armel):

deb http://scorpius.homelinux.org/~marc/debian lenny main contrib non-free
deb-src http://scorpius.homelinux.org/~marc/debian lenny main contrib non-free

Most important changes wrt to upstream include;

  - run as knx user instead of root
  - /etc/default/ files and init.d files
  - linknx compiled with mysql support

The packages are fully functional.

missing:
  - manpages
  - lintian check


-- 
  greetz, marc
For every complex problem, there is a solution that is simple, neat, and wrong.
-- H. L. Mencken
crichton 2.6.26 #1 PREEMPT Tue Jul 29 21:17:59 CDT 2008 GNU/Linux


signature.asc
Description: Digital signature


Bug#549043: [gmail] Bug#549043: Acknowledgement (ITP: linknx -- KNX automation platform)

2009-10-06 Thread Marc Leeman
 Thank you for filing a new Bug report with Debian.

I have an early package available; I still need to verify some
configuration options and run it through lintian.

If you want a package; drop me a mail.

We're also working on the dependency on eibd-server (ITP to follow
shortly), so this one will only end up in Debian once we (Martin and I)
have added the eibd-server package.

ATM, you can dl the eibd-server packages from Martin's site.
http://www.auto.tuwien.ac.at/~mkoegler/index.php/eibd

-- 
  greetz, marc
A mathematician is a device for turning coffee into theorems.
-- P. Erdos
crichton 2.6.26 #1 PREEMPT Tue Jul 29 21:17:59 CDT 2008 GNU/Linux


signature.asc
Description: Digital signature


Bug#549901: ITP: eibd-server -- KNX/EIB server

2009-10-06 Thread Marc Leeman
Package: wnpp
Severity: wishlist
Owner: Marc Leeman marc.lee...@gmail.com


* Package name: eibd-server
  Version : 0.0.3
  Upstream Author : Martin Koegler mkoeg...@auto.tuwien.ac.at
* URL : http://www.auto.tuwien.ac.at/~mkoegler/index.php/eibd
* License : GNU General Public License
  Programming Lang: C
  Description : KNX/EIB server

eibd is a daemon which supports connection to an EIB (KNX) network
over various interfaces. It provides its services over TCP/IP or Unix
domain sockets.
It can also act as an EIBnet/IP server.

-- System Information:
Debian Release: lenny/sid
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: armel (armv5tel)



-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#549043: ITP: linknx -- KNX automation platform

2009-09-30 Thread Marc Leeman
Package: wnpp
Severity: wishlist
Owner: Marc Leeman marc.lee...@gmail.com


* Package name: linknx
  Version : 0.0.1.26
  Upstream Author : jef2...@ouaye.net
* URL : https://sourceforge.net/projects/linknx/
* License : GPL
  Programming Lang: C++
  Description : KNX automation platform

  Linknx is an automation platform providing high level functionalities
  to EIB/KNX installation. The rules engine allows execution of actions
  based on complex logical conditions and timers. Lightweight design
  allows it to run on embedded Linux (OpenWRT)

-- System Information:
Debian Release: lenny/sid
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: armel (armv5tel)



-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#429583: closed by Aur?lien G?R?ME [EMAIL PROTECTED] (Re: Bug#429583: ITP: dtc -- PowerPC kernel device tree compiler)

2007-06-20 Thread Marc Leeman
 It is already in the archive and not specific to PowerPC only, please
 see http://packages.qa.debian.org/d/device-tree-compiler.html

Even better :)

-- 
  greetz, marc
Is everybody aboard this ship kinkoid?
Chiana - A Bug's Life
chiana 2.6.18-4-ixp4xx #1 Tue Mar 27 18:01:56 BST 2007 GNU/Linux


signature.asc
Description: Digital signature


Bug#429583: ITP: powerpc-dtc -- PowerPC kernel device tree compiler

2007-06-19 Thread Marc Leeman
There are already source and binary packages for a tool called dtc,
 you will have to rename this. Maybe ppcdtc?

In the logic of the kernel arch, it would better be have powerpc instead
of ppc :) 

I'll rename the package to powerpc-dtc.

I was unable to understand what the software does from its
 description, maybe you could mention what a device tree is, what the
 formats are (raw, flattened/blob), how dtc relates to OF, why the kernel
 needs it (kexec?), etc.

ack. This serves me right for writing up an ITP when my significant other
is summoning me to bed.

Also, have you been in contact with Fredrik Roubert? He seems to have
 done Debian packages before.

Indirectly, he seems to be an extern in our company Barco. As with most
larger companies, the left hand doesn't know what the right hand is
doing.

There seems little point now, from what I have found, his diff is more
or less the same as what I've done in parallel.

-- 
  greetz, marc
Ladies, some decorum please. This is a peace memorial, let's not kill
each other.
Rygel - Different Destinations
chiana 2.6.18-4-ixp4xx #1 Tue Mar 27 18:01:56 BST 2007 GNU/Linux


signature.asc
Description: Digital signature


Bug#429583: ITP: dtc -- PowerPC kernel device tree compiler

2007-06-18 Thread Marc Leeman
Package: wnpp
Severity: wishlist
Owner: Marc Leeman [EMAIL PROTECTED]

* Package name: dtc
  Version : 20070523
  Upstream Author : Jon Loeliger
* URL : git://www.jdl.com/software/dtc.git
* License : GPL
  Programming Lang: C
  Description : PowerPC kernel device tree compiler

  dtc basically takes a device-tree in a given format and outputs a
  device-tree in another format.


-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (990, 'unstable'), (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.21 (PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#402841: status gwt package

2007-03-30 Thread Marc Leeman
I am wondering what the status of the gwt package is. I just started
packaging it myself (have waited for a package for over a month) since
we need the gwt compiler for a number of projects and cannot afford to
wait any longer.

It seems a waste to duplicate the effort though.

You are welcome to re-use whatever I've done (for what it's worth
though, since the package is very rudimentary atm).

-- 
  greetz, marc
Doesn't simply shooting them dead strike you as viable?
Rygel - Self Inflicted Wounds - Could'a, Would'a, Should'a
scorpius.homelinux.org 2.6.19 #1 Tue Dec 5 16:35:02 CET 2006 GNU/Linux


signature.asc
Description: Digital signature


Bug#402841: [gmail] Re: Bug#402841: status gwt package

2007-03-30 Thread Marc Leeman
 Cool, where can I get this?

Nowhere atm, it's under internal testing, and certainly not yet ready
for debian, but I can make a copy available though.

I have it currently compiled for amd64, so I'll need to re-do this for
i386 on my machine.


-- 
  greetz, marc
Human. It's kinda like Sebacean, but we haven't conquered other worlds
yet, so we just kick the crap out of each other.
Crichton - PK Tech Girl
scorpius.homelinux.org 2.6.19 #1 Tue Dec 5 16:35:02 CET 2006 GNU/Linux


signature.asc
Description: Digital signature


Bug#337938: [gmail] Bug#337938: bug in quake3-data when mirror is down

2006-08-16 Thread Marc Leeman
 When I was installing quake3-data, I chose to install the shareware and 
 selected ftp.idsoftware.com as the mirror. However, if there are too 
 many users connected (like now), the installation fails, without asking 
 if I want to download from an other mirror.

quake3-data is due for an overhaul anyway, so we might add that too and
re-direct the user to the mirror select box when the md5 of the archives
are not correct.

-- 
  greetz, marc
Back off! Get that weapon out of my face before I feed it to you. Now
tell your bitch to let my female go.
Crichton - Till The Blood Runs Clear
scorpius.homelinux.org 2.6.17 #2 PREEMPT Thu Jun 22 07:18:33 CEST 2006 GNU/Linux


signature.asc
Description: Digital signature


Bug#337937: [gmail] Bug#337937: Wrong perms on source package files

2006-07-17 Thread Marc Leeman
 The source package files for ioquake3 in
 http://scorpius.homelinux.org/~marc/debian/source/ need their perms
 changed, they're currently returning 403 Perm Denied.

Sorry and fixed.

-- 
  greetz, marc
I like my wives pregnant, and my ships cold to the touch. That way my
feet stay warm, and my slumber is uninterrupted.
Rygel - Rhapsody in Blue 
scorpius.homelinux.org 2.6.17 #2 PREEMPT Thu Jun 22 07:18:33 CEST 2006 GNU/Linux


signature.asc
Description: Digital signature


Bug#337937: [gmail] Bug#337937: CVEs for quake3

2006-07-08 Thread Marc Leeman
 Please address CVE-2006-3325 and CVE-2006-3324 before uploading quake3.

if it is uploaded, it will be based on the last svn version, from the
description in the db; it is already fixed in the last svn versions.

-- 
  greetz, marc
Man, you guys should see this ugly sticky flesh. Kinda like my Aunt
Ruth's special Jello.
Crichton - Green-Eyed Monster
scorpius.homelinux.org 2.6.17 #2 PREEMPT Thu Jun 22 07:18:33 CEST 2006 GNU/Linux


signature.asc
Description: Digital signature


Bug#337937: status update

2005-12-28 Thread Marc Leeman

The packages are downloadable but I am awaiting a sponsor.

deb http://scorpius.homelinux.org/~marc/debian binary/
deb-src http://scorpius.homelinux.org/~marc/debian source/

Closed the original bug since I cloned it to two others (should have
done this only once): quake3 and quake3-data.

-- 
  greetz, marc
One Mippippippi... Two Mippippippi...
D'Argo - Through the Looking Glass
scorpius.homelinux.org 2.6.14 #1 PREEMPT Sat Oct 29 09:45:46 CEST 2005 GNU/Linux


signature.asc
Description: Digital signature


Bug#337937: apt

2005-12-11 Thread Marc Leeman
Still no hint for a sponsor, but in the mean time:

deb http://scorpius.homelinux.org/~marc/debian binary/
deb-src http://scorpius.homelinux.org/~marc/debian source/



-- 
  greetz, marc
Don't move! Or I'll fill you full of... little yellow bolts of light
Crichton - Premiere
scorpius.homelinux.org 2.6.13.2 #1 Fri Sep 23 07:23:21 CEST 2005 GNU/Linux


signature.asc
Description: Digital signature


Bug#324179: Q3A packages

2005-11-12 Thread Marc Leeman
The provisional packages can be downloaded from:

http://scorpius.homelinux.org/~marc/debian/

I am waiting for a sponsor and feedback to improve the packages.

-- 
  greetz, marc
I may be small but allow me to remind you that only serves to put me
at castration level.
Rygel - Relativity
scorpius.homelinux.org 2.6.13.2 #1 Fri Sep 23 07:23:21 CEST 2005 GNU/Linux


signature.asc
Description: Digital signature


Bug#337937: Q3A packages

2005-11-12 Thread Marc Leeman
The provisional packages can be downloaded from:

http://scorpius.homelinux.org/~marc/debian/

I am waiting for a sponsor and feedback to improve the packages.

-- 
  greetz, marc
It's not Kansas, and you're way too homely to be Auntie Em, but... Come
here, Toto.
Crichton - That Old Black Magic
scorpius.homelinux.org 2.6.13.2 #1 Fri Sep 23 07:23:21 CEST 2005 GNU/Linux


signature.asc
Description: Digital signature


Bug#337938: Q3A data package

2005-11-12 Thread Marc Leeman
The provisional packages can be downloaded from:

http://scorpius.homelinux.org/~marc/debian/

I am waiting for a sponsor and feedback to improve the packages.

-- 
  greetz, marc
One thing, just to be absolutely certain, you are the female of your
species, right? I'll take that as a yes.
Crichton - The Flax
scorpius.homelinux.org 2.6.13.2 #1 Fri Sep 23 07:23:21 CEST 2005 GNU/Linux


signature.asc
Description: Digital signature


Bug#324179: quake3/quake3-data packages available

2005-11-06 Thread Marc Leeman
I've just finished my first version of the quake3 packages. 

I use the debian configuration of Jamie Wilkinson [EMAIL PROTECTED], and
adjusted it (thanks man, you saved me a bunch of work :) ). The structure
of the packages is otherwise the same.
  quake3
  quake3-data

In order not to break possibly official installs, the startup script is
q3a (instead of quake3).

The game can (like the quake2 packages) be run from disk and CDROM. The
game can be played with the official CD available (pk3 files) or with
the demo of the game.

Different wrt the quake2 version is that you need to install the point
release to play the shareware/demo version as the full game, due to a UI
change in the code.

I have some further cleaning up to do, but the packages seem currently
stable enough to be used. One thing I certainly have to check is the
latest versions of the files floating around the net, but the last ones
I seemed to be able to pick up were:
  - linuxq3ademo-1.11-6.x86.gz.sh
  - linuxq3apoint-1.32b-3.x86.run

Future (to be expected this week) improvements will include installation
of Quake3 Team Arena.

If anyone is interested in the packages for testing, using; send me a
mail and I'll pass the URI along where you can download them, I am kind
of hesitant to publish the URI directly (my poor machine ;) )

Since I haven't seen any replies and/or further mails after the initial
ITP from the package maintainer (with the ITP about 24h of id going
GPL), I wonder if the maintainer continued this project, in which case a
reply would be appreciated. If not, ... euhm, what next?

-- 
  greetz, marc
Man, you guys should see this ugly sticky flesh. Kinda like my Aunt
Ruth's special Jello.
Crichton - Green-Eyed Monster
scorpius.homelinux.org 2.6.13.2 #1 Fri Sep 23 07:23:21 CEST 2005 GNU/Linux


signature.asc
Description: Digital signature


Bug#324179: package and content

2005-11-04 Thread Marc Leeman
I am currently creating a package for this, mainly because I did some
experimenting a couple of weeks ago with this.

Even though the game content is not available for free (beer, speech),
you can use the game content of a total conversion (e.g. UT) to compose
a working game.

-- 
  greetz, marc
Talyn, you've seen them both naked, perhaps you can tell us who's
bigger.
Aeryn - Green-Eyed Monster
scorpius.homelinux.org 2.6.13.2 #1 Fri Sep 23 07:23:21 CEST 2005 GNU/Linux


signature.asc
Description: Digital signature


Bug#324179: q3 source

2005-11-04 Thread Marc Leeman
as for the sources:

the svn from icculus is pretty easy and straightforward to use for
GNU/Linux.

-- 
  greetz, marc
I may be small but allow me to remind you that only serves to put me
at castration level.
Rygel - Relativity
scorpius.homelinux.org 2.6.13.2 #1 Fri Sep 23 07:23:21 CEST 2005 GNU/Linux


signature.asc
Description: Digital signature


Bug#324179: was package and content

2005-11-04 Thread Marc Leeman
The package is built and tested. Still need to clean up (build depends
etc).

The data file pkg is not yet done, but I tested by linking the pk3 files
from the official install.

Contact me for the binary package if interested. (or sources of course).
-- 
  greetz, marc
I say we just go get the guns and go steal the stuff.
Chiana - Thanks for Sharing
scorpius.homelinux.org 2.6.13.2 #1 Fri Sep 23 07:23:21 CEST 2005 GNU/Linux


signature.asc
Description: Digital signature


Bug#184283: fortunes-farscape

2004-08-09 Thread Marc Leeman
With some delay; but a version of the package can be found on

http://scorpius.homelinux.org/~marc/debian/

(I saw that there was some activity in this 'lost' directory; so here
goes again)...

Still looking for someone to upload if interested. Shoot, I really
should look into becoming a deb. dev. myself, since I am maintaining a
number of packages for about 2 yrs now... :-/


-- 
  greetz, marc
It's a Jerry Springer kind of family. But for what it's worth, Zhaan,
you are family.
Crichton - Family Ties
scorpius 2.6.7 #1 Wed Jun 16 13:13:27 CEST 2004 GNU/Linux


signature.asc
Description: Digital signature


Bug#184283: Outstanding ITP - fortunes-farscape

2004-04-14 Thread Marc Leeman
 Do you still intend to package fortunes-farscape for Debian?  If so, please
 remember to keep the bugtracking system informed of progress and delays.

yes, 

and furthermore, I had my package ready within a few days of posting the
ITP, but there was (is?) little interest for sponsoring it :-/
-- 
  greetz, marc
Doesn't simply shooting them dead strike you as viable?
Rygel - Self Inflicted Wounds - Could'a, Would'a, Should'a
scorpius 2.6.5 #1 Sun Apr 4 16:14:28 CEST 2004 GNU/Linux


signature.asc
Description: Digital signature


Bug#204625: ITP: dvdauthor -- create DVD-Video file system

2003-08-08 Thread Marc Leeman
Package: wnpp
Version: unavailable; reported 2003-08-08
Severity: wishlist

* Package name: dvdauthor
  Version : 0.5.3
  Upstream Author : Scott Smith [EMAIL PROTECTED]
* URL : http://dvdauthor.sourceforge.net/
* License : GPL
  Description : create DVD-Video file system

 dvdauthor is a program that will generate a DVD movie from a valid
 mpeg2 stream that should play when you put it in a DVD player.

-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux scorpius 2.6.0-test2-bk7 #1 Thu Aug 7 17:04:15 CEST 2003 i686
Locale: LANG=C, LC_CTYPE=C




Bug#196886: ITP: shfs-source -- Secure SHell File System module source

2003-06-10 Thread Marc Leeman
Package: wnpp
Version: unavailable; reported 2003-06-10
Severity: wishlist

* Package name: shfs-source
  Version : 0.31
  Upstream Author : Miroslav Spousta [EMAIL PROTECTED]
* URL : http://sourceforge.net/projects/shfs/
* License : GPL
  Description : Secure SHell File System module source

  SHFS (sshfs) is a simple and easy to use Linux kernel (2.4) module
  which allows you to mount remote filesystems using (secure) shell
  connection. It includes amd automounter integration and rpm/deb
  package support.



-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux scorpius 2.4.20-xfs-v4l2 #2 Sat Mar 8 19:17:24 CET 2003 i686
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED]




Bug#195040: ITP: libtk-xmlviewer-perl -- extended Text widget that displays hierarchical tree for XML

2003-05-28 Thread Marc Leeman
Package: wnpp
Version: unavailable; reported 2003-05-28
Severity: wishlist

* Package name: libtk-xmlviewer-perl
  Version : 0.15
  Upstream Author : [EMAIL PROTECTED]
* URL : http://www.cpan.org/
* License : Perl
  Description : extended Text widget for XML in a hierarchical tree

 Tk::XMLViewer is an extended Text widget which displays XML data in a
 hierarchical tree. It's possible to hide parts of the tree.
 .
 As a bonus method, there is XMLDump, which can dump Tk::Text data to
 XML (this method is still imperfect) 

-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux scorpius 2.4.20-xfs-v4l2 #2 Sat Mar 8 19:17:24 CET 2003 i686
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED]




Bug#194442: ITP: libcodetext-perl -- Syntax Highlighting for Tk

2003-05-23 Thread Marc Leeman
Package: wnpp
Version: unavailable; reported 2003-05-23
Severity: wishlist

* Package name: libcodetext-perl
  Version : 0.3.1
  Upstream Author : Hans Jeuken [EMAIL PROTECTED]
* URL : http://cpan.org/
* License : GPL
  Description : Syntax Highlighting for Tk

 This package is free software; you can redistribute it and/or modify it
 under the same terms as Perl itself.
 .
 Tk::CodeText.pm is a Tk::TextUndo widget with capabilities of syntax
 highlighting. At this moment only the Perl language is supported. The
 highlight mechanism however, is of a plugin-type. Adding additional
 languages should be a matter of writing Tk::CodeText::MyLanguage modules.
 .
 This is the initial release. It has been written and tested on a
 linux machine. It is untested for microsoft based machines or mac.

-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux mykene 2.4.20-xfs-v4l2 #2 Sat Mar 8 19:17:24 CET 2003 i686
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED]




Bug#194443: ITP: libsyntaxhighlight-perl -- Highlighting of Syntactical Structures

2003-05-23 Thread Marc Leeman
Package: wnpp
Version: unavailable; reported 2003-05-23
Severity: wishlist

* Package name: libsyntaxhighlight-perl
  Version : 1.0
  Upstream Author : Cory Johns [EMAIL PROTECTED]
* URL : http://cpan.org
* License : GPL
  Description : Highlighting of Syntactical Structures

 This is a  module  for  marking  up  code  files  for  presentation,
 printing,  or  publication.  This  markup  can  be  made  up  of any user-
 specified strings  and  can  include  anything  ranging  from  HTML/XML to
 PostScript  formatting  codes  to   ANSI  escape  sequences  to abstract,
 binary-data markups.


-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux mykene 2.4.20-xfs-v4l2 #2 Sat Mar 8 19:17:24 CET 2003 i686
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED]




Bug#194442: ITP: libcodetext-perl -- Syntax Highlighting for Tk

2003-05-23 Thread Marc Leeman
 Shouldn't the package name be libtk-codetext-perl then?

I never packaged a perl package before, so I have (as yet) no real
insight in the naming conventions used in debian for this.

It's something I needed, there was no package, so converted it, this is
mainly the rationale behind the packaging.

-- 
greetz, marc
 
evil hackers from Serbia.
 Key fingerprint = 890C E47F 1589 F240 9CC8  C60C 510A 63D3 D356 2DE1
Linux mykene 2.4.20-xfs-v4l2 #2 Sat Mar 8 19:17:24 CET 2003 i686 GNU/Linux


pgpeV3JAM1gmU.pgp
Description: PGP signature


Bug#184283: ITP: fortunes-farscape -- quotes from the SciFi series Farscape

2003-03-11 Thread Marc Leeman
Package: wnpp
Version: unavailable; reported 2003-03-11
Severity: wishlist

* Package name: fortunes-farscape
  Version : 0.1
  Upstream Author : Marc Leeman [EMAIL PROTECTED]
* URL : http://members.chello.be/cr50624/debian/farscape
* License : GPL
  Description : quotes from the SciFi series Farscape

 fortunes-farscape is a collection of quotes from the SciFi series
 Farscape (http://www.farscape.com).

This package is mainly in analogy with the startrek and matrix themed
db's. One thing I would like feedback on is the license of this, I guess
GPL is OK (there is not much software to it).

The packages are ready and can be found on
deb http://lesbos.esat.kuleuven.ac.be/~mleeman/debian unstable/

(it's browsable)

-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux scorpius 2.4.20-xfs-v4l2 #2 Sat Mar 8 19:17:24 CET 2003 i686
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED]




Bug#176982: ITP: codeboost -- source-to-source transformation/optimisation of C++ programs

2003-01-16 Thread Marc Leeman
Package: wnpp
Version: unavailable; reported 2003-01-16
Severity: wishlist

* Package name: codeboost
  Version : 0.2.1
  Upstream Author : Otto Skrove Bagge
* URL : http://www.codeboost.org/
* License : GPL
  Description : source-to-source transformation/optimisation of C++ programs

 It is intended to be used as a test-bed for various high-level
 optimisations; the traditional textbook optimisations are assumed to be
 handled by the C++ compiler. The CodeBoost optimiser will attempt to
 bridge the gap between a human-friendly coding style and current
 compiler/optimiser implementations. Although CodeBoost was created
 mainly for use with the Sophus numerical library, the transformation
 framework may be useful for other projects as well.

-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux scorpius 2.4.20-xfs-v4l2 #1 Fri Nov 29 13:35:23 CET 2002 i686
Locale: LANG=C, LC_CTYPE=C




Bug#176267: ITP: mplayer -- Mplayer is a full-featured audio and video player for UN*X like systems

2003-01-11 Thread Marc Leeman
 Package: wnpp
 Version: unavailable; reported 2003-01-11
 Severity: wishlist

this packages is being maintained since a long time by
[EMAIL PROTECTED] You should check with him before packaging it
yourself.

-- 
greetz, marc
 
Chewing gum on /dev/sd3c
 Key fingerprint = 890C E47F 1589 F240 9CC8  C60C 510A 63D3 D356 2DE1
Linux mykene 2.4.20-xfs-v4l2 #1 Fri Nov 29 13:35:23 CET 2002 i686 unknown 
unknown GNU/Linux


pgpeWbpFusFau.pgp
Description: PGP signature


Bug#159271: ITP: ogmtools -- Tools for handling Ogg media streams

2002-11-15 Thread Marc Leeman
 On Mon, Sep 02, 2002 at 09:47:35AM +0200, Marc Leeman wrote:
  * Package name: ogmtools
Version : 0.901
Upstream Author : Moritz Bunkus [EMAIL PROTECTED]
  * URL : http://www.bunkus.org/videotools/ogmtools/
  * License : GPL, LGPL, BSD, MIT/X, etc.
Description : Tools for handling Ogg media streams
 
 It would be good to know what license this package uses.

Oooops, 

GPL

-- 
greetz, marc
 
You put the disk in upside down.
 Key fingerprint = 890C E47F 1589 F240 9CC8  C60C 510A 63D3 D356 2DE1
Linux mykene 2.4.19-xfs #1 Mon Aug 26 14:55:46 CEST 2002 i686 unknown unknown 
GNU/Linux


pgpseXmhicdsU.pgp
Description: PGP signature


Bug#165264: ITP: k3b -- A KDE cd burning application

2002-10-18 Thread Marc Leeman
 * Package name: k3b

LOL, you're the third person to submit a ITP for this package, I guess I
am not the only one that misses the ITP in the reportbug menu.

Anyway, 

After I submitted the ITP and made a prelimenary package, k3b was
included in kde-extragear, so I assumed that building the package would
fall under the KDE builder.

Is this not the case?

-- 
greetz, marc
 
sticktion
 Key fingerprint = 890C E47F 1589 F240 9CC8  C60C 510A 63D3 D356 2DE1
Linux mykene 2.4.19-xfs #1 Mon Aug 26 14:55:46 CEST 2002 i686 unknown unknown 
GNU/Linux


pgplg8xgQLdci.pgp
Description: PGP signature


Bug#159271: ITP: ogmtools -- Tools for handling Ogg media streams

2002-09-02 Thread Marc Leeman
Package: wnpp
Version: N/A; reported 2002-09-02
Severity: wishlist

* Package name: ogmtools
  Version : 0.901
  Upstream Author : Moritz Bunkus [EMAIL PROTECTED]
* URL : http://www.bunkus.org/videotools/ogmtools/
* License : GPL, LGPL, BSD, MIT/X, etc.
  Description : Tools for handling Ogg media streams


These tools allow information about (ogminfo) or extraction from
(ogmdemux) or creation of (ogmmerge) OGG media streams. 

-- System Information
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux mykene 2.4.19-xfs #1 Mon Aug 26 14:55:46 CEST 2002 i686
Locale: LANG=C, LC_CTYPE=C




Bug#157719: ITP: ffmpeg -- FFmpeg Streaming Multimedia System

2002-08-21 Thread Marc Leeman
Package: wnpp
Version: N/A; reported 2002-08-21
Severity: wishlist

* Package name: ffmpeg
  Version : 0.46
  Upstream Author : Fabrice Bellard [EMAIL PROTECTED]
* URL : http://ffmpeg.sourceforge.net/
* License : LGPL
  Description : FFmpeg Streaming Multimedia System

FFmpeg is the first complete and free Internet Live Audio and Video
Broadcasting solution. FFMpeg aims at being the command line tool to
handle audio and video. It is a three-in-one solution.

FFmpeg includes a soft VCR capable of encoding in many different
formats simultaneously and a streaming server for Netcasting multimedia.

Use FFmpeg to start your own Internet Radio or TV station, to stream
live or pre-recorded content or to turn your video camera into a video
monitoring system.

NOTE: Prototype version are available at:
[EMAIL PROTECTED] marc]$ cat /etc/apt/sources.list |grep lesbos
deb http://lesbos.esat.kuleuven.ac.be/~mleeman/debian unstable/
deb-src http://lesbos.esat.kuleuven.ac.be/~mleeman/debian unstable/

With Prototype, I mean that they are packaged, nothing more (not clean,
nor complete, ...) I need those sources for nvrec, so I decided to
package them too. I should have more time get them into shape for debian
within a month or two.

-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux scorpius 2.4.19-rc3 #1 Thu Aug 1 07:42:23 CEST 2002 i686
Locale: LANG=C, LC_CTYPE=C

-- no debconf information





Bug#157719: ITP: ffmpeg -- FFmpeg Streaming Multimedia System

2002-08-21 Thread Marc Leeman
 FYI, Christian Marillat has already some ffmpeg packages at
 http://marillat.free.fr/

I'll check it out, since this package is not my main interest. If I can
use the existing ones, the better.

-- 
   greetz, marc
 
BOFH excuse #73:

Daemons did it
pgp Key ID: 0xD3562DE1
 Key fingerprint = 890C E47F 1589 F240 9CC8  C60C 510A 63D3 D356 2DE1
Linux scorpius 2.4.19-rc3 #2 Thu Aug 1 05:23:31 CEST 2002 GNU/Linux


pgpS3VkqCbCn7.pgp
Description: PGP signature


Bug#157719: ITP: ffmpeg -- FFmpeg Streaming Multimedia System

2002-08-21 Thread Marc Leeman
 FYI, Christian Marillat has already some ffmpeg packages at
 http://marillat.free.fr/

Hm,

Christian's package is the same (at least the binary contents) as my
quick solution.

I'll see if we can use his packages (libffmpeg0 and ffmpeg), tnx.

-- 
   greetz, marc
 
BOFH excuse #73:

Daemons did it
pgp Key ID: 0xD3562DE1
 Key fingerprint = 890C E47F 1589 F240 9CC8  C60C 510A 63D3 D356 2DE1
Linux scorpius 2.4.19-rc3 #2 Thu Aug 1 05:23:31 CEST 2002 GNU/Linux


pgpf2QDaWFNAE.pgp
Description: PGP signature


Bug#157719: ITP: ffmpeg -- FFmpeg Streaming Multimedia System

2002-08-21 Thread Marc Leeman
 A lot of the code in ffmpeg is within the 'libavcodec' subdirectory,
 and this code has been incorporated by several other projects (xine
 and mplayer are all I can think of right now). I know that the libxine
 source, at least on the debian servers, contains a copy of libavcodec.
 Perhaps a dynamic libavcodec library should be built from the ffmpeg
 sources and packages like xine could link against it.

Well, I decided that I could not use the version of Christian because it
was to old, but used his configuration to recompile with a latest
snapshot.

libavcodec and libavformat are now dinamically linked in nvrec (instead
of included in the project). I'll see if there are no recording
problems and if not, report the changes to upstream.

libavformat was not compiled as a shlib in the original sources.

Since Christian is basically maintaining the package, I'll confer with
him about the best approach, I won't branch the package.

-- 
   greetz, marc
 
BOFH excuse #73:

Daemons did it
pgp Key ID: 0xD3562DE1
 Key fingerprint = 890C E47F 1589 F240 9CC8  C60C 510A 63D3 D356 2DE1
Linux scorpius 2.4.19-rc3 #2 Thu Aug 1 05:23:31 CEST 2002 GNU/Linux


pgpXhTSudiivk.pgp
Description: PGP signature


Bug#157202: ITP: nuppelvideo -- Nuppel video tools: capture on slow machines

2002-08-18 Thread Marc Leeman
Package: wnpp
Version: N/A; reported 2002-08-19
Severity: wishlist

* Package name: nuppelvideo
  Version : 0.52
  Upstream Author : Roman HOCHLEITNER [EMAIL PROTECTED]
* URL : http://mars.tuwien.ac.at/~roman/nuppelvideo/
* License : GPL
  Description : Nuppel video tools: capture on slow machines

Long description follows later

-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux scorpius 2.4.19-rc3 #1 Thu Aug 1 07:42:23 CEST 2002 i686
Locale: LANG=C, LC_CTYPE=C

-- no debconf information





Bug#151891: ITP: k3b -- a GUI frontend to the cd recording programs cdrdao and cdrecord.

2002-07-04 Thread Marc Leeman
Package: wnpp
Version: N/A; reported 2002-07-04
Severity: wishlist

* Package name: k3b
  Version : 0.7
  Upstream Author : Sebastian Trueg [EMAIL PROTECTED], Thomas Froescher 
[EMAIL PROTECTED]
* URL : http://k3b.sourceforge.net
* License : GPL
  Description : a GUI frontend to the cd recording programs cdrdao and 
cdrecord.

Current features included are creating data CDs (add and remove 
files and folders to you data cd via drag 'n' drop, writing 
on-the-fly, automatic mp3/ogg renaming); creating audio CDs 
(wav, mp3 and ogg support, writing on-the-fly possibly from 
ogg and mp3, hiding first track), cd-ripping (cddb support, 
dvd to divx/xvid), burner speed detection, ...

NOTE:
this package is already available from my apt-uri, but certainly not up
to full standards, a lot of build dependencies and dependencies are
missing. Since this is a KDE3 package, I put this on a lower priority
(unfortunately) until the KDE3 debian packages settle down.

-- System Information
Debian Release: 3.0
Architecture: i386
Kernel: Linux scorpius 2.4.19-pre4 #1 Tue Apr 2 22:47:06 CEST 2002 i686
Locale: LANG=C, LC_CTYPE=C




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#149651: ITP: regionset -- several tools for manipulating dvd drives

2002-06-11 Thread Marc Leeman
Package: wnpp
Version: N/A; reported 2002-06-11
Severity: wishlist

* Package name: regionset
  Version : 0.1
  Upstream Author : Christian Wolff [EMAIL PROTECTED]
* URL : http://linuxtv.org/dvd/
* License : GPL
  Description : several tools for manipulating dvd drives

regionset includes a  Linux kernel module that provides unified access
to a DVD Video by a DVD Navigator.  This package also includes the 
regionset utility to change the region code on RPC II DVD ROM drives, 
and the dvdbackup tool to make backup copies of DVD ROMs as image files. 

development version of the package is available at:
deb http://www.esat.kuleuven.ac.be/~mleeman/debian unstable/

-- System Information
Debian Release: 3.0
Architecture: i386
Kernel: Linux scorpius 2.4.19-pre4 #1 Tue Apr 2 22:47:06 CEST 2002 i686
Locale: LANG=C, LC_CTYPE=C




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#148469: lintian and copyright file

2002-06-11 Thread Marc Leeman

I might have missed something, but when I run lintian over the nvrec
package, it complains about the copyright file, even though I modified
it as indicated in the file itself (GPL file).

Any ideas?

-- 
   greetz, marc
 
BOFH excuse #371:

Incorrectly configured static routes on the corerouters.
pgp Key ID: 0xD3562DE1
 Key fingerprint = 890C E47F 1589 F240 9CC8  C60C 510A 63D3 D356 2DE1
Linux mykene 2.4.19-pre4 #1 Tue Apr 2 22:47:06 CEST 2002 i686 unknown


pgpfO0iIsmAwm.pgp
Description: PGP signature


Bug#148469: nvrec_20020530-1_i386.deb

2002-06-10 Thread Marc Leeman

I built a debian package of the nvrec tools. They can be found on 

deb http://www.esat.kuleuven.ac.be/~mleeman/debian unstable/

http://www.esat.kuleuven.ac.be/~mleeman

currently, the binaries are:
. divx4rec
. nuvrec
. ffmpegrec
. timer

If you use the tools, you will notice the small caps, so if you are
using transcode in combination, you might want to put simlinks:

$ ln -s divx4rec DIVX4rec
$ ln -s nuvrec NUVrec
$ ln -s ffmpegrec FFMPEGrec

the manpages are based on the stderr messages when running the commands
without any valid input (I intend to add some examples in following
releases).

I welcome remarks and experiences on the packages (use the e-mail
provided in the package, or even better, send it to:
[EMAIL PROTECTED]

-- 
   greetz, marc
 
BOFH excuse #266:

All of the packets are empty.
pgp Key ID: 0xD3562DE1
 Key fingerprint = 890C E47F 1589 F240 9CC8  C60C 510A 63D3 D356 2DE1
Linux mykene 2.4.19-pre4 #1 Tue Apr 2 22:47:06 CEST 2002 i686 unknown


pgpvBeziZfCTM.pgp
Description: PGP signature


Bug#147303: ITP: winex -- A DESCRIPTION

2002-06-06 Thread Marc Leeman
 I would volunteer to take that action and package winex-light for
 Debian, if no one else (knghtbrd?) is willing to do it [1], and if no
 one presents here on debian-devel good [2] reasons not to do it. I would
 also very much like to see opinion of Ove Kaaven, current Debian wine
 maintainer: I am very satisfied with his packaging of wine, and I'd like
 to be sure that my actions won't cause conflict with Debian wine
 maintainer.

You want the package re-assigned to you?

-- 
   greetz, marc
 
BOFH excuse #69:

knot in cables caused data stream to become twisted and kinked
pgp Key ID: 0xD3562DE1
 Key fingerprint = 890C E47F 1589 F240 9CC8  C60C 510A 63D3 D356 2DE1
Linux mykene 2.4.19-pre4 #1 Tue Apr 2 22:47:06 CEST 2002 i686 unknown


pgpBNr07u1kfn.pgp
Description: PGP signature


Bug#148469: (no subject)

2002-05-31 Thread Marc Leeman

retitle 148469 nvrec: a high performant v4l1/v4l2 capture core

quit

deb http://lesbos.esat.kuleuven.ac.be/~mleeman/debian unstable/

ffmpegrec is has been included (next to nuvrec and divx4rec).

The binaries have been moved to all smallcaps and manpages for nuvrec
and divx4rec are added (ffmpegrec will follow soon).

use apt-get install --reinstall nvrec for the time being since I am not
yet certain to keep Justin's numbering format (dates) or modify them as
the debian package gets better

divx4rec works with a bt878 card on a PIII 550 with
divx4rec -h 240 -w 320 -vb 500 -o smp.avi

nuvrec requires less cpu cycles and works too (at a much lower
compression), same I guess for ffmpegrec, but this has not been tested.

Higher quality recordings will require a faster pc :) or using an
intermediate format in combination with transcode.

To my experience, the captures are of better quality on low middle aged
pc's than xawtv (PIII 550)

-- 
   greetz, marc
 
BOFH excuse #325:

Your processor does not develop enough heat.
pgp Key ID: 0xD3562DE1
 Key fingerprint = 890C E47F 1589 F240 9CC8  C60C 510A 63D3 D356 2DE1
Linux scorpius 2.4.19-pre4 #1 Tue Apr 2 22:47:06 CEST 2002 i686 unknown


pgpncAtvTzwV2.pgp
Description: PGP signature


Bug#148458: ITP: lilo-splash -- lilo with (configurable) debian splash screen

2002-05-29 Thread Marc Leeman
Package: wnpp
Version: N/A; reported 2002-05-29
Severity: wishlist

* Package name: lilo-splash
  Depends : lilo
  Version : 0.0.1
  Upstream Author : Raphael Quinet [EMAIL PROTECTED]
* URL : http://www.gamers.org/~quinet/lilo/
* License : GPL
  Description : lilo with (configurable) debian splash screen

The default ASCII LILO boot screen is replaced with a 640x480, 
256 colours (VESA) graphical screen.

---
Note: I intend to use the work and method from the upstream author as a
basis. I am more interested in scripting the installation. Dunno where,
but I read somewhere that debian _should_ have this as all modern
distribs have it.
Since I reboot my machine once in so many months, it is not going to be
really spent on my machine aestetics ;)

-- System Information
Debian Release: 3.0
Architecture: i386
Kernel: Linux scorpius 2.4.19-pre4 #1 Tue Apr 2 22:47:06 CEST 2002 i686
Locale: LANG=C, LC_CTYPE=C




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#148469: ITP: nvrec -- NVrec aims to be a high quality, generic capture core

2002-05-29 Thread Marc Leeman
Package: wnpp
Version: N/A; reported 2002-05-29
Severity: wishlist

* Package name: nvrec
  Version : n/a
  Upstream Author : [EMAIL PROTECTED]
* URL : http://www.ee.up.ac.za/~justin/v4l2/
* License : GPL
  Description : NVrec aims to be a high quality, generic capture core

  NVrec aims to be a high quality, generic capture core. At the moment
  it supports v4l1 and v4l2 devices as video sources, and oss as an
  audio source. It can output to quicktime (in RTjpeg, YUV2, or RAW
  format), AVI (in DivX format), NuppelVideo format, MPEG-1, and
  streaming multicast/unsicast. 

  NVrec includes deep buffering to minimise frame drops, in high load
  situations, and a smooth framedropping algorithm to keep the video as
  smooth as possible if you do have to drop frames. It also has a
  audio stretcher to make sure that exactly the right amount of audio
  is written to the output file (this compensates for lack of clock
  synch between video and audio cards). 

  NVrec is written in an extremely modular way, to make it easy to
  integrate with existing applications, or add your own output formats. 


-- System Information
Debian Release: 3.0
Architecture: i386
Kernel: Linux scorpius 2.4.19-pre4 #1 Tue Apr 2 22:47:06 CEST 2002 i686
Locale: LANG=C, LC_CTYPE=C




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#148469: ITP: nvrec -- NVrec aims to be a high quality, generic capture core

2002-05-29 Thread Marc Leeman
 Sounds great, I can't wait to try it!
 If you need someone to test it before release then please put it on a web 
 site and send me the URL.


http://www.esat.kuleuven.ac.be/~mleeman/simple/debian.html

Take notice of the following:

1. I never tested it before (am going to do it when I get home this
evening)
2. I never used the tools, but always intended to do so :)
3. Only some binaries have been compiled, I am going to add more stuff
as I test it
4. The configuration information (man pages, debian info, ...) is
minimal (read not yet existing)

tnx for the testing base ;)


-- 
   greetz, marc
 
BOFH excuse #192:

runaway cat on system.
pgp Key ID: 0xD3562DE1
 Key fingerprint = 890C E47F 1589 F240 9CC8  C60C 510A 63D3 D356 2DE1
Linux scorpius 2.4.19-pre4 #1 Tue Apr 2 22:47:06 CEST 2002 i686 unknown


pgpPGLhVvEcJM.pgp
Description: PGP signature


Bug#148469: Packages available

2002-05-29 Thread Marc Leeman

Packages for testing are available on

http://www.esat.kuleuven.ac.be/~mleeman/simple/debian.html

Only two encoders are currently enclosed in the package:
NUVrec and DIVXrec

did some testing today and they seem to werk pretty good (for DIVXrec is
my machine PIII 550 a bit slow).


-- 
   greetz, marc
 
BOFH excuse #204:

Just pick up the phone and give modem connect sounds. Well you said we should 
get more lines so we don't have voice lines.
pgp Key ID: 0xD3562DE1
 Key fingerprint = 890C E47F 1589 F240 9CC8  C60C 510A 63D3 D356 2DE1
Linux scorpius 2.4.19-pre4 #1 Tue Apr 2 22:47:06 CEST 2002 i686 unknown


pgpGlw0ZuwwFv.pgp
Description: PGP signature


Bug#147303: ITP: winex -- A DESCRIPTION

2002-05-28 Thread Marc Leeman
The following text summarises (for me) the TransGaming experience (most
probably to their relief). I am going to remove all related packages
and look for some orphaned package to satisfy me tweaking need :)
Thanks to those on debian-devel (and RMS) for making suggestions to the
text.

=

WineX is a branch of the Wine, open source windows emulator software. 
allows running certain windows programs on a GNU/Linux operating 
system, and thus reducing, evading the Microsoft imposed Operating 
System lock-in.

Up until a couple of months ago, Wine (http://www.winehq.com) was
released under the X11 license. Contrary to the more widely spread 
better known GPL, this license allows branching the code, making 
modifications without having to release the modified source and put
restrictions on the distribution of it.

Some months ago, the license of Wine was changed from the X11 license
to the LGPL to avoid these problems, especially since wine is a 
project where a lot of people are working on and are contributing to:
volunteers and people employed by companies like CodeWeavers.

In the wake of this change, which is rumoured to be initiated by 
CodeWeavers, a branch is _again_ made to wine (ReWind) which it's
only intention is to keep the X11 license over the LGPL. Since the
LGPL is the main, contributors to the Wine project have to explicitly
agree that their patches can be included in the ReWind project (and
hence also in TransGaming's WineX).

At this point, I guess, a clear distinction between WineX and ReWind 
has to be made. ReWind is, to a large degree, tailored to be used by
WineX but to this moment, the changes made by TransGaming (also those
based on in spirit LGPL code, but allowed X11) are not brought back
to the Wine tree.
With the creation of ReWind, one can wonder if it ever will, ...

The sources on which WineX is based are put available on sourceforge
by TransGaming under the Alladin license. I guess you need to be 
some barrister to understand all these changes, or start learning.
This license allows using, changing the code, releasing binaries, 
as long as the sources are released again. One of the most important
differences with the GPL variants is that there seems to be no re-
striction on the restricting the license afterwards (which is not 
the case with the GPL).

Recently, a RFP (Request For Package) was put up on the Debian site,
and a developer agreed on maintaining this package. The license as
it is, allows to include it in the non-free archive.

Within hours after posting the ITP (Intent to Package) on the Debian
bug database and on the debian-devel mailing list, a mail from Trans-
Gaming's CEO/CTE Gavriel State was received, which indicates
1. We noticed that you intend to package our AFPLed WineX package 
for release in debian (presumably non-free).  We would really prefer 
that this not happen, for a number of reasons.
2.  We would prefer not to have to change our license to explicitly 
prevent the distribution of binary packages, but if we have to we 
will do so.

There are two things in this mail:
There are claims on the rights on the code, which are valid to some 
degree. The reasons they state are commercial (development = money 
= development) and possible confusion since the release of debian 
binaries based on their public AFP'ed CVS does not provide the full
functionality of the binaries they redistribute (amongst others, they
are not allowed to redistribute proprietary copy protection code 
used by games).
If you do distribute binaries, we will change the license to 
explicitly prohibit you from doing this.

The reaction of TransGaming concerning the binary debian release of 
WineX raises a couple of questions, that should be addressed before 
pursueing the packaging any further.

1. Does the license allow packaging?
Yes, I read through it and you can distribute binaries as long as 
you put the source available in some common format

2. Is the source free?
Well, to some degree, not the 3 RMS criteria, that's for sure

3. Who is the target audience?
I would think people interested in 3D and 3D games and development. 
I think it is pretty obvious that you are not going to satisfy a 
hard-core gamer, since there is no support for copyright protection 
and most of the tweaking is manual (downloading dll's for example).
I see such a package for enthusiasts that want to check the 
state-of-the-art in gaming without having to install windows (I 
recently checked the SoF2 demo with this, even though the game was 
only for about 30' in my HD).
I imagine it is also useful for people working with 3D graphics and 
programming on it (e.g. students develop in win32 and you do not 
want to let them show the demo on your GNU/Linux workstation)..
In both cases, it is handy, but most likely not enough to go for 
the commercial thing (one could do without it).

4. Should it be packaged?
Carefully reading the mail from Gavriel State, I did not see any 
specific objections to packaging it, 

Bug#147303: ITP: winex -- A DESCRIPTION

2002-05-23 Thread Marc Leeman
 I'd like to register my objection to this package being installed, even
 in non-free. As a Transgaming subscriber and supporter of their work, I
 don't want to see Transgaming's work be diluted, and I imagine that many
 people feel similarly. I urge the prospective maintainer to reconsider.


If I might remark, this attitude is pretty short sighted and is not
consistent with anything what FS/OS stands for.


Immagine someone saying I object to the distribution of debian, because
it distributes GNU/Linux in a binary way and this might dilute and be
confused with the work of Slackware, some years ago.

Or I object to the distribution of OpenOffice, because it emulates the
behaviour and look-and-feel of Microsoft Word, whos work might get
diluted and confused with

Or I object to the distribution of GNU/Linux, *BSD, ... because it is
an Operating System, and this might dilute the work of some company who
is also providing an OS.

(The first one would me more appropriate since both share the same
codebase). Imagine changes made by RH, Debian ppl, ... to GNU software
not to be distributed in other distribs.

You are threading a _very_ thin line there...

I guess this case _clearly_ shows the _need_ and _use_ for the (L)GPL and
what can happen if it is not used...

As far as the package is concerned, though I understand their
objections, I do not feel completely comfortable with it, something
feels wrong.
I withdrew it for the moment and am discussing the situation with a
couple of debian developers.

-- 
   greetz, marc
 
BOFH excuse #341:

HTTPD Error 666 : BOFH was here
pgp Key ID: 0xD3562DE1
 Key fingerprint = 890C E47F 1589 F240 9CC8  C60C 510A 63D3 D356 2DE1
Linux scorpius.dyndns.org 2.4.19-pre4 #1 Tue Apr 2 22:47:06 CEST 2002 i686 
unknown


pgp5QDLB2rSBP.pgp
Description: PGP signature


Bug#147303: ITP: winex -- A DESCRIPTION

2002-05-23 Thread Marc Leeman

WITHOUT CHANGING ANYTHING TO THE CURRENT LIMBO STATE OF THE PACKAGE,
(not pushed into debian for the moment, but in discussion)  I
suggest to refer to the package from as:
winex-light 

This should reduce the kind of dilution and confusion reaction, how
misguided they might be...

the light reflects the 
1. not including Microsoft dll's
2. binary installation and tweaking from TransGaming



-- 
   greetz, marc
 
BOFH excuse #72:

Satan did it
pgp Key ID: 0xD3562DE1
 Key fingerprint = 890C E47F 1589 F240 9CC8  C60C 510A 63D3 D356 2DE1
Linux scorpius.dyndns.org 2.4.19-pre4 #1 Tue Apr 2 22:47:06 CEST 2002 i686 
unknown


pgpgnfb5ZXVv3.pgp
Description: PGP signature


Bug#147305: ITP: yepp -- A DESCRIPTION

2002-05-18 Thread Marc Leeman
Haast en Spoed zijn zelden Goed would be a Dutch/Flemish proverb to
explain this, ...
Anyway, a second and improved effort :)

The package is available at 
http://sourceforge.net/projects/yepp
deb http://lesbos.esat.kuleuven.ac.be/~mleeman/debian unstable/

On Fri, May 17, 2002 at 10:24:25PM +0100, Thom May wrote:
 * Marc Leeman ([EMAIL PROTECTED]) wrote :
  Package: wnpp
  Version: N/A; reported 2002-05-17
  Severity: wishlist

Package name: yepp
Version : 0.0.4-1
Upstream Author : [EMAIL PROTECTED]
URL : http://sourceforge.net/projects/yepp
License : GPL
Description : The Yepp software loads MP3 files from harddisk to the
Samsung YEPP player with a GTK based graphical interface.


-- 
   greetz, marc
 
BOFH excuse #432:

Borg nanites have infested the server
pgp Key ID: 0xD3562DE1
 Key fingerprint = 890C E47F 1589 F240 9CC8  C60C 510A 63D3 D356 2DE1
Linux scorpius.dyndns.org 2.4.19-pre4 #1 Tue Apr 2 22:47:06 CEST 2002 i686 
unknown


pgpgvQBKfvyI3.pgp
Description: PGP signature


Bug#147303: ITP: winex -- A DESCRIPTION

2002-05-18 Thread Marc Leeman
  http://sourceforge.net/cvs/?group_id=17631. This package is compiled
  against the 1.0-2880 version of the NVidia drivers (nvidia: loading
  NVIDIA NVdriver Kernel Module  1.0-2880  Tue Mar 26 08:12:38 PST 2002)
  and was built with winex-compile.sh v0.97.
 E, why?

Because I compile the CVS sources on my machine for testing and did not
have a significant testing base for many other configurations. 
(heard it to work on Voodoo3 too though).

I know I was a bit sloppy filling out the initial request (was going to
update this sometime today).
Anyway, this has become theory now.

We just got a mail from the TransGaming CEO Gavriel State to request the
withdrawal of the ITP.
Without fueling the wine discussions that spawned over the license of
Wine over the last months, the mail was a friendly hammer and anvil
mail ;)

He made a couple of obvious points why and how this debian release would
damage their business and possible confusion, ...
He also mentioned the possibility to change the license to explicitly
forbid the distribution of binaries.

Furthermore, I think we should respect their wishes at this point since,
and I guess you would agree with this, WineX is not one of the top on
the list packages for a typical debian-user.

I admire the Wine/WineX/CrossOver/Lindows/... efforts but am not fully
up to speed with the latest details on the license discussions that
spawned over the last months.

If the policy of TransGaming were to change over time (I believe there
was something as a minimal subscriber base), I will be available to take
up the package again.

-- 
   greetz, marc
 
BOFH excuse #346:

Your/our computer(s) had suffered a memory leak, and we are waiting for them to 
be topped up.
pgp Key ID: 0xD3562DE1
 Key fingerprint = 890C E47F 1589 F240 9CC8  C60C 510A 63D3 D356 2DE1
Linux scorpius.dyndns.org 2.4.19-pre4 #1 Tue Apr 2 22:47:06 CEST 2002 i686 
unknown


pgp3IYZ50xxjO.pgp
Description: PGP signature


Bug#147303: ITP: winex -- A DESCRIPTION

2002-05-18 Thread Marc Leeman
  He also mentioned the possibility to change the license to explicitly
  forbid the distribution of binaries.
 
   How can they do that?  Isn't WINE GPL?

Ok, I'm moving onto thin ice here, since I do not know the knitty gritty
of licensing.

Wine used to be a X11 license (I think), which is not that restrictive
on releasing code and linking and compiling with proprietary software.
Under influence of Codeweavers, the license was changed to LGPL. (Though
cheer the decision, I do not really know why).
WineX is still based on the pre-LGPL license and is released on the
Aladin license. I believe that the main issues are that:
1. you can modify the code but you need to make the modification public
again
2. you can release binaries, as long as you release the sources in some
format that is common in programming (I would assume cvs, tar.gz or
somethings of the sorts).

For us, well, we can release the binaries, but as a result, they will
modify the license to prohibit this. I do not think that is disallowed
in the current lincensing scheme.

As a result, packaging it in debian would not be particularly useful for
long.

Ppl an still dl the sources from CVS and compile them, ... The
difference is that the system they compile it on will have to be more
preconfigured and require more programming skills (or at least a basic
knowledge).

I think there was some note to move all the code back in the Wine tree
once they got a 20,000 members subscriber base. 
Under what license this will be, and if they'll ever allow binary
distributions except theirs, your guess will be as good as mine...

It is a pitty, but I don't think much can be done on this...


-- 
   greetz, marc
 
BOFH excuse #84:

Someone is standing on the ethernet cable, causeing a kink in the cable
pgp Key ID: 0xD3562DE1
 Key fingerprint = 890C E47F 1589 F240 9CC8  C60C 510A 63D3 D356 2DE1
Linux scorpius.dyndns.org 2.4.19-pre4 #1 Tue Apr 2 22:47:06 CEST 2002 i686 
unknown


pgpPLMt7YVcqk.pgp
Description: PGP signature


Bug#147303: ITP: winex -- A DESCRIPTION

2002-05-17 Thread Marc Leeman
Package: wnpp
Version: N/A; reported 2002-05-17
Severity: wishlist

* Package name: winex
  Version : x.y.z
  Upstream Author : Name [EMAIL PROTECTED]
* URL : http://sourceforge.net/cvs/?group_id=17631
* License : Aladdin Free Public License
  Description : A DESCRIPTION

This version of the TransGaming Wine Branch is compiled with OpenGL
support. The sources can be found (from the original CVS) on
http://sourceforge.net/cvs/?group_id=17631. This package is compiled
against the 1.0-2880 version of the NVidia drivers (nvidia: loading
NVIDIA NVdriver Kernel Module  1.0-2880  Tue Mar 26 08:12:38 PST 2002)
and was built with winex-compile.sh v0.97.

-- System Information
Debian Release: 3.0
Architecture: i386
Kernel: Linux scorpius.dyndns.org 2.4.19-pre4 #1 Tue Apr 2 22:47:06 CEST 2002 
i686
Locale: LANG=C, LC_CTYPE=C




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



RFP: WineX -- wine with compatibility for games developed using MS DirectX

2002-05-15 Thread Marc Leeman
I am doing a daily build of winex. More info can be found on
http://www.esat.kuleuven.ac.be/~mleeman/ in the Debian Section

Feel free to make any comments since up untill I read the RFP 5 mins
ago, I did not finetune the stuff much.

TODO:
add Replaces or Conflicts section (wine).


-- 
   greetz, marc
 
BOFH excuse #208:

Your mail is being routed through Germany ... and they're censoring us.
pgp Key ID: 0xD3562DE1
 Key fingerprint = 890C E47F 1589 F240 9CC8  C60C 510A 63D3 D356 2DE1
Linux mykene 2.4.17 #1 Tue Jan 29 09:10:34 CET 2002 i686 unknown


pgpM3RbHTYpBl.pgp
Description: PGP signature