Adopting libdvdnav and libdvdread

2013-11-24 Thread Reinhard Tartler
Hi,

I'm considering to adopt these two packages:
- http://packages.qa.debian.org/libd/libdvdnav.html
- http://packages.qa.debian.org/libd/libdvdread.html

Would anyone support that? Please let me know.

-- 
regards,
Reinhard

___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers


Processed: severity of 725057 is normal

2013-11-24 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> #reporter claims this to only affect live system
> severity 725057 normal
Bug #725057 [vlc] vlc plugin linking issue (seems to affect only live systems)
Severity set to 'normal' from 'serious'
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
725057: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=725057
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers


Licensing concerns regarding liveMedia/our_md5.c

2013-11-24 Thread Reinhard Tartler
Hi,

thanks for providing liblivemedia under a free software license. I'm a
member of the Debian multimedia packaging team, which takes care for
the liblivemedia package.

The Debian ftpmasters have recently reported a concern regarding the
licensing of one of the included files, namely liveMedia/our_md5.c
(the same applies to the header file). Please see the details of the
report here:

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=728419

The problem here is that while it has a very liberal intent, this
"RSA" license adds additional (advertising) clauses that make it
unsuited for use in a LGPL licensed library such as liblivemedia.

My current understanding is Debian as third party redistributor may
not have the right to ship this package as part of the Debian
distribution. I would therefore very much appreciate if you could
comment on this issue. Specifically, it would be important for us to
know how you, the original authors, would like to proceed with this.

In your replies, please copy 728...@bugs.debian.org to have the
correspondence archived in the public Debian bug tracking system.

Thank you very much for your assistance.

-- 
regards,
Reinhard

___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers


Bug#730421: x42-plugins: FTBFS: cc1: error: unrecognized command line option '-mfpmath=sse'

2013-11-24 Thread Roland Stigge
Package: x42-plugins
Version: 20131119-2
Severity: serious
Tags: patch

Hi,

x42-plugins FTBFS like this:

...
cc -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 
-Wformat -Werror=format-security -DXTERNAL_UI -fPIC -mfpmath=sse -ffast-math 
-fomit-frame-pointer -O3 -fno-finite-math-only `pkg-config --cflags lv2` 
-std=c99 \
  -o build/sisco.so src/sisco.c \
  -shared -Wl,-Bstatic -Wl,-Bdynamic -Wl,-z,relro
