Bug#683042: debian/copyright: No information of embedded external libraries

2012-07-28 Thread Matteo F. Vescovi
On Sat, Jul 28, 2012 at 3:27 AM, IRIE Shinsuke irieshins...@yahoo.co.jp wrote:
 debian/copyright doesn't include the copyright information of the
 external libraries such as libmv, Eigen3, and Bullet Physics which
 are included in orig.tar.bz2 file and will be statically linked.

 Also, there are some codes partially imported from external projects.
 For example, functions for detecting a pen tablet device were copied
 from Wine 1.1.13 (See intern/ghost/intern/GHOST_WindowX11.cpp).

I'm quite busy with my work in this period.
So, since this task is easy enough for everyone, patches fixing this issue
are really appreciated.
I'll review them once I'll find a minute for it and eventually I'll
apply them if
they sound good to me.

Thanks for your help

Cheers.

-- 
Matteo F. Vescovi
Debian Maintainer
GnuPG KeyID: 83B2CF7A

___
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: blender thumbnailer

2012-07-28 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 severity 683046 minor
Bug #683046 [blender] Thumbnailer is not registered automatically
Severity set to 'minor' from 'normal'
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
683046: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=683046
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


Comments regarding soundgrain_4.1.1-1_amd64.changes

2012-07-28 Thread Luca Falavigna
Hi,

you lack a versioned build-depends on python-all-dev for proper dh_python2
support, it should be (= 2.6.6-3~).
Also, XS-Python-Version should become X-Python-Version.

Cheers,
Luca



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


soundgrain_4.1.1-1_amd64.changes ACCEPTED into unstable

2012-07-28 Thread Debian FTP Masters



Accepted:
soundgrain_4.1.1-1.debian.tar.gz
  to main/s/soundgrain/soundgrain_4.1.1-1.debian.tar.gz
soundgrain_4.1.1-1.dsc
  to main/s/soundgrain/soundgrain_4.1.1-1.dsc
soundgrain_4.1.1-1_amd64.deb
  to main/s/soundgrain/soundgrain_4.1.1-1_amd64.deb
soundgrain_4.1.1.orig.tar.bz2
  to main/s/soundgrain/soundgrain_4.1.1.orig.tar.bz2


