Bug#462350: gxemul: New stable version available (0.4.6.2)

2008-01-23 Thread Andres Mejia
Source: gxemul Severity: wishlist Please update the gxemul package to the new stable version 0.4.6.2. The new stable version was recently released on 2008-01-18. -- Regards, Andres Mejia -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Cont

Bug#461659: warsow: Clarification for the Warsow Content License

2008-01-24 Thread Andres Mejia
n the game", that this means "art/models/music/texts/names/setting/..." that would appear only while playing the game. Am I correct? If you respond, please email the Debian Games Developers' list at [EMAIL PROTECTED] and also the Bug Tracking System for Bug #461659 at [EMAIL P

Bug#368555: debpool: Updated manpage about require_sigs_debs option

2008-01-10 Thread Andres Mejia
The manpage has been updated in my private branch in SVN. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#415447: debpool: multiple compression schemes

2008-01-10 Thread Andres Mejia
I've updated my private branch to have the options to compress the Packages and Sources files with only the gzip and bzip2 programs. Maybe in the future when Compress::Bzip2 does handle empty files correctly, Compress::Zlib and Compress::Bzip2 could be considered for use again. -- To UNSUBSCRIB

Bug#307895: debpool: debpool doesn't support using gpg-agent

2008-01-10 Thread Andres Mejia
Thanks Magnus. Fixed one minor error in the module. The use of '--passphrase-fd=0' wasn't specified as part of the arguments for gpg when using the 'gpg_passfile' option (line 177). The changed was so trivial that I just attached the entire file. GnuPG.pm Description: Perl program

Bug#455439: debpool: example configuration for multiple debpool setups

2008-01-10 Thread Andres Mejia
I have a better example in my private branch. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#460486: debian-policy: Section 10.1 as a mistake in example makefile snippet.

2008-01-12 Thread Andres Mejia
ng nostrip,$(DEB_BUILD_OPTIONS))) INSTALL_PROGRAM += -s endif -- Regards, Andres Mejia -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#460486: debian-policy: Section 10.1 as a mistake in example makefile snippet.

2008-01-12 Thread Andres Mejia
On Jan 12, 2008 11:56 PM, Clint Adams <[EMAIL PROTECTED]> wrote: > On Sat, Jan 12, 2008 at 11:22:41PM -0500, Andres Mejia wrote: > > Package: debian-policy > > Version: 3.7.3 > > Tags: patch > > > > Debian Policy Section 10.1 contains the following makef

Bug#440199: mediatomb debian package

2008-01-16 Thread Andres Mejia
b package for debian > > any idea when this will be available ? > > thanks, > > Koen > > > -- Regards, Andres Mejia -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#461348: ITP: ogreal -- OpenAL plugin for the Ogre Rendering Engine

2008-01-17 Thread Andres Mejia
the Ogre Rendering Engine OgreAL is an OpenAL wrapper for the Ogre Rendering Engine. It allows you to add 3D sounds and music to your games and applications in a clean and easy way. -- Regards, Andres Mejia -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe"

Bug#314616:

2007-11-23 Thread Andres Mejia
I tested this and could not reproduce the problem. It may have been fixed already in previous versions of noip2 or glibc. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#446515: Could not reproduce

2007-11-23 Thread Andres Mejia
severity 446515 important tags 446515 unreproducible thanks I could not reproduce this bug. It's possible that you are experiencing this problem because of a limitation in your opengl hardware. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMA

Bug#458777: uscan: Please support mangling the orig tarball version

2008-01-02 Thread Andres Mejia
Package: devscripts Version: 2.10.11 Severity: wishlist Tags: patch Please allow support for mangling the orig tarball version from the upstream version. This patch would add support for the option origversionmangle in a watch file. This patch updates the manpage as well. -- Regards, Andres

Bug#458777: uscan: Please support mangling the orig tarball version

2008-01-02 Thread Andres Mejia
Here's an updated patch that fixes a minor issue in the manpage. --- scripts/uscan.pl.bak 2008-01-02 14:09:08.0 -0500 +++ scripts/uscan.pl 2008-01-02 14:09:56.0 -0500 @@ -713,6 +713,9 @@ elsif ($opt =~ /^filenamemangle\s*=\s*(.+)/) { @{$options{'filenamemangle'}} = split /

Bug#458789: uscan: Please allow framework for using external scripts

2008-01-02 Thread Andres Mejia
on how a user currently runs uscan). -- Regards, Andres Mejia -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#458428: Option to omit importing upstream files