cc1: error: unrecognized command line option '-mfpmath=sse'
make[3]: *** [build/sisco.so] Error 1
make[2]: *** [sisco.lv2] Error 2
make[3]: Leaving directory `/«PKGBUILDDIR»/sisco.lv2'
make[2]: Leaving directory `/«PKGBUILDDIR»'
make[1]: *** [override_dh_auto_build] Error 2
make[1]: Leaving directory `/«PKGBUILDDIR»'
make: *** [build-arch] Error 2
...

Removing -mfpmath=sse from the sisco.lv2/Makefile, as proposed in #730308, 
fixes this.

Roland


-- System Information:
Debian Release: 7.0
  APT prefers unreleased
  APT policy: (500, 'unreleased'), (500, 'unstable')
Architecture: powerpcspe (ppc)

Kernel: Linux 3.9.0-dirty (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_GB.UTF-8)
Shell: /bin/sh linked to /bin/dash

___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers

Please restore the pkg-multimedia tracker

2013-11-24 Thread Reinhard Tartler
Package: pet.debian.org

Hi,

it seems that after alioth came back after the crash,
http://pet.debian.net/pkg-multimedia/pet.cgi is no longer available.
Would it be possible to restore that page?

Thank you very much for providing this service

-- 
regards,
Reinhard

___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers


Bug#730415: tsdecrypt uses inappropriate build flags including -march=native

2013-11-24 Thread peter green

Package: tsdecrypt
Severity: serious
Tags: patch
Version: 8.0-1

tsdecrypt's build system appears to assume that the package is being 
built with the intention of running it on the same machine it is being 
built on. As such it uses -march=native and depending on detection code 
sets several other flags.


This is not appropriate for debian. Packages built on debian should run 
on the minimum hardware chosen by the port maintainers regardless of the 
hardware in the machine used to build them. In general the porters 
descisions will be reflected in the defaults that are hardcoded into the 
compiler, Therefore compiler flags that affect the CPU requirements 
should generally only be used to build secondary versions of code for 
use in conjunction with runtime CPU detection. -march=native should 
never be used as it leads to build results that depend on what hardware 
happens to be in the build system.


It appears that this impacts all versions from 8.0-1 to 10.0-1

The attatched debdiff should fix this. I also included a fix for 
incomplete cleanup in the clean target which I noticed while working on 
the fix.


No intent to NMU.
diff -Nru tsdecrypt-10.0/debian/changelog tsdecrypt-10.0/debian/changelog
--- tsdecrypt-10.0/debian/changelog 2013-10-03 14:55:24.0 +
+++ tsdecrypt-10.0/debian/changelog 2013-11-24 19:46:41.0 +
@@ -1,3 +1,10 @@
+tsdecrypt (10.0-1+rpi1) jessie-staging; urgency=low
+
+  * Remove inappropriate compiler flags.
+  * fix clean target
+
+ -- Peter Michael Green   Sun, 24 Nov 2013 19:39:56 
+
+
 tsdecrypt (10.0-1) unstable; urgency=low
 
   * New upstream release:
diff -Nru tsdecrypt-10.0/debian/patches/avoid-inappropriate-compiler-flags 
tsdecrypt-10.0/debian/patches/avoid-inappropriate-compiler-flags
--- tsdecrypt-10.0/debian/patches/avoid-inappropriate-compiler-flags
1970-01-01 00:00:00.0 +
+++ tsdecrypt-10.0/debian/patches/avoid-inappropriate-compiler-flags
2013-11-24 19:39:19.0 +
@@ -0,0 +1,52 @@
+Description: Avoid inappropriate compiler flags
+  The tsdecrypt build system tries to be too clever and assumes that the system
+  it is built on will be the system it is going to run on. This is 
inappropriate
+  for Debian so we need to disable some of this logic.
+Author: Peter Michael Green 
+
+--- tsdecrypt-10.0.orig/FFdecsa_init
 tsdecrypt-10.0/FFdecsa_init
+@@ -106,26 +106,26 @@ test_ffdecsa_mode() {
+ }
+ 
+ # Check CPU and compiler flags
+-if cc_check -march=native
+-then
+-  FFDECSA_CFLAGS="$FFDECSA_CFLAGS -march=native"
+-elif cc_check -march=pentium; then
+-  FFDECSA_CFLAGS="$FFDECSA_CFLAGS -march=pentium"
+-fi
++#if cc_check -march=native
++#then
++# FFDECSA_CFLAGS="$FFDECSA_CFLAGS -march=native"
++#elif cc_check -march=pentium; then
++# FFDECSA_CFLAGS="$FFDECSA_CFLAGS -march=pentium"
++#fi
+ 
+ OPTS=""
+ FLAGS=""
+-for flag in mmx sse sse2
+-do
+-  if cpu_have $flag
+-  then
+-  OPTS="$OPTS $flag"
+-  if cc_check -m$flag
+-  then
+-  FFDECSA_CFLAGS="$FFDECSA_CFLAGS -m$flag"
+-  fi
+-  fi
+-done
++#for flag in mmx sse sse2
++#do
++# if cpu_have $flag
++# then
++# OPTS="$OPTS $flag"
++# if cc_check -m$flag
++# then
++# FFDECSA_CFLAGS="$FFDECSA_CFLAGS -m$flag"
++# fi
++# fi
++#done
+ 
+ log "Host CPU" "$(uname -m) $OPTS"
+ log "FFdecsa CFLAGS" "$FFDECSA_CFLAGS"
diff -Nru tsdecrypt-10.0/debian/patches/series 
tsdecrypt-10.0/debian/patches/series
--- tsdecrypt-10.0/debian/patches/series1970-01-01 00:00:00.0 
+
+++ tsdecrypt-10.0/debian/patches/series2013-11-24 19:37:03.0 
+
@@ -0,0 +1 @@
+avoid-inappropriate-compiler-flags
diff -Nru tsdecrypt-10.0/debian/rules tsdecrypt-10.0/debian/rules
--- tsdecrypt-10.0/debian/rules 2013-10-03 14:55:12.0 +
+++ tsdecrypt-10.0/debian/rules 2013-11-24 19:46:24.0 +
@@ -20,3 +20,7 @@
mkdir -p $(DESTDIR)$(PREFIX)/bin
install tsdecrypt_ffdecsa tsdecrypt_dvbcsa \
$(DESTDIR)$(PREFIX)/bin
+
+override_dh_auto_clean:
+   dh_auto_clean
+   rm -f FFdecsa_build_PARALLEL_*.log
\ No newline at end of file
___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers

Processed: libois-1.3.0: ignores keypresses that are falsely detected as key repeats

2013-11-24 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> tags 730405 - unreproducible
Bug #730405 [libois-1.3.0] libois-1.3.0: ignores keypresses that are falsely 
detected as key repeats
Removed tag(s) unreproducible.
> notforwarded 730405
Bug #730405 [libois-1.3.0] libois-1.3.0: ignores keypresses that are falsely 
detected as key repeats
Unset Bug forwarded-to-address
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
730405: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=730405
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers


Processed: Re: Bug#719496: freeorion: input textfields doesn't work after a while.

2013-11-24 Thread Debian Bug Tracking System
Processing control commands:

> clone 719496 -1
Bug #719496 [freeorion] freeorion: input textfields doesn't work after a while.
Bug 719496 cloned as bug 730405
> reassign -1 libois-1.3.0
Bug #730405 [freeorion] freeorion: input textfields doesn't work after a while.
Bug reassigned from package 'freeorion' to 'libois-1.3.0'.
No longer marked as found in versions freeorion/0.4.3-1.
Ignoring request to alter fixed versions of bug #730405 to the same values 
previously set
> retitle -1 libois-1.3.0: ignores keypresses that are falsely detected as key 
> repeats
Bug #730405 [libois-1.3.0] freeorion: input textfields doesn't work after a 
while.
Changed Bug title to 'libois-1.3.0: ignores keypresses that are falsely 
detected as key repeats' from 'freeorion: input textfields doesn't work after a 
while.'
> tags -1 patch
Bug #730405 [libois-1.3.0] libois-1.3.0: ignores keypresses that are falsely 
detected as key repeats
Added tag(s) patch.
> affects -1 freeorion
Bug #730405 [libois-1.3.0] libois-1.3.0: ignores keypresses that are falsely 
detected as key repeats
Added indication that 730405 affects freeorion

-- 
719496: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=719496
730405: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=730405
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers


Bug#730308: x42-plugins: FTBFS: cc1: error: unrecognized command line option '-msse'

2013-11-24 Thread Adam Conrad
Package: x42-plugins
Version: 20131119-2
Followup-For: Bug #730308
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu trusty ubuntu-patch



In Ubuntu, the attached patch was applied to achieve the following:

  * debian/patches/01-remove-sse.patch: Remove SSE flags a bit harder.

The patch should be self-explanatory.  Cheers.

... Adam

-- System Information:
Debian Release: wheezy/sid
  APT prefers trusty-updates
  APT policy: (500, 'trusty-updates'), (500, 'trusty-security'), (500, 
'trusty'), (500, 'saucy-updates')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.11.0-13-generic (SMP w/4 CPU cores)
Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -Nru x42-plugins-20131119/debian/changelog x42-plugins-20131119/debian/changelog
diff -Nru x42-plugins-20131119/debian/patches/01-remove-sse.patch x42-plugins-20131119/debian/patches/01-remove-sse.patch
--- x42-plugins-20131119/debian/patches/01-remove-sse.patch	2013-11-24 02:32:53.0 -0700
+++ x42-plugins-20131119/debian/patches/01-remove-sse.patch	2013-11-24 10:36:02.0 -0700
@@ -87,7 +87,7 @@
  #!/usr/bin/make -f
  
 -OPTIMIZATIONS ?= -msse -msse2 -mfpmath=sse -ffast-math -fomit-frame-pointer -O3 -fno-finite-math-only
-+OPTIMIZATIONS ?= -mfpmath=sse -ffast-math -fomit-frame-pointer -O3 -fno-finite-math-only
++OPTIMIZATIONS ?= -ffast-math -fomit-frame-pointer -O3 -fno-finite-math-only
  PREFIX ?= /usr/local
  CFLAGS ?= -g -Wall -Wno-unused-function
  LIBDIR ?= lib
___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers

Bug#730391:

2013-11-24 Thread Piotr Górski
Forgot to write about bug :P

Mediatomb doesn't serve srt subtitles to Samsung TV's. Minidlna does - but
Mediatomb doesn't. Attached patch fixes it but not totally

-- 

*Piotr Górski*
___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers

Bug#644977: marked as done ([supercollider] please add 'swing' as dependency)

2013-11-24 Thread Debian Bug Tracking System
Your message dated Sun, 24 Nov 2013 17:04:20 +
with message-id 

and subject line 
has caused the Debian Bug report #644977,
regarding [supercollider] please add 'swing' as dependency
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
644977: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=644977
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Package: supercollider
Version: 1:3.4.4-1
Severity: normal

Supercollider has an optional GUI to manage the server. It requires
SwingOSC. Please add this dependency.

http://sourceforge.net/projects/swingosc/

Shell message:

WARNING:
GUI.fromID : The GUI scheme 'swing' is not installed
The current scheme is still 'nil'!


- --- System information. ---
Architecture: amd64
Kernel: Linux 3.0.0-1-amd64

Debian Release: wheezy/sid
990 testing security.debian.org
990 testing mirror.switch.ch
800 unstable mirror.switch.ch
150 experimental mirror.switch.ch

- --- Package information. ---
Depends (Version) | Installed
==-+-==
libc6 (>= 2.2.5) | 2.13-21
libgcc1 (>= 1:4.1.1) | 1:4.6.1-4
libreadline6 (>= 6.0) | 6.2-4
libsclang1 | 1:3.4.4-1
libstdc++6 (>= 4.1.1) | 4.6.1-4
supercollider-common (= 1:3.4.4-1) | 1:3.4.4-1
supercollider-server | 1:3.4.4-1


Package's Recommends field is empty.

Suggests (Version) | Installed
-+-===
subversion | 1.6.17dfsg-1
supercollider-doc | 1:3.4.4-1




-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQIcBAEBAgAGBQJOlB2sAAoJEMMF4eNtCPQVUusP/2qMtKbQGNxJTDaZMm+N/O6n
nMTDOusm7Ve9G9VFNeccpzShXyVoGf4MXIaQwGGovMw+kLX0RDXrWHuDBl70k2kz
FNKfQFi3dlIAtbX1b852+2H1uy8oN7yRlqIO92HvGLuH2R7uHwyw6M+xqH2+WSf/
yHhblNilBjPea3ugIOx/CagtawbKy8viBslclo15Ga0P7tVjRIgzjuHblQpLUCPg
GMMyVUtQrakhKQTRO6ShbSFbpZjGWnDmGFahGZRSpS37scvI8jX50ch/MPAyBf+/
M9IOvuVRDimXM7TiLo53faxZuiBGjbr4dq8NQSzurdHrn5Vz95E7B9WJFrv3D8F3
NhoLylnHIsev3i4MhgsYoSBVT2BZdLRpqLOVtfUwR3n6k9Fm7ALGzPBimXjJ3lPT
pIM3YqWrcWqgja4HrMKMgCHqBnxtWuhGQP2QmTnycUODMDrXhsccXc+xOdH3xtkT
7AkPTrhIxa0xKoakiJQDvr/JEtOlzkFMUGrLwLuurgI3Fzk2WF1xIlSVX8Xwlu0i
eIjkM49qHHTmB+RkvuR0tm6oPuuye5NMjeTaaPL6mYwO5i/8aaN+x0oJphB8nCLY
11SXPQ7EnQZhbsivJecPdUKQHh4M9DScu7iIDCAkOgEATdrU9LcqCSrCdsotRh20
n90F0Q1XndXpVV/pLejv
=MRFG
-END PGP SIGNATURE-



--- End Message ---
--- Begin Message ---
Package: supercollider
Version: 1:3.5.2-1

Closing this since supercollider 3.5+ comes with a qt-based gui and
the swing add-on is no longer actively developed.--- End Message ---
___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers

Bug#644976: marked as done ([supercollider] server fails to start)

2013-11-24 Thread Debian Bug Tracking System
Your message dated Sun, 24 Nov 2013 17:01:48 +
with message-id 

and subject line 
has caused the Debian Bug report #644976,
regarding [supercollider] server fails to start
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
644976: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=644976
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Package: supercollider
Version: 1:3.4.4-1
Severity: important

I'm unable to get any supercollider example file running. The server
always fails to start. I tested different ports, started sclang as
root and started jackd manually.

My example sc input file (from the SC tutorial):

s = Server(\myServer, NetAddr("127.0.0.1", 58009));
s.boot;
s.quit;

Error Output:

~$ sclang sclang.test
init_OSC
compiling class library..
NumPrimitives = 548
compiling dir: '/usr/share/SuperCollider/SCClassLibrary'
compiling dir: '/usr/share/SuperCollider/Extensions'
pass 1 done
numentries = 866038 / 10707624 = 0.081
4572 method selectors, 2342 classes
method table size 12713944 bytes, big table size 85660992
Number of Symbols 11134
Byte Code Size 349335
compiled 362 files in 0.53 seconds
compile done
Help tree read from cache in 0.0093131065368652 seconds
LID: event loop started
Class tree inited in 0.03 seconds
WARNING:
GUI.fromID : The GUI scheme 'swing' is not installed
The current scheme is still 'nil'!
Welcome to SuperCollider, for help type ctrl-c ctrl-h (Emacs) or
:SChelp (vim) or ctrl-U (sced/gedit)
booting 58009
/quit sent

Cannot connect to server socket err = Connection refused
Cannot connect to server socket
no message buffer overruns
no message buffer overruns
jackdmp 1.9.7
Copyright 2001-2005 Paul Davis and others.
Copyright 2004-2011 Grame.
jackdmp comes with ABSOLUTELY NO WARRANTY
This is free software, and you are welcome to redistribute it
under certain conditions; see the file COPYING for details
JACK server starting in realtime mode with priority 10
control device hw:0
control device hw:0
audio_reservation_init
Acquire audio card Audio0
creating alsa driver ... hw:0|hw:0|1024|2|48000|0|0|nomon|swmeter|-|32bit
control device hw:0
configuring for 48000Hz, period = 1024 frames (21.3 ms), buffer = 2
periods
ALSA: final selected sample format for capture: 32bit integer
little-endian
ALSA: use 2 periods for capture
ALSA: final selected sample format for playback: 32bit integer
little-endian
ALSA: use 2 periods for playback
JackProcessSync::LockedTimedWait error usec = 500 err = Connection
timed out
Driver is not running
Cannot create new client
JackSocketClientChannel read fail
Cannot open SuperCollider client
could not initialize audio.
jackd: ../common/JackGraphManager.cpp:45: void
Jack::JackGraphManager::AssertPort(jack_port_id_t): Assertion
`port_index < fPortMax' failed.
RESULT = 1
ERROR:
server failed to start


- --- System information. ---
Architecture: amd64
Kernel: Linux 3.0.0-1-amd64

Debian Release: wheezy/sid
990 testing security.debian.org
990 testing mirror.switch.ch
800 unstable mirror.switch.ch
150 experimental mirror.switch.ch

- --- Package information. ---
Depends (Version) | Installed
==-+-==
libc6 (>= 2.2.5) | 2.13-21
libgcc1 (>= 1:4.1.1) | 1:4.6.1-4
libreadline6 (>= 6.0) | 6.2-4
libsclang1 | 1:3.4.4-1
libstdc++6 (>= 4.1.1) | 4.6.1-4
supercollider-common (= 1:3.4.4-1) | 1:3.4.4-1
supercollider-server | 1:3.4.4-1


Package's Recommends field is empty.

Suggests (Version) | Installed
-+-===
subversion | 1.6.17dfsg-1
supercollider-doc | 1:3.4.4-1




-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQIcBAEBAgAGBQJOlBvMAAoJEMMF4eNtCPQViOQQAL8XudwmGZ+KSF1PwZrnAXaS
VCoUzqIY08c7QxSyDlrqHOBYVybSo8hf1a1317dfzFPVK4uCTYzfUZgbSSLyuuaJ
MgfAgD1LJsU6PFHuOPB2BF7NoUfZUoM2W06jRquymQ3PC3oR2V9WSofuAa3UnYpe
BV2uns1+vbnXQtaW9jOFxqdADbMJ8aTtj/qoGQvvvGUh9CnEpb9x4HlT6McmW3Wh
hJCqqG6IUt5G/W3FFVlpses7DG4+kNPSOyUyRDdYyhAiaTaoJt0+1Sb65NvZytY1
6XcPLKhl72MT3LTYY6VwAc41ugB7NzWff/rfw8LP5cjvDd+l/srof8WXlpvDVHZB
id+6EaLoa7u0bkmz7cz19gOH61DWf6Ng4VBfmz5Hjg747k6bSFySV/dPXdWsv9Ic
9TUZfj91WgymHQ4s6Yrh2Cz+XpAcY2u/izxDp10oT8B/yysGFS1M0lxuBFpKJCeA
SMOX8Hd4+GjUzFjrI1+RuBtXBHPeTqGkq0inD3mpBX/vjPKTJ6D6yskXtQa+lhMk
VEogGYrYU3iWoUzmcCpPo4YOWVD4d4ScULQCuj7qg6mmNij4CQvW1xJ3y2GAJWAt
POeqoq8KMZahIS+x4odg8iuxJngPOBTGuasrjpOl3AonvdaObe9GbRTEzVc6SbED
7ZynzFGCN7MPQT45HP7D
=re4a
-END PGP SIGNATURE-