Changes:
soundgrain (4.1.1-1) unstable; urgency=low
 .
  * Initial release. (Closes: #681611)


Override entries for your package:
soundgrain_4.1.1-1.dsc - optional sound
soundgrain_4.1.1-1_amd64.deb - optional sound

Announcing to debian-devel-chan...@lists.debian.org
Closing bugs: 681611 


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


Bug#683078: l10n UI unreadable at all (can't load international font)

2012-07-28 Thread IRIE Shinsuke
Package: blender
Version: 2.63a-1

When starting Blender, I get many annoying warnings as follows:

Can't load font: default from memory!!
Warning: Can't found default font!!
Warning: Can't found default font!!
Warning: Can't found default font!!
Warning: Can't found default font!!
Warning: Can't found default font!!
Warning: Can't found default font!!
Warning: Can't found default font!!
Warning: Can't found default font!!
Warning: Can't found default font!!
Warning: Can't found default font!!
Warning: Can't found default font!!
Warning: Can't found default font!!
Warning: Can't found default font!!
Warning: Can't found default font!!
Warning: Can't found default font!!
Warning: Can't found default font!!
Warning: Can't found default font!!
Warning: Can't found default font!!
Warning: Can't found default font!!
Warning: Can't found default font!!
Warning: Can't found default font!!
Warning: Can't found default font!!
Warning: Can't found default font!!
Warning: Can't found default font!!
Warning: Can't found default font!!
Warning: Can't found default font!!
Warning: Can't found default font!!
Warning: Can't found default font!!
Warning: Can't found default font!!
Warning: Can't found default font!!
Warning: Can't found default font!!
Warning: Can't found default font!!
Warning: Can't found default font!!
Warning: Can't found default font!!
Warning: Can't found default font!!
Warning: Can't found default font!!
Warning: Can't found default font!!
Warning: Can't found default font!!
Warning: Can't found default font!!

And indeed UI is not displayed with Droid Sans Regular font.
Especially, if I attempt to use UI translated into Japanese,
all Japanese characters appear as unreadable blank squares.

I investigated 0009-look_for_droid_ttf_with_fontconfig.patch
and found that BLI_file_to_mem() in fileops.c doesn't work.
fread() in this function returns 0 or 1, not actual readsize,
so the font file cannot be read to memory area properly.

To fix this bug,

  readsize= fread(mem+size, chunk_size,1,file);

has to be modified as follows:

  readsize= fread(mem+size, 1, chunk_size, file);

-- IRIE Shinsuke

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


python-pyknon_1.0-1_amd64.changes REJECTED

2012-07-28 Thread Luca Falavigna
As requested by tiago



===

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


___
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 python-pyknon_1.0-1_amd64.changes

2012-07-28 Thread Debian FTP Masters
python-pyknon_1.0-1_amd64.changes uploaded successfully to localhost
along with the files:
  python-pyknon_1.0-1.dsc
  python-pyknon_1.0.orig.tar.gz
  python-pyknon_1.0-1.debian.tar.gz
  python-pyknon_1.0-1_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


python-pyknon_1.0-1_amd64.changes is NEW

2012-07-28 Thread Debian FTP Masters
Your package contains new components which requires manual editing of
the override file.  It is ok otherwise, so please be patient.  New
packages are usually added to the override file about once a week.

___
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: RFC: Getting HandBrake working in Debian

2012-07-28 Thread Rogério Brito
Hi, Fabian and others.

On Fri, Jul 6, 2012 at 10:06 AM, Fabian Greffrath fab...@greffrath.com wrote:
 haven't heard for a while and just want to ask if you are still working on
 the handbrake package?

Sorry for not sending news. I am busy in real life but some days ago I
pushed some changes to our repository, including version 0.9.8 (the
previous one was 0.9.6). Can you please take a look at those?

Oh, BTW, the developers of handbrake have included a patch to libmkv.
We should, perhaps, upload a new version of libmkv to the archives,
since it will make life easier for packaging handbrake and I don't
think that it will interfere with other packages (AFAIK, handbrake is
the only reverse dependency of libmkv).

Otherwise, commenting some lines in the mkv mux/demuxing in handbrake
is enough to get handbrake 0.9.8 to compile. I am using this right now
and it works well (well, my private copy still uses mp4v2 and faac,
though).

Upstream's trunk is now using more patched versions of other libraries
(IIRC, a52, at least), which means that we should keep filtering the
patches and uploading things to experimental, so that we don't diverge
too much from upstream.

Anyway, the trunk version has support for bob deinterlacing which is
something that I really, really want to convert some videos of my son
(unfortunately, my camera only records interlaced videos). It also
seems that the trunk version has support for subtitles that my
camera generates in the form of PGS subtitles. That will be cool to
have.

Well, those are my intentions and short-term plans. Again, I would
love to have some peer-reviewing of the packaging so far. I have some
comments about your commits to the repository, but I will save them
for later.


Thanks for the ping,

-- 
Rogério Brito : rbrito@{ime.usp.br,gmail.com} : GPG key 4096R/BCFC
http://rb.doesntexist.org/blog : Projects : https://github.com/rbrito/
DebianQA: http://qa.debian.org/developer.php?login=rbrito%40ime.usp.br

___
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#683030: unblock: vlc/2.0.3-1

2012-07-28 Thread Adam D. Barratt
On Sat, 2012-07-28 at 15:54 +0100, Adam D. Barratt wrote:
 Depends: vlc libav (not considered)
 
 The new libav does not have an unblock request ttbomk and from a quick
 look at the diff I'm not prepared to unblock it without at least some
 discussion (there are changes which don't appear to be mentioned in the
 changelog and some of the changes listed in the changelog don't actually
 appear tohave been made).

Looking again and reading through the associated bug reports, it looks a
bit better than I thought; I really shouldn't have to read through
longish bug report logs to find out why a change has been made to the
packaging, however.

libav maintainers (Cced):

- the changelog for -5 mentions making transitional packages arch:all,
but not a number of removals of Multi-Arch: foreign that seem to have
been applied to some packages.

- the changelog also doesn't mention the dropping of the ffmpeg
Provides.

- this change looks slightly odd:

  * Do not run doxygen if it is not installed.

doxygen is in B-D-Indep and only appears to be used when building the
arch:all -doc package.  On that basis, why would it not always be
installed when required?

Regards,

Adam


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


volti 0.2.3-4 MIGRATED to testing

2012-07-28 Thread Debian testing watch
FYI: The status of the volti source package
in Debian's testing distribution has changed.

  Previous version: 0.2.3-3
  Current version:  0.2.3-4

-- 
This email is automatically generated once a day.  As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See http://release.debian.org/testing-watch/ for more information.

___
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: Porterbox access and build-dependencies installation

2012-07-28 Thread Felipe Sateler
On Mon, Jul 23, 2012 at 10:02 AM, Cyril Brulebois k...@debian.org wrote:
 Hi,

 Felipe Sateler fsate...@debian.org (23/07/2012):
 Dear DSA, could access to arm*[1], powerpc and ia64 be granted to Dan
 Stowell, to work out the build failures of supercollider? We have
 iterated a few patches with some success, but in order to stop wasting
 buildd time it would be better to debug the issues directly.

 Since Dan is the maintainer that knows upstream code the most, it
 would be best if it was he who debugged these issues. Would it be
 possible to give Dan access to the porterboxes and install
 supercollider dependencies on these?

 I think you want to read up that doc:
   http://dsa.debian.org/doc/guest-account/

Dear DSA, in the mean time, could you please install the build-deps in
arm*, ia64 and powerpc? We have a patch sitting in the bts for arm*
that I'd like to test it before including. I'd also try to give a shot
at the other archs while we wait for dan.

-- 

Saludos,
Felipe Sateler

___
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#648782: marked as done (FTBFS due to undefined symbols)

2012-07-28 Thread Debian Bug Tracking System
Your message dated Sat, 28 Jul 2012 15:11:05 -0400
with message-id 
caafdzj9ytmkguu9nrgfszjxzg8guxvuhzeochkccjdscz7u...@mail.gmail.com
and subject line Fixed upstream in 3.4.5
has caused the Debian Bug report #648782,
regarding FTBFS due to undefined symbols
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.)


-- 
648782: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=648782
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: supercollider
Version: 1:3.4.4-2

A recent rebuild test in Ubuntu for supercollider 1:3.4.4-2 shows that
it fails to build [1], due to restrictions imposed at linking time:

g++ -o build/sclang -Wl,-rpath-link,build -Wl,-rpath-link,/usr/lib
-lreadline Source/lang/LangSource/cmdLineFuncs.o -Lbuild -lsclang
build/libsclang.so: undefined reference to `cwiid_set_rumble'
build/libsclang.so: undefined reference to `uregex_groupCount_44'
build/libsclang.so: undefined reference to `rl_reset_line_state'
build/libsclang.so: undefined reference to `rl_bind_key'
build/libsclang.so: undefined reference to `cwiid_set_mesg_callback'
build/libsclang.so: undefined reference to `rl_event_hook'
build/libsclang.so: undefined reference to `rl_replace_line'
build/libsclang.so: undefined reference to `u_charsToUChars_44'
build/libsclang.so: undefined reference to `rl_set_keyboard_input_timeout'
build/libsclang.so: undefined reference to `rl_redisplay'
build/libsclang.so: undefined reference to `rl_crlf'
build/libsclang.so: undefined reference to `cwiid_set_err'
build/libsclang.so: undefined reference to `cwiid_set_led'
build/libsclang.so: undefined reference to `cwiid_set_rpt_mode'
build/libsclang.so: undefined reference to `rl_basic_word_break_characters'
build/libsclang.so: undefined reference to `rl_readline_name'
build/libsclang.so: undefined reference to `cwiid_close'
build/libsclang.so: undefined reference to `readline'
build/libsclang.so: undefined reference to `cwiid_enable'
build/libsclang.so: undefined reference to `uregex_findNext_44'
build/libsclang.so: undefined reference to `cwiid_open'
build/libsclang.so: undefined reference to `uregex_start_44'
build/libsclang.so: undefined reference to `add_history'
build/libsclang.so: undefined reference to `uregex_open_44'
build/libsclang.so: undefined reference to `uregex_end_44'
build/libsclang.so: undefined reference to `cwiid_disable'
build/libsclang.so: undefined reference to `uregex_setText_44'
build/libsclang.so: undefined reference to `cwiid_get_id'
collect2: ld returned 1 exit status

Readline, libicu and cwiid do not appear to be linked against in the
right order in the build process, which yields the undefined
references above. The same error happens on all architectures we test
[2] (amd64, i386, armel, powerpc), but I suspect it also comes up on
the other architectures in Debian as well.

Attached is a patch that resolves the issue, it would be helpful if
you could include it in your package or review it.

[1] 
https://launchpadlibrarian.net/84969289/buildlog_ubuntu-precise-amd64.supercollider_1%3A3.4.4-2_FAILEDTOBUILD.txt.gz
[2] https://launchpad.net/ubuntu/+source/supercollider/1:3.4.4-2

Kind regards,

Mathieu Trudel-Lapierre mathieu...@gmail.com
Freenode: cyphermox, Jabber: mathieu...@gmail.com
4096R/EE018C93 1967 8F7D 03A1 8F38 732E  FF82 C126 33E1 EE01 8C93
From: Mathieu Trudel-Lapierre mathieu...@ubuntu.com
Subject: Fixup environment variables used for linking against
 readline, libicu, curl, cwiid.
Last-Update: 2011-11-14

Index: supercollider-3.4.4/common/SConstruct
===
--- supercollider-3.4.4.orig/common/SConstruct	2011-11-14 19:02:02.133345172 -0500
+++ supercollider-3.4.4/common/SConstruct	2011-11-14 19:06:28.665338281 -0500
@@ -575,6 +575,7 @@
 if PLATFORM == 'darwin' or conf.CheckCHeader('unicode/uregex.h'):
 libraries['libicu'] = Environment(
  LINKFLAGS = '-licui18n -licuuc -licudata',
+ LIBS = [ 'icui18n', 'icuuc', 'icudata' ],
 )
 else:
 print libicu not found
@@ -1048,15 +1049,6 @@
 langEnv.Append(
 LINKFLAGS = '-Wl,-rpath-link,build -Wl,-rpath-link,' + FINAL_PREFIX + '/lib')
 
-if env['CURL']:
-langEnv.Append(CPPDEFINES = ['HAVE_LIBCURL'])
-merge_lib_info(langEnv, libraries['libcurl'])
-
-if env['READLINE'] and env['LANG'] and env['GPL3']:
-langEnv.Append(CPPDEFINES = ['HAVE_READLINE'])
-merge_lib_info(langEnv, libraries['readline'])
-
-
 libsclangEnv = langEnv.Clone(
 PKGCONFIG_NAME = 'libsclang',
 PKGCONFIG_DESC = 'SuperCollider synthesis language 

Bug#648866: marked as done (supercollider: FTBFS on powerpc)

2012-07-28 Thread Debian Bug Tracking System
Your message dated Sat, 28 Jul 2012 15:12:39 -0400
with message-id 
caafdzj9nhovtgzz1gx-34grw5bkedxxtvwer-mx1rpjihoe...@mail.gmail.com
and subject line Fixed
has caused the Debian Bug report #648866,
regarding supercollider: FTBFS on powerpc
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.)


-- 
648866: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=648866
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: supercollider
Version: 1:3.4.4-2
Severity: normal
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu precise ubuntu-patch

Dear Maintainer,

In Ubuntu, supercollider is FTBFS on powerpc.  This seems to be an old problem,
mentioned on the sc-users mailing list in 2010.

https://launchpadlibrarian.net/85153649/buildlog_ubuntu-precise-powerpc.supercollider_1%3A3.4.4-2ubuntu1_FAILEDTOBUILD.txt.gz
http://www.listarc.bham.ac.uk/lists/sc-users-2008/msg62313.html

I've include the patch from the mailing list in Ubuntu and it seems to fix the
issue.

Thanks for considering the patch.


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

Kernel: Linux 3.1.0-2-generic-pae (SMP w/4 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -Nru supercollider-3.4.4/debian/patches/ppc_altivec.patch supercollider-3.4.4/debian/patches/ppc_altivec.patch
--- supercollider-3.4.4/debian/patches/ppc_altivec.patch	1969-12-31 19:00:00.0 -0500
+++ supercollider-3.4.4/debian/patches/ppc_altivec.patch	2011-11-15 13:12:03.0 -0500
@@ -0,0 +1,30 @@
+Description: Include altivec.h on powerpc, fixing FTBFS
+Origin: http://www.listarc.bham.ac.uk/lists/sc-users-2008/msg62313.html
+From: dmotd inaudible@xxx
+
+Index: supercollider-3.4.4/common/Headers/common/SC_Altivec.h
+===
+--- supercollider-3.4.4.orig/common/Headers/common/SC_Altivec.h	2011-07-01 04:33:12.0 -0400
 supercollider-3.4.4/common/Headers/common/SC_Altivec.h	2011-11-15 13:08:40.002436024 -0500
+@@ -21,7 +21,7 @@
+ #ifndef _SC_Altivec_
+ #define _SC_Altivec_
+ 
+-#if defined(__ALTIVEC__)  !defined(__APPLE_ALTIVEC__)
++#if defined(HAS_ALTIVEC) || defined(__ALTIVEC__)  !defined(__APPLE_ALTIVEC__)
+ # include altivec.h
+ /* From altivec.h:
+You are allowed to undef these for C++ compatibility. */
+Index: supercollider-3.4.4/common/SConstruct
+===
+--- supercollider-3.4.4.orig/common/SConstruct	2011-11-15 11:26:08.0 -0500
 supercollider-3.4.4/common/SConstruct	2011-11-15 13:08:25.462435871 -0500
+@@ -603,7 +603,7 @@
+ libraries['altivec'] = env.Clone()
+ libraries['altivec'].Append(
+ CCFLAGS = altivec_flags,
+-CPPDEFINES = [('SC_MEMORY_ALIGNMENT', 16)])
++CPPDEFINES = [('SC_MEMORY_ALIGNMENT', 16), 'HAS_ALTIVEC'])
+ altiConf = Configure(libraries['altivec'])
+ features['altivec'] = altiConf.CheckCHeader('altivec.h')
+ altiConf.Finish()
diff -Nru supercollider-3.4.4/debian/patches/series supercollider-3.4.4/debian/patches/series
--- supercollider-3.4.4/debian/patches/series	2011-11-14 17:37:15.0 -0500
+++ supercollider-3.4.4/debian/patches/series	2011-11-15 13:07:50.0 -0500
@@ -4,3 +4,4 @@
 07_deb_sced.diff
 10_fix_rpath.diff
 fix-build.patch
+ppc_altivec.patch
---End Message---
---BeginMessage---
Version: 1:3.4.5-1

This was fixed usptream in version 3.4.5

-- 

Saludos,
Felipe Sateler---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

Re: Porterbox access and build-dependencies installation

2012-07-28 Thread Cyril Brulebois
Felipe Sateler fsate...@debian.org (28/07/2012):
 Dear DSA, in the mean time, could you please install the build-deps in
 arm*, ia64 and powerpc? We have a patch sitting in the bts for arm* that
 I'd like to test it before including. I'd also try to give a shot at the
 other archs while we wait for dan.

In progress on:
  abel
  harris
  partch
  merulo

Mraw,
KiBi.


signature.asc
Description: Digital signature
___
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: Supercollider fails to build

2012-07-28 Thread Felipe Sateler
On Sat, Jul 21, 2012 at 5:07 PM, Dan S danstowell+de...@gmail.com wrote:
 2012/7/21 Felipe Sateler fsate...@debian.org:
 On Sat, Jul 21, 2012 at 4:18 AM, Dan S danstowell+de...@gmail.com wrote:
 2012/7/21 Felipe Sateler fsate...@debian.org:
 On Thu, Jul 12, 2012 at 5:50 PM, Dan S danstowell+de...@gmail.com wrote:

 2012/7/10 Felipe Sateler fsate...@debian.org:
  OK, so we have more build failures, but this time different on
  different architectures:
 
  1. Arm*: qreal is not double but float. Patch is in the repository.
  2. PowerPc64: Undefined variable order. It seems that there is a bogus
  call in line 255 of
  external_libraries/boost_lockfree/boost/atomic/detail/gcc-ppc.hpp, but
  I'm not sure.
  3. ia64: missing ifdef case in
  external_libraries/nova-simd/benchmarks/perf_counter.hpp (starting at
  line 466). I don't know how to fix this.
  4. all big-endian archs: Typo in
  external_libraries/boost_endian/boost/integer/endian.hpp:285. It seems
  like an extra ) crept in in the least-tested #ifdef path. Patch in the
  repository too

 I believe issues 2 and 3 are now fixed, with the small patches I added in
 git.
 The upstream fixes are different (importing a more recent version of
 boost.atomic) but the patches would be big and complex.

 Uploaded.

 Thanks

 ... and it fails again :(

 https://buildd.debian.org/status/package.php?p=supercollider

 OK. I'll have to pass the powerpc asm issue onwards.

Googling tells me that apparently there is some bug in gcc causes it
to generate too big asm sections, which is why the assembler chokes.
Applying

--- a/external_libraries/boost_lockfree/boost/atomic/detail/gcc-ppc.hpp
+++ b/external_libraries/boost_lockfree/boost/atomic/detail/gcc-ppc.hpp
@@ -124,7 +124,7 @@ public:
T expected,
T desired,
memory_order success_order,
-   memory_order failure_order) volatile
+   memory_order failure_order) volatile __attribute__((noinline))

Seems to fix the issue. SC builds on the porterbox with that change.

 For the others:

 The ia64 issue might be the same as this in powertop:
 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=570662 and so I
 propose untested patch [1].

Indeed, supercollider builds with this patch applied.

 For the arm*s, I'd suggest adding [2] to your existing
 arm-qreal-is-float.patch. There may be more double--qreal
 changes needed.

I'm testing the patch. Arm is slow to build, though.

-- 

Saludos,
Felipe Sateler

___
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#683030: unblock: vlc/2.0.3-1

2012-07-28 Thread Jonas Smedegaard
On 12-07-28 at 04:47pm, Adam D. Barratt wrote:
 - this change looks slightly odd:
 
   * Do not run doxygen if it is not installed.
 
 doxygen is in B-D-Indep and only appears to be used when building the 
 arch:all -doc package.  On that basis, why would it not always be 
 installed when required?

I did not apply this change but recognize it from Emdebian sprint: 
Reason is, I believe, to ease bootstrapping new architectures by 
suppressing build of arch-all packages.


 - Jonas

-- 
 * Jonas Smedegaard - idealist  Internet-arkitekt
 * Tlf.: +45 40843136  Website: http://dr.jones.dk/

 [x] quote me freely  [ ] ask before reusing  [ ] keep private


signature.asc
Description: Digital signature
___
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 supercollider_3.5.3~repack-3_amd64.changes

2012-07-28 Thread Debian FTP Masters
supercollider_3.5.3~repack-3_amd64.changes uploaded successfully to localhost
along with the files:
  supercollider_3.5.3~repack-3.dsc
  supercollider_3.5.3~repack-3.debian.tar.gz
  supercollider-common_3.5.3~repack-3_all.deb
  supercollider-emacs_3.5.3~repack-3_all.deb
  supercollider-vim_3.5.3~repack-3_all.deb
  supercollider-gedit_3.5.3~repack-3_all.deb
  supercollider_3.5.3~repack-3_amd64.deb
  supercollider-server_3.5.3~repack-3_amd64.deb
  supercollider-supernova_3.5.3~repack-3_amd64.deb
  libscsynth1_3.5.3~repack-3_amd64.deb
  supercollider-dev_3.5.3~repack-3_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


supercollider_3.5.3~repack-3_amd64.changes ACCEPTED into unstable

2012-07-28 Thread Debian FTP Masters



Accepted:
libscsynth1_3.5.3~repack-3_amd64.deb
  to main/s/supercollider/libscsynth1_3.5.3~repack-3_amd64.deb
supercollider-common_3.5.3~repack-3_all.deb
  to main/s/supercollider/supercollider-common_3.5.3~repack-3_all.deb
supercollider-dev_3.5.3~repack-3_amd64.deb
  to main/s/supercollider/supercollider-dev_3.5.3~repack-3_amd64.deb
supercollider-emacs_3.5.3~repack-3_all.deb
  to main/s/supercollider/supercollider-emacs_3.5.3~repack-3_all.deb
supercollider-gedit_3.5.3~repack-3_all.deb
  to main/s/supercollider/supercollider-gedit_3.5.3~repack-3_all.deb
supercollider-server_3.5.3~repack-3_amd64.deb
  to main/s/supercollider/supercollider-server_3.5.3~repack-3_amd64.deb
supercollider-supernova_3.5.3~repack-3_amd64.deb
  to main/s/supercollider/supercollider-supernova_3.5.3~repack-3_amd64.deb
supercollider-vim_3.5.3~repack-3_all.deb
  to main/s/supercollider/supercollider-vim_3.5.3~repack-3_all.deb
supercollider_3.5.3~repack-3.debian.tar.gz
  to main/s/supercollider/supercollider_3.5.3~repack-3.debian.tar.gz
supercollider_3.5.3~repack-3.dsc
  to main/s/supercollider/supercollider_3.5.3~repack-3.dsc
supercollider_3.5.3~repack-3_amd64.deb
  to main/s/supercollider/supercollider_3.5.3~repack-3_amd64.deb


Changes:
supercollider (1:3.5.3~repack-3) unstable; urgency=low
 .
  * Avoid FTBFS in PowerPC
  * Avoid FTBFS in ia64
  * Fix ARM FTBFS: more qreal-double assumptions. Closes: #682361


Override entries for your package:
libscsynth1_3.5.3~repack-3_amd64.deb - optional sound
supercollider-common_3.5.3~repack-3_all.deb - optional sound
supercollider-dev_3.5.3~repack-3_amd64.deb - optional sound
supercollider-emacs_3.5.3~repack-3_all.deb - optional sound
supercollider-gedit_3.5.3~repack-3_all.deb - optional sound
supercollider-server_3.5.3~repack-3_amd64.deb - optional sound
supercollider-supernova_3.5.3~repack-3_amd64.deb - optional sound
supercollider-vim_3.5.3~repack-3_all.deb - optional sound
supercollider_3.5.3~repack-3.dsc - source sound
supercollider_3.5.3~repack-3_amd64.deb - optional sound

Announcing to debian-devel-chan...@lists.debian.org
Closing bugs: 682361 


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


Bug#682361: marked as done (supercollider FTFBS on amel and armhf qreal VS double issues)

2012-07-28 Thread Debian Bug Tracking System
Your message dated Sun, 29 Jul 2012 01:02:12 +
with message-id e1svhtc-0008up...@franck.debian.org
and subject line Bug#682361: fixed in supercollider 1:3.5.3~repack-3
has caused the Debian Bug report #682361,
regarding supercollider FTFBS on amel and armhf qreal VS double issues
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.)


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

Package: supercollider
Version: 1:3.5.3~repack-2
severity: serious
tags: patch

Your package failed to build on armel and armhf 


[ 78%] Building CXX object 
lang/CMakeFiles/libsclang.dir/__/QtCollider/widgets/QcMultiSlider.cpp.o
cd /build/buildd-supercollider_3.5.3~repack-2-armhf-CT3rf6/supercollider-3.5.3~repack/obj-arm-linux-gnueabihf/lang  /usr/bin/g++   -DSC_LINUX -DSC_DATA_DIR=\/usr/share/SuperCollider\ -DYYSTACK_USE_ALLOCA 
-DHAVE_LID -DHAVE_WII -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DSC_QT -DQT_COLLIDER_EXPORTING -DQT_NO_KEYWORDS -DBUILDING_SUPERCOLLIDER -DHAVE_READLINE -DHAVE_ALSA=1 -DQT_NO_DEBUG -g -O2 -fstack-protector --param=ssp-buffer-size=4 
-Wformat -Werror=format-security -Wall -D_FORTIFY_SOURCE=2 -O2 -g -I/build/buildd-supercollider_3.5.3~repack-2-armhf-CT3rf6/supercollider-3.5.3~repack/include/common 
-I/build/buildd-supercollider_3.5.3~repack-2-armhf-CT3rf6/supercollider-3.5.3~repack/include/lang -I/build/buildd-supercollider_3.5.3~repack-2-armhf-CT3rf6/supercollider-3.5.3~repack/include/plugin_interface 
-I/build/buildd-supercollider_3.5.3~repack-2-armhf-CT3rf6/supercollider-3.5.3~repack/include/server 
-I/build/buildd-supercollider_3.5.3~repack-2-armhf-CT3rf6/supercollider-3.5.3~repack/external_libraries/boost_lockfree 
-I/build/buildd-supercollider_3.5.3~repack-2-armhf-CT3rf6/supercollider-3.5.3~repack/external_libraries/threadpool 
-I/build/buildd-supercollider_3.5.3~repack-2-armhf-CT3rf6/supercollider-3.5.3~repack/external_libraries/yaml-cpp-0.3.0/include 
-I/build/buildd-supercollider_3.5.3~repack-2-armhf-CT3rf6/supercollider-3.5.3~repack/external_libraries/TLSF-2.4.6/src 
-I/build/buildd-supercollider_3.5.3~repack-2-armhf-CT3rf6/supercollider-3.5.3~repack/lang/LangSource/Bison -I/build/buildd-supercollider_3.5.3~repack-2-armhf-CT3rf6/supercollider-3.5.3~repack/SCDoc 
-I/usr/include/qt4 -I/usr/include/qt4/QtWebKit -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtCore -I/build/buildd-supercollider_3.5.3~repack-2-armhf-CT3rf6/supercollider-3.5.3~repack/include/QtCollider 
-I/build/buildd-supercollider_3.5.3~repack-2-armhf-CT3rf6/supercollider-3.5.3~repack/lang/X11_INCLUDE_DIR-fschedule-insns2 -fomit-frame-pointer -Wreturn-type -fvisibility=hidden -pthread -o 
CMakeFiles/libsclang.dir/__/QtCollider/widgets/QcMultiSlider.cpp.o -c /build/buildd-supercollider_3.5.3~repack-2-armhf-CT3rf6/supercollider-3.5.3~repack/QtCollider/widgets/QcMultiSlider.cpp
/build/buildd-supercollider_3.5.3~repack-2-armhf-CT3rf6/supercollider-3.5.3~repack/QtCollider/widgets/QcMultiSlider.cpp:
 In member function 'virtual void QcMultiSlider::mousePressEvent(QMouseEvent*)':
/build/buildd-supercollider_3.5.3~repack-2-armhf-CT3rf6/supercollider-3.5.3~repack/QtCollider/widgets/QcMultiSlider.cpp:187:47:
 error: no matching function for call to 'QcMultiSlider::valueRect(int, 
double)'
/build/buildd-supercollider_3.5.3~repack-2-armhf-CT3rf6/supercollider-3.5.3~repack/QtCollider/widgets/QcMultiSlider.cpp:187:47:
 note: candidate is:
/build/buildd-supercollider_3.5.3~repack-2-armhf-CT3rf6/supercollider-3.5.3~repack/QtCollider/widgets/QcMultiSlider.cpp:152:7:
 note: QRect QcMultiSlider::valueRect(int, qreal)
/build/buildd-supercollider_3.5.3~repack-2-armhf-CT3rf6/supercollider-3.5.3~repack/QtCollider/widgets/QcMultiSlider.cpp:152:7:
 note:   no known conversion for argument 2 from 'double' to 'qreal {aka 
float}'
/build/buildd-supercollider_3.5.3~repack-2-armhf-CT3rf6/supercollider-3.5.3~repack/QtCollider/widgets/QcMultiSlider.cpp:
 In member function 'virtual void QcMultiSlider::mouseMoveEvent(QMouseEvent*)':
/build/buildd-supercollider_3.5.3~repack-2-armhf-CT3rf6/supercollider-3.5.3~repack/QtCollider/widgets/QcMultiSlider.cpp:231:45:
 error: no matching function for call to 'QcMultiSlider::valueRect(int, 
double)'
/build/buildd-supercollider_3.5.3~repack-2-armhf-CT3rf6/supercollider-3.5.3~repack/QtCollider/widgets/QcMultiSlider.cpp:231:45:
 note: candidate is:
/build/buildd-supercollider_3.5.3~repack-2-armhf-CT3rf6/supercollider-3.5.3~repack/QtCollider/widgets/QcMultiSlider.cpp:152:7:
 note: QRect QcMultiSlider::valueRect(int, qreal)

[no subject]

2012-07-28 Thread Mr. David


Do you need a loan? if yes, contact us for more info.___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers