Re: Status of the Wiki

2018-01-21 Thread Daniel Svensson
On Wed, Oct 4, 2017 at 11:05 AM, Daniel Svensson wrote: > Work is under way to migrate away from hosting our own MediaWiki and > instead dump the whole wiki with its history and content into a git > repository that can be served by for example GitHub. And the state of that migratio

Status of the Wiki

2017-10-04 Thread Daniel Svensson
content into a git repository that can be served by for example GitHub. A lot of progress has been made here by the relentless work of nesciens and we'll post an update once it's ready to take over as the authorative source of information. -- Danie

Re: Annotations for ha-proxy x-forwarded-host

2017-09-07 Thread Daniel Svensson
on is based on Patricks example on HAProxy ml https://www.mail-archive.com/haproxy@formilux.org/msg26811.html > Best Regards/Vänliga Hälsningar > Daniel Svensson > > Product Specialist Linux SITI > Technical Infrastructure > IT Delivery Production &

Annotations for ha-proxy x-forwarded-host

2017-09-07 Thread Daniel Svensson
Hälsningar Daniel Svensson Product Specialist Linux SITI Technical Infrastructure IT Delivery Production IKEA IT AB Phone: +46 (0)766 190 484 ___ users mailing list users@lists.openshift.redhat.com http://lists.openshift.redhat.com/openshiftmm/listinfo/users

Re: [PATCH] OTHER: _xmmsv_dict_hash: make hash function endianness-agnostic

2017-08-27 Thread Daniel Svensson
on order is serialized in wrong order. Seems like the patch has been aged enough, pushed to devel. Thanks. -- Daniel Svensson -- ___ Xmms2-devel mailing list Xmms2-devel@lists.xmms2.org https://lists.xmms2.org/cgi-bin/mailman/listinfo/xmms2-devel

Re: Talk to us first before you start reversing our protocol

2017-07-07 Thread Daniel Svensson
mms2-devel/blob/master/src/ipc.xml#L150 If you indeed pass those two arguments, and they're rejected, then you probably have to dig into the server and see how it's being received. -- Daniel Svensson -- ___ Xmms2-devel mailing list Xmms2-de

Re: Talk to us first before you start reversing our protocol

2017-07-05 Thread Daniel Svensson
/compiler.ex Cool stuff! I haven't played with Elixir that much yet, but I did some Erlang earlier this year. Looking forward to see what you might dream up when you find service clients and start thinking about a Elixiry API on top of that stuff. --

Re: Talk to us first before you start reversing our protocol

2017-07-04 Thread Daniel Svensson
ime: https://github.com/dsvensson/go-xmmsclient Code generation comes from genipc/*, with some ugliness in favor of better typing in the generated code, and the generated code are xmmsclient/auto_*. The auto_* files have all the obj/cmd ids as numbers due to generation, so that might be

Re: Talk to us first before you start reversing our protocol

2017-07-04 Thread Daniel Svensson
ie, and who need status when xmmsv_t can encode errors. Oh well :) It might also be helpful to read the testcases for the server, which are fairly high level: https://github.com/xmms2/xmms2-devel/tree/master/tests/server -- Daniel Svensson -- ___ Xmms2-devel mailing list Xmms2-devel@lists.xmms2.org https://lists.xmms2.org/cgi-bin/mailman/listinfo/xmms2-devel

Re: [PATCH 2/2] utils: tweak 'gen-tarball' to python3

2017-05-26 Thread Daniel Svensson
On Fri, May 26, 2017 at 1:35 PM, Daniel Svensson wrote: > Thanks! > > On Sat, May 20, 2017 at 6:11 PM, wrote: >> From: Sergei Trofimovich >> >> The changes are mostly: >> - 'print foo' -> 'print(foo)' >> - conversio

Re: [PATCH 2/2] utils: tweak 'gen-tarball' to python3

2017-05-26 Thread Daniel Svensson
s: > -print " * %s" % c > + print(" * %s" % c) Adding .encode("utf-8") fixes the Python 2.x support here this time though. -- Daniel Svensson -- ___ Xmms2-devel mailing list Xmms2-devel@lists.xmms2.org https://lists.xmms2.org/cgi-bin/mailman/listinfo/xmms2-devel

Re: Server error: Could not start playback

2016-12-20 Thread Daniel Svensson
On Tue, Dec 20, 2016 at 2:47 PM, Kai Wassermann wrote: > On 20.12.2016 13:25, Daniel Svensson wrote: >> And what does this say? >> $ xmms2 server plugins | grep alsa > > The output was empty. So I did an "apt install xmms2-plugin-alsa" and > now it works fine.

Re: Server error: Could not start playback

2016-12-20 Thread Daniel Svensson
o:$ xmms2 server config | grep output.plugin > output.plugin = alsa > pi@raudio:$ And what does this say? $ xmms2 server plugins | grep alsa -- Daniel Svensson -- ___ Xmms2-devel mailing list Xmms2-devel@lists.xmms2.org https://lists.xmms2.org/cgi-bin/mailman/listinfo/xmms2-devel

Re: medialib updater

2016-11-25 Thread Daniel Svensson
were this is described? https://github.com/xmms2/xmms2-devel/blob/master/src/ipc.xml#L81 -- Daniel Svensson -- ___ Xmms2-devel mailing list Xmms2-devel@lists.xmms2.org https://lists.xmms2.org/cgi-bin/mailman/listinfo/xmms2-devel

Re: [PATCH] plugins/ariplay: build against openssl 1.1.0

2016-11-22 Thread Daniel Svensson
On Tue, Aug 30, 2016 at 9:28 PM, Sebastian Andrzej Siewior wrote: > Signed-off-by: Sebastian Andrzej Siewior > --- > src/plugins/airplay/raop_client.c | 25 +++-- Thanks! Applied. -- Daniel Svensson -- ___ Xmms2-deve

Re: dynamic collections

2016-11-15 Thread Daniel Svensson
startup.d that keeps the collection updated. That way you have the flexibility of taking more characteristics into account if the need arises. Something that does what you want shouldn't be more than a handful of lines of Python. If you're not familiar with Python I can help you out wit

HiDPI, laptop, external display, font size...

2016-10-13 Thread Daniel Svensson
ery evening (1.0 -> 0.5). It would be nice if Gnome remembered the settings per monitor basis instead, and thus dealing with the switching on its own. How are other people dealing with this? I'm currently using Fedora 25, using Gnome 3.22. -- Daniel Svensson ___

Re: Increase XMMS2 input buffer size

2016-08-17 Thread Daniel Svensson
east file a bug on how to reproduce, and the backtrace and so on. > Is there any other way to prevent the gaps of silence during playback > when the storage medium is very high latency? The ringbuf xform is the best option atm. -- Daniel Svensson --

[sphinx-users] Re: documenting module-level constants

2016-03-06 Thread Daniel Svensson
On Monday, February 11, 2013 at 4:16:05 AM UTC+1, Zbigniew Jędrzejewski-Szmek wrote: > > Hi, > I'm trying to document a C extension module containing a number of > constants. I'd like both their names and values to appear in the > sphinx HTML output. I'm using sphinx.autodoc extension, but it i

Re: What to put in wscript for C++11 xform plugin?

2015-12-27 Thread Daniel Svensson
lternative I wouldn't mind is adding C++11 to global C++ flags, as it's kind of old nowadays and fix whatever breaks. We have some agreement of enabling C11 (or was it C99?) server side at least too, so it would be kind of aligned with that as well. -- Daniel Svensson --

Re: XMMS2 code review

2015-12-10 Thread Daniel Svensson
nt" boot-time. Currently some packages are missing from travis's whitelist though, and they seem to be a bit slow at accepting packages that their bot doesn't green-flag straight up. ty for eyes, good vision as always. -- Daniel Svensson -- ___ Xmms2-devel mailing list Xmms2-devel@lists.xmms2.org http://lists.xmms2.org/cgi-bin/mailman/listinfo/xmms2-devel

Re: cannot sign up for the mantis bug tracker

2015-08-05 Thread Daniel Svensson
ied > in this error or select another action. You can also click an option > from the menu bar to go directly to a new section.""" > > I attempted this multiple times to ensure I had the captcha correct. Feel free to discuss it here meanwhile. -- Daniel Svensson --

Re: Playlist not advancing with ALSA plugin - solved

2015-06-27 Thread Daniel Svensson
that a couple of years ago as well. You can nowdays use the ringbuf effect xform for buffering btw. It needs some work, but is already fairly usable. -- Daniel Svensson -- ___ Xmms2-devel mailing list Xmms2-devel@lists.xmms2.org http://lists.xmms2.org/cgi-bin/mailman/listinfo/xmms2-devel

Re: Is xmms2 compatible with raspberry pi 2 and raspbian?

2015-06-14 Thread Daniel Svensson
obably via "xmms2 play" or calling "xmms2-launcher" explicitly. Checking available processes you'll probably see that xmms2d is already running. -- Daniel Svensson -- ___ Xmms2-devel mailing list Xmms2-devel@lists.xmms2.org http://lists.xmms2.org/cgi-bin/mailman/listinfo/xmms2-devel

Re: stream to airplay devices

2015-06-14 Thread Daniel Svensson
er than building on the current implementation, or perhaps write a nice reusable C/C++ library with a C API that XMMS2 can use. -- Daniel Svensson -- ___ Xmms2-devel mailing list Xmms2-devel@lists.xmms2.org http://lists.xmms2.org/cgi-bin/mailman/listinfo/xmms2-devel

Re: Playlist not advancing with ALSA plugin

2015-06-04 Thread Daniel Svensson
to try the kernel you were on before your current one? IIRC Debian keeps the old one in grub for at least one upgrade. Buggy ALSA kernel-side is not uncommon. Could you try this via the pulse backend and see if the problem traverses pulse as well? -- Dani

Bug#782259: xmms2: FTBFS with ruby2.2

2015-04-14 Thread Daniel Svensson
xmms2's waf version after next waf release (shouldn't be that far off into the future). -- Daniel Svensson -- ___ Xmms2-devel mailing list Xmms2-devel@lists.xmms2.org http://lists.xmms2.org/cgi-bin/mailman/listinfo/xmms2-devel

Bug#782259: xmms2: FTBFS with ruby2.2

2015-04-14 Thread Daniel Svensson
xmms2's waf version after next waf release (shouldn't be that far off into the future). -- Daniel Svensson -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Re: Using GNOME Continous images

2015-03-22 Thread Daniel Svensson
y hands dirty if I'm just guided into the somewhat relevant direction. -- Daniel Svensson ___ desktop-devel-list mailing list desktop-devel-list@gnome.org https://mail.gnome.org/mailman/listinfo/desktop-devel-list

Using GNOME Continous images

2015-02-22 Thread Daniel Svensson
question that popped up is if this is possible to run all of this via systemd-nspawn, as a more lightweight solution. I found some hacky suggestions about changing the host kernel parameters, but I'm hoping those suggestions are somewhat dated by now. -- Daniel Svensson __

Bug#772633: Only noise is played after pausing for a while

2014-12-10 Thread Daniel Svensson
ot; < pedro.dua...@datacom.ind.br>: > On 12/09/2014 09:53 AM, Daniel Svensson wrote: > > What output plugin? > > ALSA output plugin. After your question, I killed the running instance > of xmms2d and started a new one using "pulse" plugin. It seems that it > solved

Bug#772633: Only noise is played after pausing for a while

2014-12-10 Thread Daniel Svensson
ot; < pedro.dua...@datacom.ind.br>: > On 12/09/2014 09:53 AM, Daniel Svensson wrote: > > What output plugin? > > ALSA output plugin. After your question, I killed the running instance > of xmms2d and started a new one using "pulse" plugin. It seems that it > solved

Bug#772633: Only noise is played after pausing for a while

2014-12-09 Thread Daniel Svensson
ons of packages xmms2-core depends on: > ii libc6 2.19-13 > ii libglib2.0-0 2.42.0-2 > ii libsqlite3-0 3.8.7.1-1 > > xmms2-core recommends no packages. > > xmms2-core suggests no packages. > > -- no debconf information > > -- Daniel Svensson -- _

Bug#772633: Only noise is played after pausing for a while

2014-12-09 Thread Daniel Svensson
ons of packages xmms2-core depends on: > ii libc6 2.19-13 > ii libglib2.0-0 2.42.0-2 > ii libsqlite3-0 3.8.7.1-1 > > xmms2-core recommends no packages. > > xmms2-core suggests no packages. > > -- no debconf information > > -- Daniel Svensson

Server maintenance

2014-11-17 Thread Daniel Svensson
Changing IP address, xmms2.org will be reached at 83.140.131.124 in a while, IPv6 remains the same. -- Daniel Svensson -- ___ Xmms2-devel mailing list Xmms2-devel@lists.xmms2.org http://lists.xmms2.org/cgi-bin/mailman/listinfo/xmms2-devel

Bug#768679: xmms2: FTBFS in jessie: ld: src/clients/vistest/ripper.c.3.o: undefined reference to symbol 'vorbis_comment_add_tag'

2014-11-09 Thread Daniel Svensson
Remove the ripper. Its an example app not recommended to be packaged. Same applies to vistest as the name suggests. Den 9 nov 2014 08:52 skrev "Lucas Nussbaum" : > Source: xmms2 > Version: 0.8+dfsg-11 > Severity: serious > Tags: jessie sid > User: debian...@lists.debian.org > Usertags: qa-ftbfs-20

Re: Abraca 0.8.1

2014-10-26 Thread Daniel Svensson
On Thu, Oct 23, 2014 at 11:25 PM, Daniel Svensson wrote: > Ok.. so another release out with some polish. > Turns out waf 1.7.6 and Python 3.4 aren't the best of friends, new version out: http://sourceforge.net/projects/abraca/files/abraca-0.8.2.tar.bz2 http://sourceforge.net/proj

Abraca 0.8.1

2014-10-23 Thread Daniel Svensson
Ok.. so another release out with some polish. http://sourceforge.net/projects/abraca/files/abraca-0.8.1.tar.bz2 http://sourceforge.net/projects/abraca/files/abraca-0.8.1.tar.bz2.asc Repo still hosted at github: https://github.com/Abraca/Abraca -- Daniel Svensson

Re: command line execution

2014-09-30 Thread Daniel Svensson
On Mon, Sep 29, 2014 at 5:02 PM, Daniel Svensson wrote: > On Mon, Sep 29, 2014 at 3:15 PM, Paul Beaudoin > wrote: > >> I'd like to control the interface via exec commands from apache but again, >> can't get xmms2 to run under the web. >> > > No y

Re: command line execution

2014-09-29 Thread Daniel Svensson
ow to use the libxmmsclient API. https://github.com/XMMS2/xmms2-tutorial/tree/master/c -- Daniel Svensson -- ___ Xmms2-devel mailing list Xmms2-devel@lists.xmms2.org http://lists.xmms2.org/cgi-bin/mailman/listinfo/xmms2-devel

Bug#761687: RFS: abraca/0.8.0+dfsg-1 -- Simple and powerful graphical client for XMMS2

2014-09-15 Thread Daniel Svensson
On Mon, Sep 15, 2014 at 9:45 PM, Daniel Lintott wrote: > Hi Daniel, > > On 15/09/14 20:13, Daniel Svensson wrote: > > * Add me to Maintainers since old maintainer is M.I.A. > > Did the MIA Team actually orphan the package, as I can't find a WNPP bug > for abra

Bug#761687: RFS: abraca/0.8.0+dfsg-1 -- Simple and powerful graphical client for XMMS2

2014-09-15 Thread Daniel Svensson
On Mon, Sep 15, 2014 at 9:45 PM, Daniel Lintott wrote: > Hi Daniel, > > On 15/09/14 20:13, Daniel Svensson wrote: > > * Add me to Maintainers since old maintainer is M.I.A. > > Did the MIA Team actually orphan the package, as I can't find a WNPP bug > for abra

Bug#761687: RFS: abraca/0.8.0+dfsg-1 -- Simple and powerful graphical client for XMMS2

2014-09-15 Thread Daniel Svensson
since mid July. * Package name: abraca Version : 0.8.0+dfsg-1 Upstream Author : Daniel Svensson * URL : https://github.com/Abraca/Abraca * License : GPLv2 Section : sound It builds those binary packages: abraca - Simple and powerful graphical c

Bug#761687: RFS: abraca/0.8.0+dfsg-1 -- Simple and powerful graphical client for XMMS2

2014-09-15 Thread Daniel Svensson
since mid July. * Package name: abraca Version : 0.8.0+dfsg-1 Upstream Author : Daniel Svensson * URL : https://github.com/Abraca/Abraca * License : GPLv2 Section : sound It builds those binary packages: abraca - Simple and powerful graphical c

Abraca 0.8.0

2014-09-15 Thread Daniel Svensson
Ok.. so another release out with some polish. Since github doesn't do submodules in tarballs, releases are now hosted by SourceForge: https://sourceforge.net/projects/abraca/files/ Repo still hosted at github: https://github.com/Abraca/Abraca -- Daniel Sve

Bug#747709: FTBFS: cannot stat 'debian/tmp/usr/lib/xmms2/libxmms_airplay.so'

2014-09-15 Thread Daniel Svensson
On Sun, May 11, 2014 at 12:31 PM, Christian Hofstaedtler wrote: > Source: xmms2 > Version: 0.8+dfsg-9 > Severity: serious > Justification: fails to build from source (but built successfully in the past) > User: debian-r...@lists.debian.org > Usertags: ruby2.0-rm > > Dear Maintainer, > > During a r

Bug#758123: New upstream version: 0.8.0

2014-08-14 Thread Daniel Svensson
nce it uses waf as well: http://anonscm.debian.org/cgit/pkg-xmms2/xmms2.git -- Daniel Svensson

Bug#742864: ITP: openjdk-8 -- OpenJDK 8 - Open source implementation of the Java Platform Standard Edition 8

2014-05-29 Thread Daniel Svensson
It would be nice if there are multiple versions of the jre-package, one normal, and one for each of the compact profiles: https://blogs.oracle.com/jtc/entry/a_first_look_at_compact -- To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact

Bug#742864: ITP: openjdk-8 -- OpenJDK 8 - Open source implementation of the Java Platform Standard Edition 8

2014-05-29 Thread Daniel Svensson
It would be nice if there are multiple versions of the jre-package, one normal, and one for each of the compact profiles: https://blogs.oracle.com/jtc/entry/a_first_look_at_compact -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Co

Bug#747709: FTBFS: cannot stat 'debian/tmp/usr/lib/xmms2/libxmms_airplay.so'

2014-05-11 Thread Daniel Svensson
On Sun, May 11, 2014 at 12:31 PM, Christian Hofstaedtler wrote: > Source: xmms2 > Version: 0.8+dfsg-9 > Severity: serious > Justification: fails to build from source (but built successfully in the past) > User: debian-r...@lists.debian.org > Usertags: ruby2.0-rm > > Dear Maintainer, > > During a r

Bug#747709: FTBFS: cannot stat 'debian/tmp/usr/lib/xmms2/libxmms_airplay.so'

2014-05-11 Thread Daniel Svensson
On Sun, May 11, 2014 at 12:31 PM, Christian Hofstaedtler wrote: > Source: xmms2 > Version: 0.8+dfsg-9 > Severity: serious > Justification: fails to build from source (but built successfully in the past) > User: debian-r...@lists.debian.org > Usertags: ruby2.0-rm > > Dear Maintainer, > > During a r

Bug#739455: FTBFS with libav10

2014-02-18 Thread Daniel Svensson
v10 transition starts. > > Migration documentation can be found at > https://wiki.libav.org/Migration/10 Fixed in devel, relevant patches here: http://git.xmms2.org/xmms2/xmms2-devel/log/?id=215fddbecb620c5e2d4ea6dea43ee6354b2af91d...1e7024f42c8111e0ec622d4852582c69f77974f3 -- Daniel

Bug#739455: FTBFS with libav10

2014-02-18 Thread Daniel Svensson
v10 transition starts. > > Migration documentation can be found at > https://wiki.libav.org/Migration/10 Fixed in devel, relevant patches here: http://git.xmms2.org/xmms2/xmms2-devel/log/?id=215fddbecb620c5e2d4ea6dea43ee6354b2af91d...1e7024f42c8111e0ec622d4852582c6

Bug#709710: abraca upstream now uses valac 0.20

2014-02-15 Thread Daniel Svensson
e release page at https://github.com/Abraca/Abraca/releases then sure. I should probably drop a maintenance release of Abraca just to freshen up the deps. It's currently somewhat stalled due to me spending time on XMMS2 core features that will be used by Abraca later. -- Dani

Re: Cannot play a certain song

2014-01-25 Thread Daniel Svensson
ut from the daemon at some pastebin (for example http://paste.se). You get the verbose log by launching like this: > xmms2d -v You will not be able to launch the daemon twice, so if it's already running you have to execute "xmms2 quit" first. -- Daniel Svensson -- _

Re: Promoe won't compile any more

2014-01-18 Thread Daniel Svensson
in/rcc You have the following parameters as seen with ./waf configure --help, have you tried using them? --qtdir=QTDIR --qtbin=QTBIN --qtlibs=QTLIBS But it's probably a waf bug that it doesn't discover the /usr/bin/rcc-qt4 as it does with the other suffixed versions of the comman

Re: Promoe won't compile any more

2013-12-17 Thread Daniel Svensson
e when I'm back. Updated to waf 1.7.13. Since Debian installs all the QT4 in /usr/bin I have no other way of testing it than to symlink all the utilities elsewhere, so I'm hoping you could just clone the following and run the build instead. 100 li

Re: Promoe won't compile any more

2013-12-16 Thread Daniel Svensson
can probably hardcode pathc to RCC in _build_/c4che/* or in .waf* directory. Brute it like it's hot! -- Daniel Svensson -- ___ Xmms2-devel mailing list Xmms2-devel@lists.xmms2.org http://lists.xmms2.org/cgi-bin/mailman/listinfo/xmms2-devel

Re: Promoe won't compile any more

2013-12-16 Thread Daniel Svensson
: > -> task failed (err #-1): > {task: rcc Almond-blue.qrc -> Almond-blue_rc.cpp} So the configure phase doesn't mark rcc as mandatory. rcc is the QT resource compiler used for embedding the default skin into the binary I guess. -- Daniel Svensson -- __

Re: Promoe won't compile any more

2013-12-16 Thread Daniel Svensson
c.o}) Reading it again I suspect it might be some waf dependency issue. I would suggest removing the build directory. If that's not it, then I wonder if it might be Python related. For reference I'm using python 2.7.6. Good luck chasing it down. -- Daniel Svensson --

Re: Promoe won't compile any more

2013-12-16 Thread Daniel Svensson
> already, one never did.) Just tried on Debian Sid $ apt-cache show libqt4-dev | grep Version Version: 4:4.8.5+git192-g085f851+dfsg-2 So similar enough QT version to yours I guess. Successful build: http://e7d6915baca94391.paste.se/ If you find anything, I can make sure the patch ends up in the

Re: [PATCH] OTHER: fix leak on each client connection

2013-08-25 Thread Daniel Svensson
On Sun, Aug 18, 2013 at 9:16 PM, Daniel Svensson wrote: > On Sat, Aug 17, 2013 at 6:40 PM, Sergei Trofimovich wrote: >> From: Sergei Trofimovich >> >> The leak was introduced by commit 11d03ee336e97d91f8db39c6e3051d9f6d08ebd3 >>> BUG(2555): Update g_(thread|mutex|

Re: [PATCH] OTHER: fix leak on each client connection

2013-08-18 Thread Daniel Svensson
uld have requested a better review of that commit since it was such a huge monotonic task which is bound to bring errors. Will push shortly. -- Daniel Svensson -- ___ Xmms2-devel mailing list Xmms2-devel@lists.xmms2.org http://lists.xmms2.org/cgi-bin/mailman/listinfo/xmms2-devel

Re: What are collections and are playlists collections

2013-05-23 Thread Daniel Svensson
he resulting media entries from the query to the playlist. Hope this clears it up a bit. -- Daniel Svensson -- ___ Xmms2-devel mailing list Xmms2-devel@lists.xmms2.org http://lists.xmms2.org/cgi-bin/mailman/listinfo/xmms2-devel

Re: [PATCH] src/lib/xmmstypes/xmmsv_dict.c: xmmsv_dict_get() now NULLs 'val' on error

2013-05-20 Thread Daniel Svensson
On Thu, May 2, 2013 at 1:34 PM, Daniel Svensson wrote: > On Thu, May 2, 2013 at 12:22 AM, wrote: >> From: Sergei Trofimovich >> >> Bad use of on-stack garbage was caught by valgrind's 'medialib-runner' unit >> test > > Nice catch and a good sol

Re: [PATCH] src/lib/xmmstypes/xmmsv_dict.c: xmmsv_dict_get() now NULLs 'val' on error

2013-05-19 Thread Daniel Svensson
On Sun, May 19, 2013 at 8:15 PM, Daniel Svensson wrote: > On Thu, May 2, 2013 at 1:34 PM, Daniel Svensson wrote: >> On Thu, May 2, 2013 at 12:22 AM, wrote: >>> From: Sergei Trofimovich >>> >>> Bad use of on-stack garbage was caught by valgrind's &#

Re: [PATCH] src/lib/xmmstypes/xmmsv_dict.c: xmmsv_dict_get() now NULLs 'val' on error

2013-05-19 Thread Daniel Svensson
On Thu, May 2, 2013 at 1:34 PM, Daniel Svensson wrote: > On Thu, May 2, 2013 at 12:22 AM, wrote: >> From: Sergei Trofimovich >> >> Bad use of on-stack garbage was caught by valgrind's 'medialib-runner' unit >> test > > Nice catch and a good

Re: [PATCH] src/lib/xmmstypes/xmmsv_dict.c: xmmsv_dict_get() now NULLs 'val' on error

2013-05-02 Thread Daniel Svensson
#x27;ll merge as soon as I get my stuff in order. There are probably more of those cases where explicitly setting to null should be added. Thanks -- Daniel Svensson -- ___ Xmms2-devel mailing list Xmms2-devel@lists.xmms2.org http://lists.xmms2.org/cgi-bin/mailman/listinfo/xmms2-devel

Re: How do you listen via TCP? xmms2d just crashes

2013-03-02 Thread Daniel Svensson
hould work. >> > > Ah excellent, that worked, thanks! > All my fault, I'll fix it right away :D -- Daniel Svensson -- ___ Xmms2-devel mailing list Xmms2-devel@lists.xmms2.org http://lists.xmms2.org/cgi-bin/mailman/listinfo/xmms2-devel

Re: If you're not on GitHub you don't exist!

2013-01-31 Thread Daniel Svensson
On Thu, Jan 31, 2013 at 7:38 PM, Guido Falsi wrote: > On 01/30/13 23:36, Daniel Svensson wrote: >> Today this changes for mostly two reasons: >> >> [...] >> >> https://github.com/XMMS2 > > I'm the maintainer of the FreeBSD port for xmms2. After read

If you're not on GitHub you don't exist!

2013-01-31 Thread Daniel Svensson
the XMMS2 project page so we can connect the graph. -- Daniel Svensson -- ___ Xmms2-devel mailing list Xmms2-devel@lists.xmms2.org http://lists.xmms2.org/cgi-bin/mailman/listinfo/xmms2-devel

[sphinx-users] autodoc and links etc

2012-12-19 Thread Daniel Svensson
the name of the class and on the second line that it's an alias for XmmsLoop in the html output. Can I change that? Is it possible to autoclass XmmsLoop and name it XMMS via the config? I would like to avoid rearranging the code to as much extent possible, but maybe that's what

Re: Playlist manipulation using python

2012-12-16 Thread Daniel Svensson
ve it an url: file:///path/to/file.mp3 > > You might have to take care of space in the url (replace them with +). > [...] Only file:// prefix is required for files. The URL will be encoded automatically unless playlist_add_encoded is used, in which case you would have to do the encodin

Changing domain for all services from xmms.se to xmms2.org

2012-12-10 Thread Daniel Svensson
rt to get it updated. Meanwhile we've migrated the remaining services to xmms2.org, and this should be the last mail sent to xmms.se. Update your bookmarks and your mail-filters! -- Daniel Svensson -- ___ Xmms2-devel mailing list Xmms2-devel@lists.xmms

Re: [PATCH] src/xmms/collection.c: fix dead loop on broken '.cue' files

2012-10-29 Thread Daniel Svensson
On Sat, Oct 27, 2012 at 1:44 PM, Sergei Trofimovich wrote: > From: Sergei Trofimovich > > How to reproduce. > Create a file with the following contents: Merged. -- Daniel Svensson -- ___ Xmms2-devel mailing list Xmms2-devel@lists.

Re: Streaming Opus output for XMMS2

2012-10-01 Thread Daniel Svensson
ely spread. -- Daniel Svensson -- ___ Xmms2-devel mailing list Xmms2-devel@lists.xmms.se http://lists.xmms.se/cgi-bin/mailman/listinfo/xmms2-devel

Re: XMMS2 Opus Plugin

2012-09-29 Thread Daniel Svensson
t; Please test and comment, update and fix :D Available in xmms2-devel now. -- Daniel Svensson -- ___ Xmms2-devel mailing list Xmms2-devel@lists.xmms.se http://lists.xmms.se/cgi-bin/mailman/listinfo/xmms2-devel

Re: [Fwd: Re: ruby collection trouble (was Re: )]

2012-08-15 Thread Daniel Svensson
cd89b105e5e1f62527>) > and now it works. I had encountered a warning about `check_uint32` being an > invalid symbol and changed rb_collection.c just enough to make that message > go away (and leave me with a bug I didn't understand :P). FYI, this patch is merg

Bug#676100: xmms2: diff for NMU version 0.8+dfsg-2.1

2012-06-18 Thread Daniel Svensson
ug for the python package should be opened, could be worth checking out success rate of other build systems using python (I know there are more projects using SCons and waf at least). -- Daniel Svensson -- ___ Xmms2-devel mailing list Xmms2-devel@lists.xm

Bug#676100: xmms2: diff for NMU version 0.8+dfsg-2.1

2012-06-18 Thread Daniel Svensson
ug for the python package should be opened, could be worth checking out success rate of other build systems using python (I know there are more projects using SCons and waf at least). -- Daniel Svensson -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject

Bug#676100: xmms2: diff for NMU version 0.8+dfsg-2.1

2012-06-18 Thread Daniel Svensson
ug for the python package should be opened, could be worth checking out success rate of other build systems using python (I know there are more projects using SCons and waf at least). -- Daniel Svensson -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject

Bug#676100: xmms2: diff for NMU version 0.8+dfsg-2.1

2012-06-17 Thread Daniel Svensson
won't, seeing how I have no interest > in either ruby or xmms2... The XMMS2 build system uses the system default ruby to get its compiler flags for the ruby bindings. This can be overridden by setting the RUBY environment to point to another executable. Just verified this and Ruby 1.9.1 builds

Bug#676100: xmms2: diff for NMU version 0.8+dfsg-2.1

2012-06-17 Thread Daniel Svensson
won't, seeing how I have no interest > in either ruby or xmms2... The XMMS2 build system uses the system default ruby to get its compiler flags for the ruby bindings. This can be overridden by setting the RUBY environment to point to another executable. Just verified this and Ruby 1.9.1 builds

Bug#676100: xmms2: diff for NMU version 0.8+dfsg-2.1

2012-06-17 Thread Daniel Svensson
won't, seeing how I have no interest > in either ruby or xmms2... The XMMS2 build system uses the system default ruby to get its compiler flags for the ruby bindings. This can be overridden by setting the RUBY environment to point to another executable. Just verified this and Ruby 1.9.1 builds

Re: Loud pop when starting playback

2012-05-06 Thread Daniel Svensson
d 0.8 output/ALSA-wise is that we explicitly ask ALSA to *not* resample for us as we have a resampler ourselves that doesn't consume 99% of any modern hardware which the built-in resampler in ALSA seems to use. The resampler itself has not changed for many years. -- Daniel Svensson --

Bug#663292: abraca: upcoming vala 0.10 removal

2012-03-20 Thread Daniel Svensson
nto unstable give me a heads up, the changes are minimal. -- Daniel Svensson -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#663292: abraca: upcoming vala 0.10 removal

2012-03-11 Thread Daniel Svensson
more than 1 year ago) Also, project is far from dead... ton of unpushed code that depends on new features in XMMS2 that aren't done yet.. one step at a time. If you can't get the backport of the vala fixes working, I could probably just smack on a tag on HEAD and release that. -- Dan

Bug#663292: abraca: upcoming vala 0.10 removal

2012-03-11 Thread Daniel Svensson
ge. > If no or there will be no answers, I think the only possible solution is > to request a removal of this package. Latest git version works with never vala. Perhaps you can pick some compatibility commit and use that? -- Daniel Svensson -- To UNSUBSCRIBE, email to debian-bugs

Re: [Low Hanging Fruit #2499] diff file

2012-03-05 Thread Daniel Svensson
erhaps you could redo that patch? Commit it locally to your git repository, and then use git format-patch HEAD^ to export a patch that also includes author name/email and a commit message. -- Daniel Svensson -- ___ Xmms2-devel mailing list Xmms2-devel

Re: ALSA underrun messages followed by segfault

2012-03-05 Thread Daniel Svensson
On Mon, Mar 5, 2012 at 9:22 AM, Adam Nielsen wrote: > Is there some internal constant which reads from the buffers in lots of 4kB? http://git.xmms.se/xmms2/xmms2-devel/tree/src/xmms/xform.c#n88 -- Daniel Svensson -- ___ Xmms2-devel mailing l

Re: ALSA underrun messages followed by segfault

2012-03-02 Thread Daniel Svensson
xmms2 server config output.buffersize 2048 > > Setting it >= 4096 fixed the problem. So there should be an additional patch that rejects lower configurations for now until the huge output overhaul takes place. -- Daniel Svensson -- ___ Xmms2-devel mailing list Xmms2-devel@lists.xmms.se http://lists.xmms.se/cgi-bin/mailman/listinfo/xmms2-devel

Bug#660373: Error in man page

2012-02-21 Thread Daniel Svensson
i libxmmsclient6 0.8+dfsg-2 > ii xmms2-core 0.8+dfsg-2 > > xmms2-client-medialib-updater recommends no packages. > > xmms2-client-medialib-updater suggests no packages. > > -- no debconf information > > -- > Juhapekka "naula" Tolvanen * http colon

Bug#660373: Error in man page

2012-02-18 Thread Daniel Svensson
i libxmmsclient6 0.8+dfsg-2 > ii xmms2-core 0.8+dfsg-2 > > xmms2-client-medialib-updater recommends no packages. > > xmms2-client-medialib-updater suggests no packages. > > -- no debconf information > > -- > Juhapekka "naula" Tolvanen * http colon slash slash iki dot fi slash > juhtolv > "Quidquid Latine dictum sit altum videtur." > > > > -- Daniel Svensson

Re: Git version broken?

2012-01-16 Thread Daniel Svensson
f skills to do > this but will investigate if I can.  Right now I'm trying to finish off that > MIDI plugin I posted almost a year ago :-) vdust added support for this yesterday, should put an end to the confusion.. http://people.xmms2.org/~nano/waf-submodules.png -- Daniel Svensso

Re: Git version broken?

2012-01-12 Thread Daniel Svensson
ot being initialized. It should be there, just that nobody has taken the time to add it yet. -- Daniel Svensson -- ___ Xmms2-devel mailing list Xmms2-devel@lists.xmms.se http://lists.xmms.se/cgi-bin/mailman/listinfo/xmms2-devel

Re: [Pkg-crosswire-devel] Processed: retitle 654462 to Doesn't contain source for waf binary code ...

2012-01-05 Thread Daniel Svensson
On Wed, Jan 4, 2012 at 12:52 PM, Jonas Smedegaard wrote: > On 12-01-04 at 12:42pm, Daniel Svensson wrote: >> On Wed, Jan 4, 2012 at 12:34 PM, Jonas Smedegaard wrote: >> > I believe you did not answer my question: I did not ask how the >> > Debian project can verify la

Re: [Pkg-crosswire-devel] Processed: retitle 654462 to Doesn't contain source for waf binary code ...

2012-01-05 Thread Daniel Svensson
t's 1.6.7 vanilla waf, which can be downloaded and used instead of the bundled version, or perhaps packaged and added as a source dependency. -- Daniel Svensson ___ Pkg-crosswire-devel mailing list Pkg-crosswire-devel@lists.alioth.d

Re: [Pkg-crosswire-devel] Processed: retitle 654462 to Doesn't contain source for waf binary code ...

2012-01-05 Thread Daniel Svensson
Which is why I referred to the script that produces the compressed version so you can compress your own from waf upstream sources. -- Daniel Svensson ___ Pkg-crosswire-devel mailing list Pkg-crosswire-devel@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-crosswire-devel

Re: [Pkg-crosswire-devel] Processed: retitle 654462 to Doesn't contain source for waf binary code ...

2012-01-05 Thread Daniel Svensson
On Wed, Jan 4, 2012 at 10:37 AM, Daniel Svensson wrote: > On Tue, Jan 3, 2012 at 11:03 PM, Debian Bug Tracking System > wrote: >> Bug #654512 [xmms2] postler: doesn't contain source for waf binary code >> Changed Bug title to 'Doesn't contain source for w

Re: [Pkg-crosswire-devel] Processed: retitle 654462 to Doesn't contain source for waf binary code ...

2012-01-05 Thread Daniel Svensson
ed, but when you execute ./waf, it will decompress into the ".waf-1.6.7-b271784c448ab906d5606267fb7f92c0" directory in the top level directory. -- Daniel Svensson ___ Pkg-crosswire-devel mailing list Pkg-crosswire-devel@lists.alioth.debian.org

  1   2   3   4   5   >