2008-01-03 Thread Andres Mejia
Ok, here's my revised patch. On Jan 3, 2008 4:58 AM, Guido Guenther <[EMAIL PROTECTED]> wrote: > Hi Andres, > On Mon, Dec 31, 2007 at 03:24:17AM -0500, Andres Mejia wrote: > > Please allow an option to omit importing the upstream files from a > > package and track ju

Bug#458508: svn-buildpackage: please support the use of external scripts for svn-buildpackage

2008-01-04 Thread Andres Mejia
Here's another patch that allows the use of an svn property 'svn-bp:useOrigUrl' that works the same as the '--svn-use-origurl' option. This patch also adds an '--svn-reconfigure' option to reconfigure the deb-layout, useful in case options keep changing. -

Bug#363088: pbuilder: please add example script for cross-arch support i386/amd64

2008-01-04 Thread Andres Mejia
;; sid|etch) # debian specific MIRRORSITE="http://http.us.debian.org/debian/"; COMPONENTS="main contrib non-free" fi ;; "*")

Bug#458508: svn-buildpackage: Revised patch for bug #458508

2008-01-04 Thread Andres Mejia
Here's another patch. Fixed an issue with using POSIX. Also fixed a minor problem in the manpages. diff -urN ../svn-buildpackage-0.6.23/doc/svn-buildpackage.sgml ./doc/svn-buildpackage.sgml --- ../svn-buildpackage-0.6.23/doc/svn-buildpackage.sgml 2007-11-12 14:37:33.0 -0500 +++ ./doc/svn-bu

Bug#459516: libupnp: Non-DFSG license for upnp/src/uuid/md5.c and upnp/src/inc/md5.h

2008-01-06 Thread Andres Mejia
ng the implementation used for dpkg. Attached are the two files from dpkg (lib/md5.c and lib/md5.h) and a patch that was delivered to mediatomb.cc for the same issue (they use an internal copy of libupnp, so it should be relatively easy to apply). -- Regards, Andres Mejia /* * This code implemen

Bug#449475: vegastrike: src/cmd/collide/prapid.* cannot be distributed

2008-01-06 Thread Andres Mejia
I've sent a message upstream about this and received a reply. I'll let their reply do the talking. Link to the thread is at http://vegastrike.sourceforge.net/forums/viewtopic.php?t=10013 "I was under the impression Crystal Space is GPL code. That remark you quoted says nothing about the license.

Bug#458428: Option to omit importing upstream files

2008-01-07 Thread Andres Mejia
> "-f" and "-s" in the patch options? "-f" is to run "patch" non-interactively and "-s" is to suppress the output. -- Regards, Andres Mejia -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#458508: svn-buildpackage: please support the use of external scripts for svn-buildpackage

2008-01-08 Thread Andres Mejia
it. > > On 05/01/2008, Andres Mejia <[EMAIL PROTECTED]> wrote: > > Here's another patch that allows the use of an svn property > > 'svn-bp:useOrigUrl' that works the same as the '--svn-use-origurl' > > option. This patch also adds an '--svn-r

Bug#458907: nvidia-cg-toolkit: Ubuntu build problems

2008-01-08 Thread Andres Mejia
I suggest you look into fixing this with the current package in Ubuntu, else the same problem will occur when the new packages are released. -- Regards, Andres Mejia -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#458508: svn-buildpackage: please support the use of external scripts for svn-buildpackage

2008-01-08 Thread Andres Mejia
uildpackage build using "debian/rules" as the debOrigScript and "get-orig-source" as the debOrigScriptOptions. The test was to print the working directory (@pwd). It did what it was suppose to. -- Regards, Andres Mejia

Bug#444005: [uscan] Please use the get-orig-source target in debian/rules if available to get the source

2008-01-08 Thread Andres Mejia
Perhaps this bug and bug #458789 have a similar goal. The watchfile could look like this. # Run a script (such as debian/rules) to download the orig tarball use-download-script=debian/rules \ use-download-script-options="get-orig-source" -- Regards, Andres Mejia -- To UNSUBSCRIBE

Bug#458508: svn-buildpackage: Please allow using a script to download an orig tarball

2008-01-08 Thread Andres Mejia
I'm attaching another patch that leaves out the svn-reconfigure stuff, since it's not needed. Also, this patch places some helpful comments in the svn-buildpackage script itself. I didn't know where else to put them, the manpage seemed inappropriate. -- Regards, Andres Mejia d

Bug#454156:

2007-12-29 Thread Andres Mejia
I recall the script was only meant to fix bug #435468, more specifically, this error. ERROR: R_Upload32_3D: texture is too large (resizing is not supported) Error: Error during initialization ERROR: Received signal 11

Bug#455388:

2007-12-29 Thread Andres Mejia
The check was originally intended to fix bug #435468, more specifically, this error. ERROR: R_Upload32_3D: texture is too large (resizing is not supported) Error: Error during initialization ERROR: Received signal 11 *

Bug#458428: Option to omit importing upstream files

2007-12-31 Thread Andres Mejia
Source: git-buildpackage Severity: wishlist Tags: patch Please allow an option to omit importing the upstream files from a package and track just the debian directory. I've attached a patch that provides git-import-dsc with an 'omit-upstream' option that does this. -- Regard

Bug#451669: Bug#xxx:

2007-12-31 Thread Andres Mejia
On Nov 18, 2007 2:24 PM, Gerfried Fuchs <[EMAIL PROTECTED]> wrote: > * Andres Mejia <[EMAIL PROTECTED]> [2007-11-18 16:23:19 CET]: > > I now see the problem is that cegui >= 0.5.0 is needed. Since kfreebsd > > doesn't have cegui >= 0.5.0 available yet, the che

Bug#458508: Please allow using a script to download an orig tarball

2008-01-01 Thread Andres Mejia
for handling downloading from origUrl. It will expect an exit status of 0 for wget as well. It's not related to this bug but I thought svn-buildpackage would improve with this as well. -- Regards, Andres Mejia --- svn-buildpackage.bak 2008-01-01 04:45:51.0 -0500 +++ svn-buildpackage

Bug#458508: Revised patch for bug #458508

2008-01-01 Thread Andres Mejia
Here's a revised patch for using a debOrigScript property to acquire an orig tarball. This adds an option to force the use of downloading a tarball using origUrl. I think this is useful when a package does get accepted into Debian and there's no longer a need to generate the tarball. --- svn-buildp

Bug#458508: svn-buildpackage: Revised patch for bug #458508 (allow using options)

2008-01-02 Thread Andres Mejia
Here's yet another patch that would allow the use of options for use with debOrigScript. It introduces another property, "debOrigScriptOptions". You would set this property in a similar way as setting debOrigScript. This time you would enclose the options within parantheses and seperate each option

Bug#458508: svn-buildpackage: bug #458508 patch for documentation

2008-01-02 Thread Andres Mejia
Here's a patch that will include appropriate documentation for these new features. --- doc/svn-buildpackage.sgml.bak 2008-01-02 03:44:31.0 -0500 +++ doc/svn-buildpackage.sgml 2008-01-02 03:57:03.0 -0500 @@ -273,6 +273,17 @@ + --svn-use-orig

Bug#327385:

2007-12-02 Thread Andres Mejia
I've just tested this with the latest version of debpool and it's working fine. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#454100: instructions on optional setup of gnupg for debpool

2007-12-02 Thread Andres Mejia
1 and $Options{'gpg_sign_key'} to the key ID of your archive signing key. Note that this won't have any effect unless you also enable Release file generation (but it won't hurt anything, either). Also, make sure to set $Options{'gpg_home'} to point to the n

Bug#454102: debpool: libdigest-md5-perl virtual package of perl now

2007-12-02 Thread Andres Mejia
,sha1}-perl) +* Generating Release files (requires libdigest-sha1-perl) -- Regards, Andres Mejia -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#454103: debpool: break up debpool package into multiple packages

2007-12-02 Thread Andres Mejia
inotify and FAM features in debpool. -- Regards, Andres Mejia -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#368554:

2007-12-02 Thread Andres Mejia
You're patch changes $Options{'require_sigs_meta'} to $Options{'require_sigs'} but you say $Options{'require_sigs_meta'} must be used. Can you clarify this? -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#245526:

2007-12-02 Thread Andres Mejia
pool-0.2.2/share/DebPool/Config.pm 2007-12-03 01:38:04.0 -0500 +++ debpool-0.2.2.udeb/share/DebPool/Config.pm 2007-12-03 02:26:20.00000 -0500 @@ -590,7 +590,7 @@ =cut -$Options{'sections'} = [ 'main', 'contrib', 'non-free' ]; +$Options{'sections'} = [ 'main', 'contrib', 'non-free', 'debian-installer' ]; $OptionDefs{'sections'} = 'sections=s@'; =item B => I -- Regards, Andres Mejia -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#322593:

2007-12-02 Thread Andres Mejia
This will ensure there's support for udebs. my($filepat) = qr/^\Q${package}_\E.*\Q_${arch}.\Eu?deb/; -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#454173: debpool: [PARSE/WARNING] log message appears when Vcs entries are used

2007-12-03 Thread Andres Mejia
+if ($dsc[$count] =~ m/^(\s*$|\S)/) { # End of Files entry $found = 0; # No longer in Files } elsif ($dsc[$count] =~ m/\s*([[:xdigit:]]+)\s+(\d+)\s+(\S+)/) { my($md5, $size, $file) = ($1, $2, $3); -- Regards, Andres Mejia -- To UNSUBSCRIBE

Bug#322593:

2007-12-04 Thread Andres Mejia
I was able to upload binary only uploads with success starting with debpool-0.2.3. The problem I received however is that whenever I uploaded for one arch, that arch would get their package entries added in the appropriate Packages file and all other archs' Packages file would get their entries del

Bug#322593:

2007-12-04 Thread Andres Mejia
Here's a revised patch that will now write package and/or log entries depending on whether the package is installed for an arch. Again, the patch contains fixes for other problems so the relevant fixes for this bug are with hunks 2, 3, 4, and 6. I'm wondering if a .package file or .source file is

Bug#322593:

2007-12-04 Thread Andres Mejia
Apparently I had a misunderstanding of what a binary only upload was. I thought it was only when the orig.tar.gz information was left out. Here's yet another patch that will really address the binary only upload issue. For the record, I've tested this by uploading packages with the orig tarball, pa

Bug#350503:

2007-12-04 Thread Andres Mejia
I also like the idea of keeping the pool tree size down. Also I think this will help in installing packages whose names begin with numbers. I've attached a patch that exports Tree_Mkdir() and uses the approach proposed by Magnus Holmgren to create the minimal pool tree. --- debpool_released/share/D

Bug#322593:

2007-12-05 Thread Andres Mejia
a->{'Source'}; diff -urN debpool_released/debian/changelog debpool/debian/changelog --- debpool_released/debian/changelog 2007-12-03 14:10:48.0 -0500 +++ debpool/debian/changelog 2007-12-06 00:26:48.0 -0500 @@ -1,3 +1,23 @@ +debpool (0.2.4) experimental; urgency=lo

Bug#415639: modified scripts and added get_lock_path option

2007-12-06 Thread Andres Mejia
Attached is a simple patch that uses an option to get the path specified for the log file and use it with the init script. I've also modified the script slightly to specify the variable USER as 'root' in case it's not specified. Also, the init script options to stop debpool will stop it by debpool'

Bug#412090: Patch for bug #412090

2007-12-08 Thread Andres Mejia
Here is a patch that will fix this issue. debpool will now check if there's already another process of debpool running by using /proc/$pid/stat. It will recreate the lockfile and continue if it could not find a process at /proc/$pid or if the process specified at /proc/$pid/stat is not debpool. dif

Bug#415204:

2007-12-08 Thread Andres Mejia
Here's a patch to fix this issue. --- debpool_released/share/DebPool/Gzip.pm 2007-12-03 14:10:49.0 -0500 +++ debpool/share/DebPool/Gzip.pm 2007-12-09 01:53:40.0 -0500 @@ -133,6 +133,7 @@ close(SOURCE); waitpid($child_pid, 0); +waitpid($gzip_pid, 0);

Bug#455439: Example configuration for use in another OS distribution

2007-12-09 Thread Andres Mejia
Source: debpool Severity: wishlist Tags: patch I've attached an example configuration file that can be used to setup a pool layout in another OS. This configuration file uses the Ubuntu layout as an example. It can be used by using the --config option from debpool. Other_OS_Config.pm Description

Bug#455449: Simple check for libproc-daemon-perl to run debpool as daemon

2007-12-09 Thread Andres Mejia
Source: debpool Severity: minor Tags: patch Here's a patch that will have debpool check for Proc::Daemon. If it doesn't exist, debpool will print an error message, log it, and exit. --- debpool_released/bin/debpool 2007-12-03 14:10:49.0 -0500 +++ debpool/bin/debpool 2007-12-09 23:18:42.000

Bug#433671:

2007-07-18 Thread Andres Mejia
It was my intention to use a different name for the shared objects such as "warsow_ui.so", "warsow_game.so", etc. -- Regards, Andres Mejia -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#437516:

2007-11-08 Thread Andres Mejia
I don't have the time right now for creating a package for ember. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#449475:

2007-11-11 Thread Andres Mejia
This just tells me that it's dual-licensed. Shouldn't this be asked at debian-legal? -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#595559:

2010-09-05 Thread Andres Mejia
nd the latest 3.14.1 in OGRE PPA: > > https://launchpad.net/~ogre-team/+archive/ogre/+packages > > FreeImage is a dependency of OGRE 3D and I'm working with that engine. > > The problem is that I'm not a DD and I don't know how submit packages > to Debian... >

Bug#596559: RM: csound [hurd-i386] -- ANAIS; Not built by current source

2010-09-12 Thread Andres Mejia
rchitecture field as well. > ___ > pkg-multimedia-maintainers mailing list > pkg-multimedia-maintain...@lists.alioth.debian.org > http://lists.alioth.debian.org/mailman/listinfo/pkg-multimedia-maintainers > -- Regards, Andres Mejia -- T

Bug#596713: cdbs: Please document how to override use of dh_gencontrol

2010-09-13 Thread Andres Mejia
Package: cdbs Version: 0.4.88 Severity: wishlist chromium-browser at one point required manually adding some extra dependencies in Depends field, so there was a need to override part of debhelper.mk that ran dh_gencontrol. It was documented however that in order to do this, the target 'binary-make

Bug#596715: debhelper: Please provide feature to manually add library dependencies via shlibdeps mechanism

2010-09-13 Thread Andres Mejia
Package: debhelper Version: 8.0.0 Severity: wishlist For cases where an app uses some libs via dlopen, the dependencies for those libs have to be manually added to control file. I want to be sure I'm using shlibdeps mechanism to get the proper dependencies for those libs. Here's an example of what

Bug#577130: ITP: crystalhd -- Broadcom Crystal HD video decoder solution

2010-09-13 Thread Andres Mejia
-maint/crystalhd.git Vcs-Browser: http://git.debian.org/?p=collab-maint/crystalhd.git Also, this package will be for both the library and drivers now. The drivers will be provided using DKMS. -- Regards, Andres Mejia -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a

Bug#560468: Bug#555233: mediatomb: diff for NMU version 0.12.0~svn2018-4.1

2010-02-04 Thread Andres Mejia
On Thursday 04 February 2010 04:36:30 Mehdi wrote: > tags 475279 + patch pending > tags 555232 + patch pending > tags 555233 + patch pending > tags 560468 + patch pending > thanks > > Dear maintainer, > > I've prepared an NMU for mediatomb (versioned as 0.12.0~svn2018-4.1) and > uploaded it to DE

Bug#560058: [buildd-tools-devel] Bug#560058: quinn-diff: should support architecture wildcards

2010-02-04 Thread Andres Mejia
On Thursday 04 February 2010 16:33:12 Philipp Kern wrote: > On Thu, Feb 04, 2010 at 07:19:23PM +0100, Philipp Kern wrote: > > I'm ok with using a Perl interpreter to determine from > > Packages-arch-specific (which is small compared to a Packages file) if an > > architecture is in a wildcarded list

Bug#560058: [buildd-tools-devel] Bug#560058: quinn-diff: should support architecture wildcards

2010-02-05 Thread Andres Mejia
On Friday 05 February 2010 04:54:59 Philipp Kern wrote: > Andres, > > am Fri, Feb 05, 2010 at 01:25:21AM -0500 hast du folgendes geschrieben: > > I've attached a log showing different running times for quinn-diff with > > and without the dpkg-perl support on my system. Top of the log shows > > run

Bug#560058: [buildd-tools-devel] Bug#560058: quinn-diff: should support architecture wildcards

2010-02-06 Thread Andres Mejia
On Friday 05 February 2010 14:36:51 Philipp Kern wrote: > On Fri, Feb 05, 2010 at 07:52:09PM +0100, Philipp Kern wrote: > > What's the command line you used? And the input data would be helpful, > > though. If you didn't pass an -A on the commandline to set the arch, that > > could cause a NULL in

Bug#546498: There's no docs along with mediatomb to explain how to use that package

2010-02-07 Thread Andres Mejia
On Sunday 13 September 2009 12:46:17 Olivier Berger wrote: > Package: mediatomb > Version: 0.11.0-3 > Severity: minor > > Hi. > > I couldn't find any readme, manpage or other similar instructions in > package mediatomb, for instance in /usr/share/doc/mediatomb that could > explain how to use it

Bug#568961: FTBFS: configure: error: unable to configure ffmpegthumbnailer support

2010-02-09 Thread Andres Mejia
severity 568961 important tags 568961 fixed-upstream pending thanks On Monday 08 February 2010 21:15:00 Nobuhiro Iwamatsu wrote: > Package: mediatomb > Version: 0.12.0~svn2018-5 > Severity: serious > Justification: ftbfs > > Hi, > > mediatomb FTBFS on sid. > > [...] > checking for av_register_a

Bug#560058: [buildd-tools-devel] Bug#560058: quinn-diff: should support architecture wildcards

2010-02-09 Thread Andres Mejia
On Tuesday 09 February 2010 13:41:43 Philipp Kern wrote: > On Fri, Feb 05, 2010 at 01:25:21AM -0500, Andres Mejia wrote: > > > We have some cases where we don't want that behaviour, see the patches > > > to parse_sources.c for that. > > > > Ok. Makes sense. &

Bug#569259: x11proto-dri2: Please package new version 2.2

2010-02-10 Thread Andres Mejia
Package: x11proto-dri2 Version: 2.1-1 Severity: wishlist Please package x11proto-dri2 2.2. libvdpau 0.4 has a feature that needs dri2proto >= 2.2. -- System Information: Debian Release: squeeze/sid APT prefers unstable APT policy: (500, 'unstable'), (1, 'experimental') Architecture: amd64 (x8

Bug#569635: ITP: libva -- Video Acceleration (VA) API for Linux

2010-02-12 Thread Andres Mejia
Package: wnpp Severity: wishlist Owner: Andres Mejia * Package name: libva Version : 1.0.1 Upstream Authors: Waldo Bastian : Jonathan Bian * URL : http://www.freedesktop.org/wiki/Software/vaapi * License : MIT/X11 Programming Lang: C

Bug#569635: ITP: libva -- Video Acceleration (VA) API for Linux

2010-02-12 Thread Andres Mejia
On Friday 12 February 2010 18:44:59 Josselin Mouette wrote: > Le vendredi 12 février 2010 à 18:36 -0500, Andres Mejia a écrit : > > Description : Video Acceleration (VA) API for Linux > > > > Video Acceleration API (VA API) is a library ("libVA") and API >

Bug#569641: ITP: vdpau-video -- VDPAU-based backend for VA API

2010-02-12 Thread Andres Mejia
Package: wnpp Severity: wishlist Owner: Andres Mejia * Package name: vdpau-video Version : 0.6.3 Upstream Author : Splitted-Desktop Systems * URL : http://www.splitted-desktop.com/~gbeauchesne/vdpau-video/ * License : GPL Programming Lang: C Description

Bug#569635: ITP: libva -- Video Acceleration (VA) API for Linux

2010-02-13 Thread Andres Mejia
On Saturday 13 February 2010 04:28:51 Erik Schanze wrote: > Hi, > > Andres Mejia Andres Mejia : > > Package: wnpp > > Severity: wishlist > > Owner: Andres Mejia > > > > * Package name: libva > > Version : 1.0.1 > > It'

Bug#569635: ITP: libva -- Video Acceleration (VA) API for Linux

2010-02-15 Thread Andres Mejia
On Friday 12 February 2010 18:36:34 Andres Mejia wrote: > Package: wnpp > Severity: wishlist > Owner: Andres Mejia > > * Package name: libva > Version : 1.0.1 > Upstream Authors: Waldo Bastian > > : Jonathan Bian &g

Bug#569641: ITP: vdpau-video -- VDPAU-based backend for VA API

2010-02-15 Thread Andres Mejia
On Friday 12 February 2010 19:41:50 Andres Mejia wrote: > Package: wnpp > Severity: wishlist > Owner: Andres Mejia > > * Package name: vdpau-video > Version : 0.6.3 > Upstream Author : Splitted-Desktop Systems > * URL : > http://www.splitt

Bug#569635: RFS: libva

2010-02-16 Thread Andres Mejia
ge for me. Also Reinhard (the DD in the multimedia team) is not available to upload this package, which is why I'm asking for a sponsor at debian-mentors. Kind regards Andres Mejia -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe&q

Bug#569641: RFS: vdpau-video

2010-02-16 Thread Andres Mejia
ideo/vdpau-video_0.6.3-1.dsc I would be glad if someone uploaded this package for me. Kind regards Andres Mejia -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: htt

Bug#560058: [buildd-tools-devel] Bug#560058: quinn-diff: should support architecture wildcards

2010-02-17 Thread Andres Mejia
On Sat, Feb 13, 2010 at 5:58 AM, Philipp Kern wrote: > Andres, > > On Wed, Feb 10, 2010 at 02:46:10AM -0500, Andres Mejia wrote: >> The Dpkg::Arch function debarch_is() takes the first parameter as the >> architecture and the second parameter as the alias (wildcard). So usin

Bug#570390: [pkg-nvidia-devel] Bug#570390: Breaks nvidia-libvdpau, should recommend nvidia-libvdpau1

2010-02-18 Thread Andres Mejia
On Thursday 18 February 2010 09:44:44 Goswin von Brederlow wrote: > Package: nvidia-glx > Version: 190.53-2 > Severity: important > > Hi, > > after updating nvidia-glx and nvidia-kernel-source mplayer stoped > working with vdpau. The problem is that nvidia-libvdpau seems > incompatible to nvidia-

Bug#570611: ITP: mythtv -- A personal video recorder application

2010-02-19 Thread Andres Mejia
Package: wnpp Severity: wishlist Owner: Andres Mejia * Package name: mythtv Version : 0.22 Upstream Author : Isaac Richards * URL : http://www.mythtv.org/ * License : GPL-2 Programming Lang: C, C++, Perl, Python, Description : A personal video

Bug#570611: [ubuntu-mythtv] Bug#570611: ITP: mythtv -- A personal video recorder application

2010-02-19 Thread Andres Mejia
On Saturday 20 February 2010 01:25:51 Andres Mejia wrote: > Package: wnpp > Severity: wishlist > Owner: Andres Mejia > > * Package name: mythtv > Version : 0.22 > Upstream Author : Isaac Richards > * URL : http://www.mythtv.org/ >

Bug#570611: [Pkg-mythtv-maintainers] Bug#570611: ITP: mythtv -- A personal video recorder application

2010-02-20 Thread Andres Mejia
On Saturday 20 February 2010 03:50:24 Mark Purcell wrote: > On Saturday 20 February 2010 17:25:51 Andres Mejia wrote: > > This > > would than follow with having mythtv use libmp3lame via dlopen. There's > > also an interest upstream to use vorbis as a replacem

Bug#570611: [ubuntu-mythtv] Bug#570611: ITP: mythtv -- A personal video recorder application

2010-02-20 Thread Andres Mejia
ffmpeg. Upstream frowns > > upon this currently, so I think it's best to make sure that the solution > > that is developed has their approval / works properly. Solving the > > dlopen'ing of lame may be a better short term goal with upstream. > > > > On Sat,

Bug#570611: [ubuntu-mythtv] Bug#570611: ITP: mythtv -- A personal video recorder application

2010-02-20 Thread Andres Mejia
20, 2010 at 10:43, Andres Mejia wrote: >> >> On Saturday 20 February 2010 02:50:04 Mario Limonciello wrote: >> > Andres: >> > >> > Additionally; i'd recommend you do this for a 0.23 based build.  They're >> > doing RC next week and targeting rele

Bug#570611: [ubuntu-mythtv] Bug#570611: ITP: mythtv -- A personal video recorder application

2010-02-20 Thread Andres Mejia
am frowns > > upon this currently, so I think it's best to make sure that the solution > > that is developed has their approval / works properly. Solving the > > dlopen'ing of lame may be a better short term goal with upstream. > > > > On Sat, Feb 20, 2010 at

Bug#569635: ITP: libva -- Video Acceleration (VA) API for Linux

2010-02-21 Thread Andres Mejia
On Sunday 21 February 2010 15:15:29 Reinhard Tartler wrote: > Hi Andres, > > On Mo, Feb 15, 2010 at 20:06:46 (CET), Andres Mejia wrote: > > Packaging for libva is available at > > git://git.debian.org/git/pkg-multimedia/libva.git > > http://git.debian.org/?p=pkg-mul

Bug#570611: ITP: mythtv -- A personal video recorder application

2010-02-22 Thread Andres Mejia
On Saturday 20 February 2010 03:50:24 Mark Purcell wrote: > On Saturday 20 February 2010 17:25:51 Andres Mejia wrote: > > This > > would than follow with having mythtv use libmp3lame via dlopen. There's > > also an interest upstream to use vorbis as a replacem

Bug#584732: byacc: Make use of YYPARSE_PARAM

2010-06-05 Thread Andres Mejia
Package: byacc Version: 20100216-1 Severity: normal Tags: patch The generated file from byacc doesn't allow for making use of YYPARSE_PARAM. The following simple patch simply changes the YYPARSE_PARAM output block so that it comes after the C code sandwiched between the '%{' '%}' delimiters in the

Bug#584733: byacc: Support YYLEX_PARAM

2010-06-05 Thread Andres Mejia
Package: byacc Version: 20100216-1 Severity: wishlist Tags: patch The attached patch implements support for using YYLEX_PARAM. This is useful when building a reentrant lexer with flex. -- System Information: Debian Release: squeeze/sid APT prefers unstable APT policy: (500, 'unstable'), (1, '

Bug#584738: byacc: Fix compatibility with bison's pure-parser option

2010-06-06 Thread Andres Mejia
Package: byacc Version: 20100216-1 Severity: normal Tags: patch The following patch fixes compatibility problems with bison's pure-parser option. Judging by the upstream author's freshmeat page [1], I believe the pure-parser option was meant specifically for bison support, thus why I left this bug

Bug#584848: byacc: Allow a noop for yacc directive and command line option

2010-06-06 Thread Andres Mejia
Package: byacc Version: 20100216-1 Severity: wishlist Tags: patch bison allows for posix yacc emulation via a yacc directive in the yacc file, and also via a command line switch. This patch turns the directive and command line option into noop's for byacc, since byacc is designed to be posix yacc

Bug#584848: byacc: Allow a noop for yacc directive and command line option

2010-06-07 Thread Andres Mejia
On Monday 07 June 2010 05:16:39 Thomas Dickey wrote: > On Mon, 7 Jun 2010, Andres Mejia wrote: > > Package: byacc > > Version: 20100216-1 > > Severity: wishlist > > Tags: patch > > There's a problem with your patches - they overlap. Also, they don'

Bug#584733: Bug#584848: byacc: Allow a noop for yacc directive and command line option

2010-06-07 Thread Andres Mejia
On Monday 07 June 2010 11:17:51 Andres Mejia wrote: > On Monday 07 June 2010 05:16:39 Thomas Dickey wrote: > > On Mon, 7 Jun 2010, Andres Mejia wrote: > > > Package: byacc > > > Version: 20100216-1 > > > Severity: wishlist > > > Tags: patch > &

Bug#585086: ffmpeg: missing library link

2010-06-08 Thread Andres Mejia
ackages ffmpeg suggests: > pn nvidia-libvdpau1 (no description available) > > -- no debconf information > > > > _______ > pkg-multimedia-maintainers mailing list > pkg-multimedia-maintain...@lists.alioth.debian.org &

Bug#585390: RM: debpool/experimental -- ROM; dead project

2010-06-09 Thread Andres Mejia
Package: ftp.debian.org Severity: normal Please remove debpool from Debian. It's been dead for over a year and no one is interested in maintaining it, including myself as a current listed uploader. reprepro is a much better alternative to debpool. -- To UNSUBSCRIBE, email to debian-bugs-dist-r

Bug#585467: RM: ogre-doc-nonfree -- ROM; superceded by ogre 1.6.4.dfsg1-1

2010-06-10 Thread Andres Mejia
Package: ftp.debian.org Severity: normal The ogre documentation was accepted in main along with the main ogre source for ogre version 1.6.4.dfsg1-1. This package is no longer necessary. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Troub

Bug#585555: Please don't set the default audio output in /etc/mplayer/mplayer.conf

2010-06-11 Thread Andres Mejia
2:1.1.1-2 > ii libxxf86vm1 1:1.1.0-2 > ii zlib1g 1:1.2.3.4.dfsg-3 > > mplayer recommends no packages. > > Versions of packages mplayer suggests: > ii bzip2 1.0.5-4 > ii fontconfig2.8.0-2.1 > pn mplayer-doc > pn netselect | fping > pn ttf-freefont > > -- no debconf information -- Regards, Andres Mejia -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#492762: Orphaning nvidia-cg-toolkit and freeimage

2010-06-11 Thread Andres Mejia
Hello Federico, Were you planning on working on nvidia-cg-toolkit or freeimage anymore? I don't plan on working on those packages anymore and already delisted myself as a maintainer. If you're not going to work on these packages anymore, then we should orphan them. -- Regards, An

Bug#585758: RM: vegastrike -- ROM; infrastructial problems including dependency in Debian

2010-06-13 Thread Andres Mejia
Package: ftp.debian.org Severity: normal I request that vegastrike be removed from Debian. The main issue was that one of its dependencies, vegastrike-data, was deemed too large to be placed in the archive at this time. vegastrike will be uploaded again once data.debian.org goes live. -- To UN

Bug#585760: RM: vegastrike-data -- ROM; newer version can't be uploaded at this time

2010-06-13 Thread Andres Mejia
Package: ftp.debian.org Severity: normal The latest upstream stable release of vegastrike is version 0.5.0. Unfortunately, this package is rather large, being 500MB just for the data package alone, in compressed form. It was deemed that this would be too large to place in the archive and an upload

<    1   2   3   4   5   6   7   8   >