--- End Message ---
--- Begin Mes

Bug#730391: mediatomb: Subtitles doesn't work on Samsung TV's

2013-11-24 Thread Piotr Górski
Subject: mediatomb: Subtitles doesn't work on Samsung TV's
Package: mediatomb
Version: 0.12.1-5
Severity: normal



-- System Information:
Debian Release: jessie/sid
  APT prefers testing-updates
  APT policy: (500, 'testing-updates'), (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 3.2.0-4-686-pae (SMP w/1 CPU core)
Locale: LANG=pl_PL.UTF-8, LC_CTYPE=pl_PL.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages mediatomb depends on:
ii  iceweasel [www-browser]  17.0.10esr-1~deb7u1
ii  links [www-browser]  2.8-1
ii  lynx-cur [www-browser]   2.8.8dev.12-2
ii  mediatomb-daemon 0.12.1-5
ii  w3m [www-browser]0.5.3-12

mediatomb recommends no packages.

mediatomb suggests no packages.

-- no debconf information

-- 

*Piotr Górski*
*Specjalista ds. Multimediów **| Multimedia Specialist*




*Concept Music Art Sp. z o.o.*
ul. Alfreda Dauna 70 | 30-629 Kraków
tel. +48.609.127.370

*www.cma.pl *



ESTRADA  *|*
STAGE
 *|* MULTIMEDIA  *|*
KONFERENCJE
 *|* CONFERENCES  *|*
EVENTY  *|* EVENTS
 *|* CATERING   



Concept Music Art Sp. z o.o. z siedzibą: ul. Alfreda Dauna 70, 30-629
Kraków, wpisana do Rejestru Przedsiębiorców prowadzonego przez Sąd Rejonowy
dla Krakowa-Śródmieścia w Krakowie,

Wydział IX Gospodarczy Krajowego Rejestru Sądowego, numer KRS 287685,
Kapitał zakładowy: 1 500 000,00 zł,  NIP 945-19-68-783, REGON 356549517

Treść tej wiadomości jest poufna i prawnie chroniona. Odbiorcą może być
jedynie jej adresat z wyłączeniem dostępu osób trzecich. Jeżeli nie jesteś
adresatem niniejszej wiadomości, powinieneś ją niezwłocznie usunąć,

jej rozpowszechnianie, kopiowanie, rozprowadzanie lub inne działanie o
podobnym charakterze jest prawnie zabronione i może być karalne.


samsung_video_subtitles.patch
Description: Binary data
___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers

Bug#728573: marked as done (supercollider: FTBFS on sparc and ppc but built there in the past)

2013-11-24 Thread Debian Bug Tracking System
Your message dated Sun, 24 Nov 2013 16:20:14 +
with message-id 
and subject line Bug#728573: fixed in supercollider 1:3.6.3~repack-4
has caused the Debian Bug report #728573,
regarding supercollider: FTBFS on sparc and ppc but built there in the past
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
728573: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=728573
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: supercollider
Version: 1:3.6.3~repack-3
Severity: serious

Hi,

supercollider FTBFS on the sparc and powerpc buildds, but was built
there successfully in the past.  Since sparc and powerpc are
candidates for release architectures, this failure prevents testing
migration.

~Niels

Ref: https://buildd.debian.org/status/package.php?p=supercollider
--- End Message ---
--- Begin Message ---
Source: supercollider
Source-Version: 1:3.6.3~repack-4

We believe that the bug you reported is fixed in the latest version of
supercollider, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 728...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Felipe Sateler  (supplier of updated supercollider package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 24 Nov 2013 12:50:24 -0300
Source: supercollider
Binary: supercollider supercollider-language supercollider-common 
supercollider-server supercollider-ide supercollider-supernova libscsynth1 
supercollider-dev supercollider-emacs supercollider-vim supercollider-gedit
Architecture: source all amd64
Version: 1:3.6.3~repack-4
Distribution: unstable
Urgency: low
Maintainer: Debian Multimedia Packages Maintainers 

Changed-By: Felipe Sateler 
Description: 
 libscsynth1 - SuperCollider synthesis server library
 supercollider - real time audio synthesis programming language
 supercollider-common - common files for SuperCollider
 supercollider-dev - development files for SuperCollider
 supercollider-emacs - SuperCollider mode for Emacs
 supercollider-gedit - SuperCollider mode for Gedit
 supercollider-ide - integrated development environment for supercollider audio 
system
 supercollider-language - real time audio synthesis programming language
 supercollider-server - real time audio synthesis server
 supercollider-supernova - real time audio synthesis server (multiprocessor 
version)
 supercollider-vim - SuperCollider mode for Vim
Closes: 722430 728573
Changes: 
 supercollider (1:3.6.3~repack-4) unstable; urgency=low
 .
   [ Dan Stowell ]
   * Use system libyaml-cpp0.3 (Closes: #722430)
   * Do not build/provide supernova on sparc/powerpc (Closes: #728573)
Checksums-Sha1: 
 8de30ab6bcd31650f3f5801aaeac4f32d7ad8a9f 3383 supercollider_3.6.3~repack-4.dsc
 02daf360289712b179d6dc4b8c60f89748ef2a54 70323 
supercollider_3.6.3~repack-4.debian.tar.gz
 2456e5563357d81bb8746b5d2d90451719a7821b 2540132 
supercollider-common_3.6.3~repack-4_all.deb
 f63a5c61f7c6bea0b6c2ec6502ecc44e9705de1b 80368 
supercollider-emacs_3.6.3~repack-4_all.deb
 9af1f5c6cd11bafb7f0de48c69625b8d098d33d7 56376 
supercollider-vim_3.6.3~repack-4_all.deb
 b780f040cc3eda3ade7ca17d05c4aa1421b6b50e 41726 
supercollider-gedit_3.6.3~repack-4_all.deb
 931baf2e7953d7f7818bcfd7aab501f058d1a965 34820 
supercollider_3.6.3~repack-4_amd64.deb
 8fb51995e319d44ac1c0003c32b70026b78c64ed 623820 
supercollider-language_3.6.3~repack-4_amd64.deb
 f9c335dab688c081bdc8f4aaac0039554f3c295c 380344 
supercollider-server_3.6.3~repack-4_amd64.deb
 155104d6f9767850a83cae76d3831ecae4f7db04 582518 
supercollider-ide_3.6.3~repack-4_amd64.deb
 14bd59a3e2d71cce4402969a231bad22f56161f6 590194 
supercollider-supernova_3.6.3~repack-4_amd64.deb
 777f665195ce659de60dc305996b6cfe9a49dcd2 136076 
libscsynth1_3.6.3~repack-4_amd64.deb
 4735f0074bda4edd78ece74bd7fa8c7899da410d 80198 
supercollider-dev_3.6.3~repack-4_amd64.deb
Checksums-Sha256: 
 cf08ee64b1c84003d7b7ffdaef9f31fa9c7b1226c9254dc304e124dbe54f3a2f 3383 
supercollider_3.6.3~repack-4.dsc
 5efbaf5270ae93e5d157b242264b12bbf71045e12f7500888b49a14559845323 70323 
supercollider_3.6.3~repack-4.debian.tar.gz
 77270026efce111fce5499a8ca0b755b5f510dd81ac5f22cf1fe70e13918985e 2540132 
superco

Bug#722430: marked as done (supercollider: Should use system yaml-cpp)

2013-11-24 Thread Debian Bug Tracking System
Your message dated Sun, 24 Nov 2013 16:20:14 +
with message-id 
and subject line Bug#722430: fixed in supercollider 1:3.6.3~repack-4
has caused the Debian Bug report #722430,
regarding supercollider: Should use system yaml-cpp
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
722430: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=722430
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: supercollider
Version: 1:3.6.3~repack-2
Severity: normal

Debian now has yaml-cpp, so supercollider should use it. Unfortunately,
sc requires yaml 0.3, so some porting seems to be required.

-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (101, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.10-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

-- no debconf information
--- End Message ---
--- Begin Message ---
Source: supercollider
Source-Version: 1:3.6.3~repack-4

We believe that the bug you reported is fixed in the latest version of
supercollider, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 722...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Felipe Sateler  (supplier of updated supercollider package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 24 Nov 2013 12:50:24 -0300
Source: supercollider
Binary: supercollider supercollider-language supercollider-common 
supercollider-server supercollider-ide supercollider-supernova libscsynth1 
supercollider-dev supercollider-emacs supercollider-vim supercollider-gedit
Architecture: source all amd64
Version: 1:3.6.3~repack-4
Distribution: unstable
Urgency: low
Maintainer: Debian Multimedia Packages Maintainers 

Changed-By: Felipe Sateler 
Description: 
 libscsynth1 - SuperCollider synthesis server library
 supercollider - real time audio synthesis programming language
 supercollider-common - common files for SuperCollider
 supercollider-dev - development files for SuperCollider
 supercollider-emacs - SuperCollider mode for Emacs
 supercollider-gedit - SuperCollider mode for Gedit
 supercollider-ide - integrated development environment for supercollider audio 
system
 supercollider-language - real time audio synthesis programming language
 supercollider-server - real time audio synthesis server
 supercollider-supernova - real time audio synthesis server (multiprocessor 
version)
 supercollider-vim - SuperCollider mode for Vim
Closes: 722430 728573
Changes: 
 supercollider (1:3.6.3~repack-4) unstable; urgency=low
 .
   [ Dan Stowell ]
   * Use system libyaml-cpp0.3 (Closes: #722430)
   * Do not build/provide supernova on sparc/powerpc (Closes: #728573)
Checksums-Sha1: 
 8de30ab6bcd31650f3f5801aaeac4f32d7ad8a9f 3383 supercollider_3.6.3~repack-4.dsc
 02daf360289712b179d6dc4b8c60f89748ef2a54 70323 
supercollider_3.6.3~repack-4.debian.tar.gz
 2456e5563357d81bb8746b5d2d90451719a7821b 2540132 
supercollider-common_3.6.3~repack-4_all.deb
 f63a5c61f7c6bea0b6c2ec6502ecc44e9705de1b 80368 
supercollider-emacs_3.6.3~repack-4_all.deb
 9af1f5c6cd11bafb7f0de48c69625b8d098d33d7 56376 
supercollider-vim_3.6.3~repack-4_all.deb
 b780f040cc3eda3ade7ca17d05c4aa1421b6b50e 41726 
supercollider-gedit_3.6.3~repack-4_all.deb
 931baf2e7953d7f7818bcfd7aab501f058d1a965 34820 
supercollider_3.6.3~repack-4_amd64.deb
 8fb51995e319d44ac1c0003c32b70026b78c64ed 623820 
supercollider-language_3.6.3~repack-4_amd64.deb
 f9c335dab688c081bdc8f4aaac0039554f3c295c 380344 
supercollider-server_3.6.3~repack-4_amd64.deb
 155104d6f9767850a83cae76d3831ecae4f7db04 582518 
supercollider-ide_3.6.3~repack-4_amd64.deb
 14bd59a3e2d71cce4402969a231bad22f56161f6 590194 
supercollider-supernova_3.6.3~repack-4_amd64.deb
 777f665195ce659de60dc305996b6cfe9a49dcd2 136076 
libscsynth1_3.6.3~repack-4_amd64.deb
 4735f0074bda4edd78ece74bd7fa8c7899da410d 80198 
supercollider-dev_3.6.3~repack-4_amd64.deb
Checksums-Sha256: 
 cf08ee64b1c84003d7b7ffdaef9f31fa9c7b1226c9254dc304e124dbe54f3a2f 3383 
supercollider_3.6.3~repack-4.dsc
 5efbaf5270ae93e5d157

supercollider_3.6.3~repack-4_amd64.changes ACCEPTED into unstable

2013-11-24 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 24 Nov 2013 12:50:24 -0300
Source: supercollider
Binary: supercollider supercollider-language supercollider-common 
supercollider-server supercollider-ide supercollider-supernova libscsynth1 
supercollider-dev supercollider-emacs supercollider-vim supercollider-gedit
Architecture: source all amd64
Version: 1:3.6.3~repack-4
Distribution: unstable
Urgency: low
Maintainer: Debian Multimedia Packages Maintainers 

Changed-By: Felipe Sateler 
Description: 
 libscsynth1 - SuperCollider synthesis server library
 supercollider - real time audio synthesis programming language
 supercollider-common - common files for SuperCollider
 supercollider-dev - development files for SuperCollider
 supercollider-emacs - SuperCollider mode for Emacs
 supercollider-gedit - SuperCollider mode for Gedit
 supercollider-ide - integrated development environment for supercollider audio 
system
 supercollider-language - real time audio synthesis programming language
 supercollider-server - real time audio synthesis server
 supercollider-supernova - real time audio synthesis server (multiprocessor 
version)
 supercollider-vim - SuperCollider mode for Vim
Closes: 722430 728573
Changes: 
 supercollider (1:3.6.3~repack-4) unstable; urgency=low
 .
   [ Dan Stowell ]
   * Use system libyaml-cpp0.3 (Closes: #722430)
   * Do not build/provide supernova on sparc/powerpc (Closes: #728573)
Checksums-Sha1: 
 8de30ab6bcd31650f3f5801aaeac4f32d7ad8a9f 3383 supercollider_3.6.3~repack-4.dsc
 02daf360289712b179d6dc4b8c60f89748ef2a54 70323 
supercollider_3.6.3~repack-4.debian.tar.gz
 2456e5563357d81bb8746b5d2d90451719a7821b 2540132 
supercollider-common_3.6.3~repack-4_all.deb
 f63a5c61f7c6bea0b6c2ec6502ecc44e9705de1b 80368 
supercollider-emacs_3.6.3~repack-4_all.deb
 9af1f5c6cd11bafb7f0de48c69625b8d098d33d7 56376 
supercollider-vim_3.6.3~repack-4_all.deb
 b780f040cc3eda3ade7ca17d05c4aa1421b6b50e 41726 
supercollider-gedit_3.6.3~repack-4_all.deb
 931baf2e7953d7f7818bcfd7aab501f058d1a965 34820 
supercollider_3.6.3~repack-4_amd64.deb
 8fb51995e319d44ac1c0003c32b70026b78c64ed 623820 
supercollider-language_3.6.3~repack-4_amd64.deb
 f9c335dab688c081bdc8f4aaac0039554f3c295c 380344 
supercollider-server_3.6.3~repack-4_amd64.deb
 155104d6f9767850a83cae76d3831ecae4f7db04 582518 
supercollider-ide_3.6.3~repack-4_amd64.deb
 14bd59a3e2d71cce4402969a231bad22f56161f6 590194 
supercollider-supernova_3.6.3~repack-4_amd64.deb
 777f665195ce659de60dc305996b6cfe9a49dcd2 136076 
libscsynth1_3.6.3~repack-4_amd64.deb
 4735f0074bda4edd78ece74bd7fa8c7899da410d 80198 
supercollider-dev_3.6.3~repack-4_amd64.deb
Checksums-Sha256: 
 cf08ee64b1c84003d7b7ffdaef9f31fa9c7b1226c9254dc304e124dbe54f3a2f 3383 
supercollider_3.6.3~repack-4.dsc
 5efbaf5270ae93e5d157b242264b12bbf71045e12f7500888b49a14559845323 70323 
supercollider_3.6.3~repack-4.debian.tar.gz
 77270026efce111fce5499a8ca0b755b5f510dd81ac5f22cf1fe70e13918985e 2540132 
supercollider-common_3.6.3~repack-4_all.deb
 4ab68aaac079c9dff113157c93bf84d564c7bbb750bcff1c2c0a8269588251dc 80368 
supercollider-emacs_3.6.3~repack-4_all.deb
 970afd592f36a9f55b75f93ee04b564d082a5734db85fdfafeb64238eb70428c 56376 
supercollider-vim_3.6.3~repack-4_all.deb
 16d42a3de6e9de44b0c08aac1a19cacb0aeac04568db44c7bba4e49be48cc2e7 41726 
supercollider-gedit_3.6.3~repack-4_all.deb
 1fa781a5f913debe2eeaee4eb2faf97ae9c5ad376439cc23a737eae8e465db61 34820 
supercollider_3.6.3~repack-4_amd64.deb
 cafb2d9b9b6eeed4cf392c838e4b7c9fb3a8e0120df914cf4eb5d4becbc9eb1a 623820 
supercollider-language_3.6.3~repack-4_amd64.deb
 237228d40b53710fa7f7145230219be1c2f95b895fed5212f2f360a3e02edc5e 380344 
supercollider-server_3.6.3~repack-4_amd64.deb
 df750c0bb0fd8eb528230f08044db1b3088bf6757cd26a3033bcd32b3aa668e5 582518 
supercollider-ide_3.6.3~repack-4_amd64.deb
 bb4c338873781d78096a7da7f5201dc610c1917596209282d1828a08eccea041 590194 
supercollider-supernova_3.6.3~repack-4_amd64.deb
 f217d382fd9fe9ba0011840f09f3edc95d42441f11a1c2f2cd8c0df2844d940b 136076 
libscsynth1_3.6.3~repack-4_amd64.deb
 d15661423b1e35b2b999da49fc25ed9dbef82cbef71b468500687e8a9b554731 80198 
supercollider-dev_3.6.3~repack-4_amd64.deb
Files: 
 03a32576244a20c9c1c0caaf1516d751 3383 sound optional 
supercollider_3.6.3~repack-4.dsc
 d1e53fbdd7f58f5de4ca3c93153934e8 70323 sound optional 
supercollider_3.6.3~repack-4.debian.tar.gz
 7305a59796d5ec2a27c7b900c88a41f3 2540132 sound optional 
supercollider-common_3.6.3~repack-4_all.deb
 89fe8f40994dab8690121fd82126c7bd 80368 sound optional 
supercollider-emacs_3.6.3~repack-4_all.deb
 055db8031a2bf46fdc15f2a07e3fa66d 56376 sound optional 
supercollider-vim_3.6.3~repack-4_all.deb
 fc6f84101a70d9c0c4668dba1ef723e3 41726 sound optional 
supercollider-gedit_3.6.3~repack-4_all.deb
 08a28502d980d024080b31f3950646c4 34820 sound optional 
supercollider_3.6.3~repack-4_amd64.deb
 ba3d0bc34ecdfb799e074b2056a90fd1 623820 sound optional 
supercollider-language_3.6.3~repack-4_amd64.deb
 669b0896fcd8

Processing of supercollider_3.6.3~repack-4_amd64.changes

2013-11-24 Thread Debian FTP Masters
supercollider_3.6.3~repack-4_amd64.changes uploaded successfully to localhost
along with the files:
  supercollider_3.6.3~repack-4.dsc
  supercollider_3.6.3~repack-4.debian.tar.gz
  supercollider-common_3.6.3~repack-4_all.deb
  supercollider-emacs_3.6.3~repack-4_all.deb
  supercollider-vim_3.6.3~repack-4_all.deb
  supercollider-gedit_3.6.3~repack-4_all.deb
  supercollider_3.6.3~repack-4_amd64.deb
  supercollider-language_3.6.3~repack-4_amd64.deb
  supercollider-server_3.6.3~repack-4_amd64.deb
  supercollider-ide_3.6.3~repack-4_amd64.deb
  supercollider-supernova_3.6.3~repack-4_amd64.deb
  libscsynth1_3.6.3~repack-4_amd64.deb
  supercollider-dev_3.6.3~repack-4_amd64.deb

Greetings,

Your Debian queue daemon (running on host franck.debian.org)

___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers


Re: Bug#730305: RFP: zam-plugins -- Collection of LV2/LADSPA audio plugins for high quality processing

2013-11-24 Thread Jaromír Mikeš
2013/11/23 Adrian Knoth 

> On 11/23/13 20:24, Adrian Knoth wrote:
>
>  Package: wnpp
>> Severity: wishlist
>>
>> * Package name: zam-plugins
>>Version : git
>>Upstream Author : Damien Zammit 
>> * URL : http://www.zamaudio.com/?p=870
>> * License : GPL-2+
>>Programming Lang: C/C++
>>Description : Collection of LV2/LADSPA audio plugins for high
>>quality processing
>>
>
> JFTR, Damien approached me on IRC. Any takers? ;)
>
>
> Cheers


Hi Adrian,

I am interested ... are you going to be uploader too?
Can we get conventional tarball for upstream to be published?
Tracking git repo with submodules is bit tricky for watch file.

regards

mira
___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers

Re: Bug#728573: supercollider: FTBFS on sparc and ppc but built there in the past

2013-11-24 Thread Dan S
2013/11/6 Felipe Sateler :
> On Sun, Nov 3, 2013 at 7:44 AM, Dan S  wrote:
>>
>> Thanks. As discussed previously on pkg-multimedia-maintainers, I
>> propose that we restrict archs for one package
>> "supercollider-supernova". The package is optional for users (it's a
>> non-default drop-in alternative to "supercollider-server") and there
>> is very little upstream support for getting it working across archs.
>> It uses some fancy coding and boost libs that I'm not familiar with,
>> and these are what incur these build fails. I know it would be great
>> to avoid having to special-case any archs, but I don't see where the
>> expertise will come from to do this, and supercollider is
>> fully-functional without that package.
>
> I thought sc used the problematic boost libs elsewhere so this was not
> really a workable solution...

Hi all - just tested this on sparc/ppc porterboxes and the proposed
fix works. I've pushed the fix to git.debian.org - please could I
request a new upload, so that it's possible for the supercollider
packages to go eventually to testing?

Dan

___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers


Re: openni_1.5.4.0-6_amd64.changes ACCEPTED into unstable, unstable

2013-11-24 Thread Jochen Sprickerhof
Hi Hans-Christoph,

* Hans-Christoph Steiner  [2013-11-23 13:28]:
> * the descriptions in debian/control still mention avin2.  Could you add
> something about what makes this 'pointclouds' fork different than the official
> one, and avin2?

Done in 579de11.

> * does openni-sensor-pointclouds conflict with the potentially upcoming
> openni-sensor-primesense and openni-sensor-avin2?  I.e. do they share paths to
> the same files?  If so, that will need to be marked in the package once those
> others are added.

Done in d4ba911.

> * as for uploading openni-sensor-primesense, isn't that just a matter of
> removing the patches that are specific to avin2 and pointclouds?  That one
> seemed ready to go for me, except for the issue of new features being added by
> patches in debian/patches.

The package descriptions would need an update as well, otherwise it
should be fine.

Cheers Jochen

___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers


Re: Join to pkg-multimedia team

2013-11-24 Thread Jaromír Mikeš
2013/11/24 Mateusz Łukasik 

> Hi everybody,
>
> I would like to join the team to help create multimedia packages. In
> addition, also add ulation multimedia packages. I have experience with
> creating packages and upgrading sources.
>
> Cheers,
>
> Mateusz
>
> ___
> pkg-multimedia-maintainers mailing list
> pkg-multimedia-maintainers@lists.alioth.debian.org
> http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/
> pkg-multimedia-maintainers
>

Hi Mateusz,

I just added you.

Welcome

mira
___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers

Join to pkg-multimedia team

2013-11-24 Thread Mateusz Łukasik

Hi everybody,

I would like to join the team to help create multimedia packages. In
addition, also add ulation multimedia packages. I have experience with
creating packages and upgrading sources.

Cheers,

Mateusz

___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers


Bug#730308: marked as done (x42-plugins: FTBFS: cc1: error: unrecognized command line option '-msse')

2013-11-24 Thread Debian Bug Tracking System
Your message dated Sun, 24 Nov 2013 09:50:08 +
with message-id 
and subject line Bug#730308: fixed in x42-plugins 20131119-2
has caused the Debian Bug report #730308,
regarding x42-plugins: FTBFS: cc1: error: unrecognized command line option 
'-msse'
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
730308: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=730308
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: x42-plugins
Version: 20131119-1
Severity: serious
Tags: patch
User: debian-powerpc...@breakpoint.cc
Usertags: powerpcspe

Hi,

x42-plugins FTBFS on some arches, similar to #728411:

...
cc -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 
-Wformat -Werror=format-security -DXTERNAL_UI -fPIC -msse -msse2 -mfpmath=sse 
-ffast-math -fomit-frame-pointer -O3 -fno-finite-math-only `pkg-config --cflags 
lv2` -std=c99 \
  -o build/sisco.so src/sisco.c \
  -shared -Wl,-Bstatic -Wl,-Bdynamic -Wl,-z,relro
cc1: error: unrecognized command line option '-msse'
cc1: error: unrecognized command line option '-msse2'
cc1: error: unrecognized command line option '-mfpmath=sse'
make[3]: *** [build/sisco.so] Error 1
make[3]: Leaving directory `/«PKGBUILDDIR»/sisco.lv2'
make[2]: *** [sisco.lv2] Error 2
make[2]: Leaving directory `/«PKGBUILDDIR»'
make[1]: *** [override_dh_auto_build] Error 2
make[1]: Leaving directory `/«PKGBUILDDIR»'
make: *** [build-arch] Error 2
...

Although fixed in #728411, it comes back with another instance in another
Makefile in the new upstream version. The attached patch fixes it.

Roland


-- System Information:
Debian Release: 7.0
  APT prefers unreleased
  APT policy: (500, 'unreleased'), (500, 'unstable')
Architecture: powerpcspe (ppc)

Kernel: Linux 3.9.0-dirty (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_GB.UTF-8)
Shell: /bin/sh linked to /bin/dash
--- x42-plugins-20131119/sisco.lv2/Makefile.orig	2013-11-23 20:18:53.716083604 +0100
+++ x42-plugins-20131119/sisco.lv2/Makefile	2013-11-23 20:19:12.764166058 +0100
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 
-OPTIMIZATIONS ?= -msse -msse2 -mfpmath=sse -ffast-math -fomit-frame-pointer -O3 -fno-finite-math-only
+OPTIMIZATIONS ?= -ffast-math -fomit-frame-pointer -O3 -fno-finite-math-only
 PREFIX ?= /usr/local
 CFLAGS ?= -g -Wall -Wno-unused-function
 LIBDIR ?= lib
--- End Message ---
--- Begin Message ---
Source: x42-plugins
Source-Version: 20131119-2

We believe that the bug you reported is fixed in the latest version of
x42-plugins, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 730...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Jaromír Mikeš  (supplier of updated x42-plugins package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 24 Nov 2013 10:19:36 +0100
Source: x42-plugins
Binary: x42-plugins
Architecture: source amd64
Version: 20131119-2
Distribution: unstable
Urgency: low
Maintainer: Debian Multimedia Maintainers 

Changed-By: Jaromír Mikeš 
Description: 
 x42-plugins - Collection of LV2 plugins
Closes: 730308
Changes: 
 x42-plugins (20131119-2) unstable; urgency=low
 .
   * Remove sse optimalization also from sisco (Closes: #730308).
Checksums-Sha1: 
 ec171d5882e39f8fc973f18d42ef8add4aa06858 2288 x42-plugins_20131119-2.dsc
 0b1ad8f7ba6fe935858e2b4f5ebc6c1b04533ce0 3314 
x42-plugins_20131119-2.debian.tar.gz
 18684c9cf20418c575c34b445f029b166dc7bbe5 815994 
x42-plugins_20131119-2_amd64.deb
Checksums-Sha256: 
 a65ecfb6b3ad2dbdf557b8da8602780a48c0617425b0008259076f4df2b03607 2288 
x42-plugins_20131119-2.dsc
 2e5c89de4b8b9184d31abc0c6effce0939468bbf55929896169258d42bdc0093 3314 
x42-plugins_20131119-2.debian.tar.gz
 7577b92b735e4f50e115fa69ebbc9708410e2e377968558bc07521e1d5c19d96 815994 
x42-plugins_20131119-2_amd64.deb
Files: 
 6d7616bff965074265c48eecfab4658e 2288 sound optional x42-plugins_20131119-2.dsc
 0140ba87d408797aec2447abf2bd748d 3314 sound optional 
x42-plugins_20131119-2.debian.tar.gz
 f8877d6fc8d4239ccfeae35be3bd67d8 815994 sound optional 
x42-plugins_20131119-2_amd64.deb

-BEGIN PGP SIGNATURE-
Version:

Bug#730108: vamp-plugin-sdk: Unnecessarily shipped libtool archive (.la) files are invalid

2013-11-24 Thread Jaromír Mikeš
2013/11/21 Benjamin Drung 

> Package: vamp-plugin-sdk
> Version: 2.1-1
> Severity: important
>
> Dear Maintainer,
>
> The libtool archive files /usr/lib/libvamp-hostsdk.la and /usr/lib/
> libvamp-sdk.la are
> invalid and break building packages with libtool. Please remove these
> files from the
> package in stable. They are already removed in testing and unstable.
>
> Steps to reproduce:
>
> $ echo "main() { return 0; }" > main.c
> $ libtool --mode=link g++ main.c -o main $(pkg-config vamp-hostsdk --libs)
> libtool: link: `/usr/lib//libvamp-hostsdk.la' is not a valid libtool
> archive
>
> ___
> pkg-multimedia-maintainers mailing list
> pkg-multimedia-maintainers@lists.alioth.debian.org
>
> http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers
>

Hi Benjamin,

I would be happy to fix this issue for stable, but we are now at 2.5
upstream version now.
It is probably anyway possible to fix, but I never did it before.
Can you advise me please?

best regards

mira
___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers

x42-plugins_20131119-2_amd64.changes ACCEPTED into unstable

2013-11-24 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 24 Nov 2013 10:19:36 +0100
Source: x42-plugins
Binary: x42-plugins
Architecture: source amd64
Version: 20131119-2
Distribution: unstable
Urgency: low
Maintainer: Debian Multimedia Maintainers 

Changed-By: Jaromír Mikeš 
Description: 
 x42-plugins - Collection of LV2 plugins
Closes: 730308
Changes: 
 x42-plugins (20131119-2) unstable; urgency=low
 .
   * Remove sse optimalization also from sisco (Closes: #730308).
Checksums-Sha1: 
 ec171d5882e39f8fc973f18d42ef8add4aa06858 2288 x42-plugins_20131119-2.dsc
 0b1ad8f7ba6fe935858e2b4f5ebc6c1b04533ce0 3314 
x42-plugins_20131119-2.debian.tar.gz
 18684c9cf20418c575c34b445f029b166dc7bbe5 815994 
x42-plugins_20131119-2_amd64.deb
Checksums-Sha256: 
 a65ecfb6b3ad2dbdf557b8da8602780a48c0617425b0008259076f4df2b03607 2288 
x42-plugins_20131119-2.dsc
 2e5c89de4b8b9184d31abc0c6effce0939468bbf55929896169258d42bdc0093 3314 
x42-plugins_20131119-2.debian.tar.gz
 7577b92b735e4f50e115fa69ebbc9708410e2e377968558bc07521e1d5c19d96 815994 
x42-plugins_20131119-2_amd64.deb
Files: 
 6d7616bff965074265c48eecfab4658e 2288 sound optional x42-plugins_20131119-2.dsc
 0140ba87d408797aec2447abf2bd748d 3314 sound optional 
x42-plugins_20131119-2.debian.tar.gz
 f8877d6fc8d4239ccfeae35be3bd67d8 815994 sound optional 
x42-plugins_20131119-2_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.15 (GNU/Linux)

iQIcBAEBAgAGBQJSkcouAAoJEFsBlFXiuE+lijUP/2MmEl+uF0lO6EigkZOZhKXv
zo7yrv39MJN5PTZBkwdIrat1xlWt/gEdjqdqmHCjmznbAb7RZtlCsf92v2l1kAZz
q0kabLBgcLvhuUxhh5uTq+2AaREJo8rcpaLF8OqIKL7O4gWm9NAVVFakM0Y7dR4q
/fwDBeYZyxtmva+7Zpf3ySU7Y8OcY2xUuq22KT7/FxQ9/041/IQGEhNmLtUQKJIL
9Z+aOsEYxEcBQjS/dkOn+TgDYu7EjnmnmEeE1ysMMO5BeI2tbIHUlG+Uu1rim8KR
qvvlyqg594Y9HXj9yyuHxxAiPUfl312dPT2X9YMjcghc1R36kt0jeqCQwd93E+Tt
QQIhP/Pqy/ZjYGbtDIDThRQJ+NLcabCl7LYkOYsOoh3ESNp2iTrVlpxwNOclztbK
UtMWZyrhzuJezWCfltOjt7JxNQ6qAQyMnbfyF6OwBoy/V6fJSyQkPdHh8PjfrOUp
V56u9DNXW7VILWWLfCd6OUCokzzXeN3YnQK7OQComo37fRi5uPAE8ClWRZaVFToD
iaS5MEehN3BWlmoRW/kpBEf9+aLHvrfX9zmICT5ChUbf2yTAanav3iXFph7jkklZ
Anu57mywtjJzhbvbxpuxNYD5VFaut4ytKfdfYFxZD/U/QrBh+tK6THTUFwmZUBjM
2gCSWk8U1/9QZZspSJjS
=XroQ
-END PGP SIGNATURE-


Thank you for your contribution to Debian.

___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers

Processing of x42-plugins_20131119-2_amd64.changes

2013-11-24 Thread Debian FTP Masters
x42-plugins_20131119-2_amd64.changes uploaded successfully to localhost
along with the files:
  x42-plugins_20131119-2.dsc
  x42-plugins_20131119-2.debian.tar.gz
  x42-plugins_20131119-2_amd64.deb

Greetings,

Your Debian queue daemon (running on host franck.debian.org)

___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers