easytag 2.1.10-2 ready for review/upload

2014-03-20 Thread James Cowgill
Hi Alessio,

Could you upload easytag 2.1.10-2 ?

Thanks,
James

On Mon, 2014-03-10 at 08:36 +, David King wrote:
 Hi pkg-multimedia-maintainers
 
 I just updated the changelog in easytag to reference all the recent 
 improvements, and I think that it is ready for upload. If someone could 
 review the changes and upload it, I would be grateful.



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


libav_10~beta2-1_amd64.changes REJECTED

2014-03-20 Thread Thorsten Alteholz

as requested by maintainer

===

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


Upcoming switch of default Ruby to 2.0

2014-03-20 Thread Christian Hofstaedtler
Dear Maintainers,

The default Ruby version will soon be switched to version 2.0.

I'm mailing this notice to you because you're listed as the
maintainer of one or more packages Build-Depending on ruby or
ruby1.9.1, in the hope that you could test your package with
the new Ruby version and possibly fix it if it would break.

Packages FTBFS'ing already have a severity normal bug. These will
be raised in severity in due time.


What exactly will change?
-

ruby (src:ruby-defaults) will change it's dependencies and
symlinks from 1.9.1 to 2.0. Symlinks after the change:

  /usr/bin/erb - erb2.0*
  /usr/bin/gem - gem2.0*
  /usr/bin/irb - irb2.0*
  /usr/bin/rdoc - rdoc2.0*
  /usr/bin/ri - ri2.0*
  /usr/bin/ruby - ruby2.0*
  /usr/bin/testrb - testrb2.0*


How can I test this today?
--

Install ruby (and ruby-dev, ruby-tcltk, and so on) from experimental.
The new version is 1:2.0.0.1~exp2.


What's new in Ruby 2.0?
---

See the Ruby 2.0 upstream release announcement:
https://www.ruby-lang.org/en/news/2013/02/24/ruby-2-0-0-p0-is-released/
The release announcement also has a short section on incompatible
changes. Most important changes:
 - iconv is gone
 - UTF-8 is now default on

There's also a slight change in Kernel#exec behaviour, see Debian bug
#740564 for details if you're using exec with fd redirection.

Nice slides talking mostly about new features:
https://speakerdeck.com/geeforr/whats-new-in-ruby-2-dot-0


Up next
---

I've also sent this mail to maintainers currently Build-Depending on
ruby1.9.1, for a very good reason:
After switching to 2.0 as default, we'll try to remove 1.9.1.
As a further step, we'll have this entire migration again, but going
from 2.0 to 2.1 (and then removing 2.0).

Therefore, please move to (Build-)Depends: ruby((-all)-dev) if
possible, or if that is out of the question, to ruby2.0(-dev) when
the new ruby-defaults enters sid (and then again for 2.1).


How can I be of additional help?


Please help fixing the FindRuby macro in cmake (see #730095), or any
of the existing FTBFS bugs:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ruby-defaults-2.0;users=debian-r...@lists.debian.org


Where to get help
-

Please see https://wiki.debian.org/Teams/Ruby


Thank you for your attention.

-- 
 ,''`.  Christian Hofstaedtler z...@debian.org
: :' :  Debian Developer
`. `'   7D1A CFFA D9E0 806C 9C4C  D392 5C13 D6DB 9305 2E03
  `-



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

Bug#742183: vlc: FTBFS on Hurd

2014-03-20 Thread Gabriele Giacone
Package: vlc
Version: 2.1.2-2+b2
Severity: important
Tags: patch
User: debian-h...@lists.debian.org
Usertags: hurd

On Hurd, due to a missing implementation _POSIX_TIMERS = 0,
_POSIX_MONOTONIC_CLOCK [0] and _POSIX_CLOCK_SELECTION = 200809L. Such
combination is considered non POSIX-compliant by vlc upstream which
don't accept patches to workaround it. More info at [1,2].

Attached debdiff also disables oss, cdda and vcd on hurd-i386.

[0] 
http://anonscm.debian.org/viewvc/pkg-glibc/glibc-package/trunk/debian/patches/hurd-i386/local-clock_gettime_MONOTONIC.diff?revision=59
51view=markup
[1] https://lists.debian.org/debian-hurd/2014/02/msg00112.html
[2] https://lists.debian.org/debian-hurd/2014/02/msg00118.html

Thanks for considering.
diff -Nru vlc-2.1.2/debian/patches/hurd.patch 
vlc-2.1.2/debian/patches/hurd.patch
--- vlc-2.1.2/debian/patches/hurd.patch 1970-01-01 01:00:00.0 +0100
+++ vlc-2.1.2/debian/patches/hurd.patch 2014-02-16 18:58:36.0 +0100
@@ -0,0 +1,40 @@
+Description: Fix FTBFS on GNU/Hurd
+ On Hurd, due to a missing implementation _POSIX_TIMERS = 0,
+ _POSIX_MONOTONIC_CLOCK [0] and _POSIX_CLOCK_SELECTION = 200809L. Such
+ combination is considered non POSIX-compliant by vlc upstream which
+ don't accept patches to workaround it. More info at [1,2].
+ .
+ [0] 
http://anonscm.debian.org/viewvc/pkg-glibc/glibc-package/trunk/debian/patches/hurd-i386/local-clock_gettime_MONOTONIC.diff?revision=5951view=markup
+ [1] https://lists.debian.org/debian-hurd/2014/02/msg00112.html
+ [2] https://lists.debian.org/debian-hurd/2014/02/msg00118.html
+Author: Gabriele Giacone 1o5g4...@gmail.com
+Forwarded: not-needed
+--- a/src/posix/thread.c
 b/src/posix/thread.c
+@@ -327,7 +327,7 @@ void vlc_cond_init (vlc_cond_t *p_condva
+ 
+ if (unlikely(pthread_condattr_init (attr)))
+ abort ();
+-#if (_POSIX_CLOCK_SELECTION  0)
++#if (_POSIX_TIMERS  0)  (_POSIX_CLOCK_SELECTION  0)
+ vlc_clock_setup ();
+ pthread_condattr_setclock (attr, vlc_clock_id);
+ #endif
+@@ -929,7 +929,7 @@ mtime_t mdate (void)
+  */
+ void mwait (mtime_t deadline)
+ {
+-#if (_POSIX_CLOCK_SELECTION  0)
++#if (_POSIX_TIMERS  0)  (_POSIX_CLOCK_SELECTION  0)
+ vlc_clock_setup ();
+ /* If the deadline is already elapsed, or within the clock precision,
+  * do not even bother the system timer. */
+@@ -956,7 +956,7 @@ void msleep (mtime_t delay)
+ {
+ struct timespec ts = mtime_to_ts (delay);
+ 
+-#if (_POSIX_CLOCK_SELECTION  0)
++#if (_POSIX_TIMERS  0)  (_POSIX_CLOCK_SELECTION  0)
+ vlc_clock_setup ();
+ while (clock_nanosleep (vlc_clock_id, 0, ts, ts) == EINTR);
+ 
diff -Nru vlc-2.1.2/debian/patches/series vlc-2.1.2/debian/patches/series
--- vlc-2.1.2/debian/patches/series 2013-12-21 22:52:19.0 +0100
+++ vlc-2.1.2/debian/patches/series 2014-02-21 22:19:16.0 +0100
@@ -1 +1,2 @@
 pnap-grammar.patch
+hurd.patch
diff -Nru vlc-2.1.2/debian/rules vlc-2.1.2/debian/rules
--- vlc-2.1.2/debian/rules  2013-12-21 22:52:19.0 +0100
+++ vlc-2.1.2/debian/rules  2014-02-21 22:13:57.0 +0100
@@ -78,7 +78,6 @@
--enable-notify \
--enable-ogg \
--enable-opus \
-   --enable-oss \
--enable-pulse \
--enable-qt \
--enable-realrtsp \
@@ -95,7 +94,6 @@
--enable-theora \
--enable-twolame \
--enable-upnp \
-   --enable-vcd \
--enable-vcdx \
--enable-vorbis \
--enable-x264 \
@@ -186,6 +184,23 @@
 removeplugins += libv4l2
 endif
 
+# Hurd specific flags
+ifeq (,$(filter-out hurd,$(DEB_HOST_ARCH_OS)))
+confflags += \
+   --disable-oss \
+   --disable-vcd
+removeplugins += \
+   oss \
+   cdda \
+   vcd \
+   $(NULL)
+else
+confflags += \
+   --enable-oss \
+   --enable-vcd \
+   $(NULL)
+endif
+
 # Linux amd64 and i386 specific flags
 ifeq (,$(filter-out amd64 i386,$(DEB_HOST_ARCH)))
 confflags += --enable-crystalhd
___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers

Notificazione

2014-03-20 Thread CartaSi



 La password de il tuo conto di CartaSi e stata inserita piu di tre volte.Per proteggere il tuo 

conto abbiamo sospenso il acceso.Per recuperare il acceso prego di entrare e completare la pagina di 

attivazione.Clicca qui Servizio 

ClientiGrazie ancora per aver scelto i servizi on-line di CartaSi.Cordiali saluti,CartaSi 

S.p.A. 2014.

___
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: [SCM] yoshimi/master: Update patch.

2014-03-20 Thread Jaromír Mikeš
2014-03-20 13:23 GMT+01:00 mira-gu...@users.alioth.debian.org:

 The following commit has been merged in the master branch:
 commit c841640a6dc119dce9f85f8d65f09c5a2a753f02
 Author: Jaromír Mikeš mira.mi...@seznam.cz
 Date:   Thu Mar 20 13:23:01 2014 +0100

 Update patch.

 diff --git a/debian/patches/01-gcc_flags.patch
 b/debian/patches/01-gcc_flags.patch
 index d9f88dc..72b02c8 100644
 --- a/debian/patches/01-gcc_flags.patch
 +++ b/debian/patches/01-gcc_flags.patch
 @@ -9,14 +9,14 @@ Forwarded: yes

  Index: yoshimi/src/CMakeLists.txt
  ===
  yoshimi.orig/src/CMakeLists.txt2014-03-17 00:55:47.478391726 +0100
 -+++ yoshimi/src/CMakeLists.txt 2014-03-17 00:55:47.474391845 +0100
 +--- yoshimi.orig/src/CMakeLists.txt2014-03-20 12:26:13.702271262 +0100
  yoshimi/src/CMakeLists.txt 2014-03-20 12:27:18.278644212 +0100
  @@ -81,6 +81,9 @@
   set (BuildOptionsDebug
   -O0 -g3 -ggdb -Wall -Wpointer-arith -ldl CACHE STRING Debug build
 flags)

  +set (BuildOptionsDebian
 -+-O3 -ffast-math -fomit-frame-pointer CACHE STRING Debian build
 flags)
 ++-O3 -ffast-math -fomit-frame-pointer -ldl CACHE STRING Debian
 build flags)
  +
   find_package (PkgConfig REQUIRED)
   if (PKG_CONFIG_FOUND)


Hi,

again having difficulty to pass flags ... Now LDFLAGS are problematic.
If I will patch CMakeLists.txt and add -z relro directly things working but
I am not able pass flags via LDFLAGS variable. :(

-O3 -ffast-math -fomit-frame-pointer -ldl -z relro CACHE STRING Debian
build flags)

any idea?

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: [SCM] yoshimi/master: Update patch.

2014-03-20 Thread Felipe Sateler
On Thu, Mar 20, 2014 at 10:06 AM, Jaromír Mikeš mira.mi...@gmail.com wrote:
 2014-03-20 13:23 GMT+01:00 mira-gu...@users.alioth.debian.org:

 The following commit has been merged in the master branch:
 commit c841640a6dc119dce9f85f8d65f09c5a2a753f02
 Author: Jaromír Mikeš mira.mi...@seznam.cz
 Date:   Thu Mar 20 13:23:01 2014 +0100

 Update patch.

 diff --git a/debian/patches/01-gcc_flags.patch
 b/debian/patches/01-gcc_flags.patch
 index d9f88dc..72b02c8 100644
 --- a/debian/patches/01-gcc_flags.patch
 +++ b/debian/patches/01-gcc_flags.patch
 @@ -9,14 +9,14 @@ Forwarded: yes

  Index: yoshimi/src/CMakeLists.txt
  ===
  yoshimi.orig/src/CMakeLists.txt2014-03-17 00:55:47.478391726
 +0100
 -+++ yoshimi/src/CMakeLists.txt 2014-03-17 00:55:47.474391845 +0100
 +--- yoshimi.orig/src/CMakeLists.txt2014-03-20 12:26:13.702271262
 +0100
  yoshimi/src/CMakeLists.txt 2014-03-20 12:27:18.278644212 +0100
  @@ -81,6 +81,9 @@
   set (BuildOptionsDebug
   -O0 -g3 -ggdb -Wall -Wpointer-arith -ldl CACHE STRING Debug build
 flags)

  +set (BuildOptionsDebian
 -+-O3 -ffast-math -fomit-frame-pointer CACHE STRING Debian build
 flags)
 ++-O3 -ffast-math -fomit-frame-pointer -ldl CACHE STRING Debian
 build flags)
  +
   find_package (PkgConfig REQUIRED)
   if (PKG_CONFIG_FOUND)


 Hi,

 again having difficulty to pass flags ... Now LDFLAGS are problematic.
 If I will patch CMakeLists.txt and add -z relro directly things working but
 I am not able pass flags via LDFLAGS variable. :(

 -O3 -ffast-math -fomit-frame-pointer -ldl -z relro CACHE STRING Debian
 build flags)

 any idea?

The variables are CMAKE_EXE_LINKER_FLAGS, CMAKE_MODULE_LINKER_FLAGS
and CMAKE_SHARED_LINKER_FLAGS.

You should probably do the same with the cflags CMAKE_C_FLAGS and
CMAKE_CXX_FLAGS instead of patching the CMakeLists.txt.


-- 

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: [SCM] yoshimi/master: Update patch.

2014-03-20 Thread Jaromír Mikeš
2014-03-20 14:30 GMT+01:00 Felipe Sateler fsate...@debian.org:

 On Thu, Mar 20, 2014 at 10:06 AM, Jaromír Mikeš mira.mi...@gmail.com
 wrote:
  2014-03-20 13:23 GMT+01:00 mira-gu...@users.alioth.debian.org:
 
  The following commit has been merged in the master branch:
  commit c841640a6dc119dce9f85f8d65f09c5a2a753f02
  Author: Jaromír Mikeš mira.mi...@seznam.cz
  Date:   Thu Mar 20 13:23:01 2014 +0100
 
  Update patch.
 
  diff --git a/debian/patches/01-gcc_flags.patch
  b/debian/patches/01-gcc_flags.patch
  index d9f88dc..72b02c8 100644
  --- a/debian/patches/01-gcc_flags.patch
  +++ b/debian/patches/01-gcc_flags.patch
  @@ -9,14 +9,14 @@ Forwarded: yes
 
   Index: yoshimi/src/CMakeLists.txt
   ===
   yoshimi.orig/src/CMakeLists.txt2014-03-17 00:55:47.478391726
  +0100
  -+++ yoshimi/src/CMakeLists.txt 2014-03-17 00:55:47.474391845 +0100
  +--- yoshimi.orig/src/CMakeLists.txt2014-03-20 12:26:13.702271262
  +0100
   yoshimi/src/CMakeLists.txt 2014-03-20 12:27:18.278644212 +0100
   @@ -81,6 +81,9 @@
set (BuildOptionsDebug
-O0 -g3 -ggdb -Wall -Wpointer-arith -ldl CACHE STRING Debug
 build
  flags)
 
   +set (BuildOptionsDebian
  -+-O3 -ffast-math -fomit-frame-pointer CACHE STRING Debian build
  flags)
  ++-O3 -ffast-math -fomit-frame-pointer -ldl CACHE STRING Debian
  build flags)
   +
find_package (PkgConfig REQUIRED)
if (PKG_CONFIG_FOUND)
 
 
  Hi,
 
  again having difficulty to pass flags ... Now LDFLAGS are problematic.
  If I will patch CMakeLists.txt and add -z relro directly things working
 but
  I am not able pass flags via LDFLAGS variable. :(
 
  -O3 -ffast-math -fomit-frame-pointer -ldl -z relro CACHE STRING Debian
  build flags)
 
  any idea?

 The variables are CMAKE_EXE_LINKER_FLAGS, CMAKE_MODULE_LINKER_FLAGS
 and CMAKE_SHARED_LINKER_FLAGS.

 You should probably do the same with the cflags CMAKE_C_FLAGS and
 CMAKE_CXX_FLAGS instead of patching the CMakeLists.txt.


Surprisingly just LDFLAGS don't works.

I added this to rules file but still no success.
CMAKE_EXE_LINKER_FLAGS+=$(LDFLAGS)
CMAKE_MODULE_LINKER_FLAGS+=$(LDFLAGS)
CMAKE_SHARED_LINKER_FLAGS+=$(LDFLAGS)

Can this line 360 from CMakeLists.txt be problematic? Because I see in
build log section linking to be -ldl passed twice.

set (CMAKE_EXE_LINKER_FLAGS -ldl)

To change set to add or sth like this?

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: [SCM] yoshimi/master: Update patch.

2014-03-20 Thread Felipe Sateler
On Thu, Mar 20, 2014 at 11:44 AM, Jaromír Mikeš mira.mi...@gmail.com wrote:



 2014-03-20 14:30 GMT+01:00 Felipe Sateler fsate...@debian.org:

 On Thu, Mar 20, 2014 at 10:06 AM, Jaromír Mikeš mira.mi...@gmail.com
 wrote:
  2014-03-20 13:23 GMT+01:00 mira-gu...@users.alioth.debian.org:
 
  The following commit has been merged in the master branch:
  commit c841640a6dc119dce9f85f8d65f09c5a2a753f02
  Author: Jaromír Mikeš mira.mi...@seznam.cz
  Date:   Thu Mar 20 13:23:01 2014 +0100
 
  Update patch.
 
  diff --git a/debian/patches/01-gcc_flags.patch
  b/debian/patches/01-gcc_flags.patch
  index d9f88dc..72b02c8 100644
  --- a/debian/patches/01-gcc_flags.patch
  +++ b/debian/patches/01-gcc_flags.patch
  @@ -9,14 +9,14 @@ Forwarded: yes
 
   Index: yoshimi/src/CMakeLists.txt
   ===
   yoshimi.orig/src/CMakeLists.txt2014-03-17 00:55:47.478391726
  +0100
  -+++ yoshimi/src/CMakeLists.txt 2014-03-17 00:55:47.474391845 +0100
  +--- yoshimi.orig/src/CMakeLists.txt2014-03-20 12:26:13.702271262
  +0100
   yoshimi/src/CMakeLists.txt 2014-03-20 12:27:18.278644212 +0100
   @@ -81,6 +81,9 @@
set (BuildOptionsDebug
-O0 -g3 -ggdb -Wall -Wpointer-arith -ldl CACHE STRING Debug
  build
  flags)
 
   +set (BuildOptionsDebian
  -+-O3 -ffast-math -fomit-frame-pointer CACHE STRING Debian build
  flags)
  ++-O3 -ffast-math -fomit-frame-pointer -ldl CACHE STRING Debian
  build flags)
   +
find_package (PkgConfig REQUIRED)
if (PKG_CONFIG_FOUND)
 
 
  Hi,
 
  again having difficulty to pass flags ... Now LDFLAGS are problematic.
  If I will patch CMakeLists.txt and add -z relro directly things working
  but
  I am not able pass flags via LDFLAGS variable. :(
 
  -O3 -ffast-math -fomit-frame-pointer -ldl -z relro CACHE STRING
  Debian
  build flags)
 
  any idea?

 The variables are CMAKE_EXE_LINKER_FLAGS, CMAKE_MODULE_LINKER_FLAGS
 and CMAKE_SHARED_LINKER_FLAGS.

 You should probably do the same with the cflags CMAKE_C_FLAGS and
 CMAKE_CXX_FLAGS instead of patching the CMakeLists.txt.


 Surprisingly just LDFLAGS don't works.

 I added this to rules file but still no success.
 CMAKE_EXE_LINKER_FLAGS+=$(LDFLAGS)
 CMAKE_MODULE_LINKER_FLAGS+=$(LDFLAGS)
 CMAKE_SHARED_LINKER_FLAGS+=$(LDFLAGS)

 Can this line 360 from CMakeLists.txt be problematic? Because I see in build
 log section linking to be -ldl passed twice.

 set (CMAKE_EXE_LINKER_FLAGS -ldl)

 To change set to add or sth like this?

Yes, it is related, as the CMakeLists.txt is overriding the setting.
You should probably remove that line and add dl to the
target_link_libraries call just a couple of lines after.


-- 

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: [SCM] yoshimi/master: Update patch.

2014-03-20 Thread Jaromír Mikeš
2014-03-20 16:08 GMT+01:00 Felipe Sateler fsate...@debian.org:

 On Thu, Mar 20, 2014 at 11:44 AM, Jaromír Mikeš mira.mi...@gmail.com
 wrote:
 
 
 
  2014-03-20 14:30 GMT+01:00 Felipe Sateler fsate...@debian.org:
 
  On Thu, Mar 20, 2014 at 10:06 AM, Jaromír Mikeš mira.mi...@gmail.com
  wrote:
   2014-03-20 13:23 GMT+01:00 mira-gu...@users.alioth.debian.org:
  
   The following commit has been merged in the master branch:
   commit c841640a6dc119dce9f85f8d65f09c5a2a753f02
   Author: Jaromír Mikeš mira.mi...@seznam.cz
   Date:   Thu Mar 20 13:23:01 2014 +0100
  
   Update patch.
  
   diff --git a/debian/patches/01-gcc_flags.patch
   b/debian/patches/01-gcc_flags.patch
   index d9f88dc..72b02c8 100644
   --- a/debian/patches/01-gcc_flags.patch
   +++ b/debian/patches/01-gcc_flags.patch
   @@ -9,14 +9,14 @@ Forwarded: yes
  
Index: yoshimi/src/CMakeLists.txt
===
    yoshimi.orig/src/CMakeLists.txt2014-03-17 00:55:47.478391726
   +0100
   -+++ yoshimi/src/CMakeLists.txt 2014-03-17 00:55:47.474391845 +0100
   +--- yoshimi.orig/src/CMakeLists.txt2014-03-20 12:26:13.702271262
   +0100
    yoshimi/src/CMakeLists.txt 2014-03-20 12:27:18.278644212 +0100
@@ -81,6 +81,9 @@
 set (BuildOptionsDebug
 -O0 -g3 -ggdb -Wall -Wpointer-arith -ldl CACHE STRING Debug
   build
   flags)
  
+set (BuildOptionsDebian
   -+-O3 -ffast-math -fomit-frame-pointer CACHE STRING Debian
 build
   flags)
   ++-O3 -ffast-math -fomit-frame-pointer -ldl CACHE STRING
 Debian
   build flags)
+
 find_package (PkgConfig REQUIRED)
 if (PKG_CONFIG_FOUND)
  
  
   Hi,
  
   again having difficulty to pass flags ... Now LDFLAGS are problematic.
   If I will patch CMakeLists.txt and add -z relro directly things
 working
   but
   I am not able pass flags via LDFLAGS variable. :(
  
   -O3 -ffast-math -fomit-frame-pointer -ldl -z relro CACHE STRING
   Debian
   build flags)
  
   any idea?
 
  The variables are CMAKE_EXE_LINKER_FLAGS, CMAKE_MODULE_LINKER_FLAGS
  and CMAKE_SHARED_LINKER_FLAGS.
 
  You should probably do the same with the cflags CMAKE_C_FLAGS and
  CMAKE_CXX_FLAGS instead of patching the CMakeLists.txt.
 
 
  Surprisingly just LDFLAGS don't works.
 
  I added this to rules file but still no success.
  CMAKE_EXE_LINKER_FLAGS+=$(LDFLAGS)
  CMAKE_MODULE_LINKER_FLAGS+=$(LDFLAGS)
  CMAKE_SHARED_LINKER_FLAGS+=$(LDFLAGS)
 
  Can this line 360 from CMakeLists.txt be problematic? Because I see in
 build
  log section linking to be -ldl passed twice.
 
  set (CMAKE_EXE_LINKER_FLAGS -ldl)
 
  To change set to add or sth like this?

 Yes, it is related, as the CMakeLists.txt is overriding the setting.
 You should probably remove that line and add dl to the
 target_link_libraries call just a couple of lines after.


Works! Thank you!

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

wah-plugins 0.1.0-1 MIGRATED to testing

2014-03-20 Thread Debian testing watch
FYI: The status of the wah-plugins source package
in Debian's testing distribution has changed.

  Previous version: 0.0.2-2
  Current version:  0.1.0-1

-- 
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


rev-plugins 0.7.1-1 MIGRATED to testing

2014-03-20 Thread Debian testing watch
FYI: The status of the rev-plugins source package
in Debian's testing distribution has changed.

  Previous version: 0.6.1-1
  Current version:  0.7.1-1

-- 
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


rosegarden 1:14.02-1 MIGRATED to testing

2014-03-20 Thread Debian testing watch
FYI: The status of the rosegarden source package
in Debian's testing distribution has changed.

  Previous version: 1:13.10-1
  Current version:  1:14.02-1

-- 
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


Processing of yoshimi_1.2.0-1_amd64.changes

2014-03-20 Thread Debian FTP Masters
yoshimi_1.2.0-1_amd64.changes uploaded successfully to localhost
along with the files:
  yoshimi_1.2.0-1.dsc
  yoshimi_1.2.0.orig.tar.bz2
  yoshimi_1.2.0-1.debian.tar.xz
  yoshimi_1.2.0-1_amd64.deb
  yoshimi-data_1.2.0-1_all.deb
  yoshimi-dbg_1.2.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


yoshimi_1.2.0-1_amd64.changes ACCEPTED into unstable

2014-03-20 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 20 Mar 2014 18:39:52 +0100
Source: yoshimi
Binary: yoshimi yoshimi-data yoshimi-dbg
Architecture: source amd64 all
Version: 1.2.0-1
Distribution: unstable
Urgency: low
Maintainer: Debian Multimedia Maintainers 
pkg-multimedia-maintainers@lists.alioth.debian.org
Changed-By: Jaromír Mikeš mira.mi...@seznam.cz
Description: 
 yoshimi- software synthesizer based on ZynAddSubFX
 yoshimi-data - Presets for Yoshimi
 yoshimi-dbg - Debugging symbols for Yoshimi
Changes: 
 yoshimi (1.2.0-1) unstable; urgency=low
 .
   * Imported Upstream version 1.2.0
   * Bump Standards.
   * Patch refreshed.
   * Added patch to fix FTBFS.
   * Spelling patch removed - not applying anymore.
   * Added patch to fix hardening.
Checksums-Sha1: 
 341b96955cd9a8c78b8167e89a520e91c5ed4a1d 2322 yoshimi_1.2.0-1.dsc
 3ddb9e710fe1ddc24a343f3eb8f3073193fffa4f 2354780 yoshimi_1.2.0.orig.tar.bz2
 eeac08999edd4d05da295790fc866fc3566ffd31 6104 yoshimi_1.2.0-1.debian.tar.xz
 ca7b0ed598c9ca531ebd28593dcc31fe8bc902a4 378182 yoshimi_1.2.0-1_amd64.deb
 8110b5e0bd1df1089f4479fa10a422c1df384053 2044426 yoshimi-data_1.2.0-1_all.deb
 36815bb85aefc7425148f4692601e30e998420ac 2793818 yoshimi-dbg_1.2.0-1_amd64.deb
Checksums-Sha256: 
 500def88278843958f96e188eb94fdcfc04e2ff664a8d9dbb260a778763047de 2322 
yoshimi_1.2.0-1.dsc
 cafb1ad5c0464a9c798b1def904ea9c15928307fa14fe7fc49aa80938e280d31 2354780 
yoshimi_1.2.0.orig.tar.bz2
 f8654f9d2a72d4afa5a8142e2cf9b57de1a0cf6a8c25530d5f1c0fc00de3ec12 6104 
yoshimi_1.2.0-1.debian.tar.xz
 2baf24286ef43ca8fe24ae3b58303987ab85235f4e0e7b69c4cbcd71b21a389e 378182 
yoshimi_1.2.0-1_amd64.deb
 efe10699565cd6dcb144a72faa3bf652813fafe7f38da553ecd0c768ed674362 2044426 
yoshimi-data_1.2.0-1_all.deb
 2f723398bb87306fd179dcfd2f43bab55af72a175596edcea48ad2add02c0434 2793818 
yoshimi-dbg_1.2.0-1_amd64.deb
Files: 
 e4c190c284ff6f1c1f04d367d3915523 2322 sound optional yoshimi_1.2.0-1.dsc
 8520def22cff162f136815d6cac92f8e 2354780 sound optional 
yoshimi_1.2.0.orig.tar.bz2
 f25a92e91ffe5f5af679cfcf6c76f920 6104 sound optional 
yoshimi_1.2.0-1.debian.tar.xz
 7cddb954e86939fbc32d75b355527d78 378182 sound optional 
yoshimi_1.2.0-1_amd64.deb
 6fa5edd5fa66455f3ce5f571ceefba82 2044426 sound optional 
yoshimi-data_1.2.0-1_all.deb
 2d467ba7c9991561bd44c95594891768 2793818 debug extra 
yoshimi-dbg_1.2.0-1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBAgAGBQJTKyn5AAoJEFsBlFXiuE+l+/MP/Ryc39fP21cByng05+iKgB7L
O7MIhZt0JIqsYjSMVzDaF7Locy5wXX3JbCa9ISnngZqm6tLGKo0Uj5fiJfghsZt7
Ijzgsq7LE/S5Semr2vVARkGjMqBN+WuDjfpANW2soPLe2SZr6t61l5ctsfJ/MEK3
GV7k5Cllw0A11ZLegkkkQ5TUyLtzOK4l5T0ojlIbN/M83R/36RUG01seR4Ez9ICT
AKzEVXAGfrRHJAu/LP3Oj1HHlQs15K0KufrM3RTRA9rrfM3m7J4+TH4rK/CNNIBT
taH722dHWQtPc9Wkz9SFhDWyGewjL91hPNHYudW+eLMRZulVzL3R0LLShefoQFcK
Fxp0g/G465Mg9GZH14i9D2RGJa5Ru9Q5oPHPzxv5jGFuBo1ijoQOOJWXqSBczQDT
uUxQFjJXVGA0KxSXT0sSxZvPGXHLTMTd/KgDJBWuCuCtF9q8oGqkrasN5I19jIBn
8jSkJDiSkUAgTAwUWmolJZy/q38ACJRhFjZvvSJJ4J5Gkg2xs9PfCI0YueUEu0rO
B3AXLo0VfKBvd2SZjbzLzxRb7hiJOkWWY5Xo78mrPMSvGi8YcuvOCUjmZovmCI/1
LLyD6a1XJWnrdsFT6cShOxV45lFH4L2LLc5WnX6rmrwkUGxZ46lSfWeeA2U1X2Yq
/mbjAjA5Sapt3n7s26rQ
=3CGZ
-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

Reply: kimattorn...@qq.com Kim.

2014-03-20 Thread Pamela Bowers
I have a Crude Oil business project to discuss with you.I want
to send you details of this project.Do confirm that your email address
is still valid.I wait reply Reply: kimattorn...@qq.com Kim.



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


Ich brauche dringende Antwort ......

2014-03-20 Thread Powerball
 Liebe Gewinner,

sind Sie der Eigentümer von diese e-mail Adresse? Wenn ja, haben wir die 
Freude, Ihnen mitteilen zu können, dass diese e-mail Adresse hat gewann danach 
den Betrag von $ 945.000,00 USD (Neun hundert und vierzig fünf tausend 
Vereinigte Staaten Dollar) in der kürzlich beendeten Internationale Powerball 
Lottery on-line Promo 2014.

Für die Bezahlung ihrer gewonnen Preis in bar, Sie werden zu wenden Sie sich an 
den Manager des Programms mit den unten stehenden Angaben :-

Name: Prof. David Pavin
E-Mail:  powerballdavidpa...@gmail.com
Glückwünsche! 
Frau Jane Heather 
(Lottery koordinator) 
Powerball Internationale Lotterie

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