Processing of csoundqt_0.8.0-1_amd64.changes

2013-08-14 Thread Debian FTP Masters
csoundqt_0.8.0.orig.tar.gz has incorrect size; deleting it
Due to the errors above, the .changes file couldn't be processed.
Please fix the problems for the upload to happen.

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


Processing of csound_6.00.1~dfsg-1_amd64.changes

2013-08-14 Thread Debian FTP Masters
csound_6.00.1~dfsg.orig.tar.gz has incorrect size; deleting it
Due to the errors above, the .changes file couldn't be processed.
Please fix the problems for the upload to happen.

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


Bug#719125: marked as done (qutecsound: FTBFS: src/csoundengine.h:69:3: error: 'CsoundChannelListEntry' does not name a type)

2013-08-14 Thread Debian Bug Tracking System
Your message dated Wed, 14 Aug 2013 20:13:41 -0400
with message-id 

and subject line Re: Bug#719125: qutecsound: FTBFS: src/csoundengine.h:69:3: 
error: 'CsoundChannelListEntry' does not name a type
has caused the Debian Bug report #719125,
regarding qutecsound: FTBFS: src/csoundengine.h:69:3: error: 
'CsoundChannelListEntry' does not name a type
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.)


-- 
719125: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=719125
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: qutecsound
Version: 0.6.1-2
Severity: serious
Justification: FTBFS (but built successfully in the past)

qutecsound fails to build from source since csound 6.00 is available in
unstable:
| g++ -c -m64 -pipe -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector 
--param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wall -W 
-D_REENTRANT -DUSE_DOUBLE -DQT_NO_DEBUG -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB 
-DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++-64 -I. -I/usr/include/qt4/QtCore 
-I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml -I/usr/include/qt4 
-I/usr/include/csound -I/usr/include -Ibuild/doubles/release/moc 
-Ibuild/doubles/release/ui -o build/doubles/release/obj/csoundoptions.o 
src/csoundoptions.cpp
| In file included from src/csoundengine.h:27:0,
|  from src/csoundengine.cpp:23:
| /usr/include/csound/csound.hpp:159:16: warning: unused parameter 'type' 
[-Wunused-parameter]
|virtual void SetInput(char *name, char *type){
| ^
| In file included from src/csoundengine.cpp:23:0:
| src/csoundengine.h:69:3: error: 'CsoundChannelListEntry' does not name a type
|CsoundChannelListEntry **channelList;
|^
| src/csoundengine.cpp:624:6: warning: unused parameter 'delay' 
[-Wunused-parameter]
|  void CsoundEngine::queueEvent(QString eventLine, int delay)
|   ^
| src/csoundengine.cpp: In member function 'int CsoundEngine::runCsound()':
| src/csoundengine.cpp:730:30: error: 'csoundPreCompile' was not declared in 
this scope
|csoundPreCompile(ud->csound);  //Need to run PreCompile to create the 
FLTK_Flags global variable
|   ^
| src/csoundengine.cpp:755:47: error: 'csoundSetCallback' was not declared in 
this scope
|  (void *) ud, CSOUND_CALLBACK_KBD_EVENT);
|^
| src/csoundengine.cpp:788:80: error: 'csoundSetInputValueCallback' was not 
declared in this scope
|csoundSetInputValueCallback(ud->csound, 
&CsoundEngine::inputValueCallback);
|   
  ^
| src/csoundengine.cpp:789:82: error: 'csoundSetOutputValueCallback' was not 
declared in this scope
|csoundSetOutputValueCallback(ud->csound, 
&CsoundEngine::outputValueCallback);
|   
^
| src/csoundengine.cpp:793:11: error: 'struct CsoundUserData' has no member 
named 'channelList'
|ud->channelList = (CsoundChannelListEntry **) 
malloc(sizeof(CsoundChannelListEntry *));
|^
| src/csoundengine.cpp:793:26: error: 'CsoundChannelListEntry' was not declared 
in this scope
|ud->channelList = (CsoundChannelListEntry **) 
malloc(sizeof(CsoundChannelListEntry *));
|   ^
| src/csoundengine.cpp:793:51: error: expected primary-expression before ')' 
token
|ud->channelList = (CsoundChannelListEntry **) 
malloc(sizeof(CsoundChannelListEntry *));
|^
| src/csoundengine.cpp:793:53: error: expected ';' before 'malloc'
|ud->channelList = (CsoundChannelListEntry **) 
malloc(sizeof(CsoundChannelListEntry *));
|  ^
| src/csoundengine.cpp:794:60: error: 'struct CsoundUserData' has no member 
named 'channelList'
|ud->numChannels = csoundListChannels(ud->csound, ud->channelList);
| ^
| src/csoundengine.cpp:795:31: error: 'chnls' was not declared in this scope
|CsoundChannelListEntry *chnls = *ud->channelList;
|^
| src/csoundengine.cpp:795:44: error: 'struct CsoundUserData' has no member 
named 'channelList'
|CsoundChannelListEntry *chnls = *ud->channelList;
| ^
| src/csoundengine.cpp:817:51: error: 'csoundSetInputValueCallback' was not 
declared in this scope
|  csoundSetInputValueCallback(ud->csound, NULL);
|

ladspa-sdk 1.13-2 MIGRATED to testing

2013-08-14 Thread Debian testing watch
FYI: The status of the ladspa-sdk source package
in Debian's testing distribution has changed.

  Previous version: 1.13-1
  Current version:  1.13-2

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


jalv 1.2.0~dfsg0-2 MIGRATED to testing

2013-08-14 Thread Debian testing watch
FYI: The status of the jalv source package
in Debian's testing distribution has changed.

  Previous version: 1.0.0~dfsg0-2
  Current version:  1.2.0~dfsg0-2

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


gtklick 0.6.4-4 MIGRATED to testing

2013-08-14 Thread Debian testing watch
FYI: The status of the gtklick source package
in Debian's testing distribution has changed.

  Previous version: 0.6.4-3
  Current version:  0.6.4-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


libpostproc_0.git20120821-3_source+amd64.changes ACCEPTED into unstable

2013-08-14 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 14 Aug 2013 18:12:33 +0200
Source: libpostproc
Binary: libpostproc-dev libpostproc52
Architecture: amd64 source
Version: 6:0.git20120821-3
Distribution: unstable
Urgency: low
Maintainer: Debian multimedia packages maintainers 

Changed-By: Reinhard Tartler 
Description: 
 libpostproc52 - FFmpeg derived postprocessing library
 libpostproc-dev - FFmpeg derived postprocessing library - development headers
Changes: 
 libpostproc (6:0.git20120821-3) unstable; urgency=low
 .
   * Upload to unstable
Checksums-Sha1: 
 ee80f4697af8bb59f5e781751ce168b6c4d3b425 26742 
libpostproc-dev_0.git20120821-3_amd64.deb
 cc9570786bf1e711f7dfc655adb92e099271300c 26480 
libpostproc52_0.git20120821-3_amd64.deb
 449a8d433f782200bd798f95c3cca9597ce99a00 1550 libpostproc_0.git20120821-3.dsc
 6112cc6ea80f5939f12046a0f550fd685aebb7f7 2471 
libpostproc_0.git20120821-3.debian.tar.gz
Checksums-Sha256: 
 1b24c783e6eb93d190b5764c642d91dd8cb14fa9edd5b047a010caefab904833 26742 
libpostproc-dev_0.git20120821-3_amd64.deb
 8682198e5a270a7b45505fc4e02d0d9cb39a9679c3c107b60b3e957a1595e32a 26480 
libpostproc52_0.git20120821-3_amd64.deb
 f0743730bfe20dfa46b644c0944555d51e0a30f5a066817a2c269a121423ff4e 1550 
libpostproc_0.git20120821-3.dsc
 91d474996bc9678c7b1e3a488cc7fbd6628f908262ef3e934f8a60b057d74a99 2471 
libpostproc_0.git20120821-3.debian.tar.gz
Files: 
 289519fca52fa200e02a3b86e677da35 26742 libdevel optional 
libpostproc-dev_0.git20120821-3_amd64.deb
 cb204b0e01dbc0d55e821b030cae9c0a 26480 libs optional 
libpostproc52_0.git20120821-3_amd64.deb
 c0014ed3b9b3c63d875f54bffcfbf7c4 1550 libs optional 
libpostproc_0.git20120821-3.dsc
 43c214be0539be41993a301c923ce57e 2471 libs optional 
libpostproc_0.git20120821-3.debian.tar.gz

-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.19 (GNU/Linux)
Comment: Debian Powered!

iEYEARECAAYFAlILrcYACgkQmAg1RJRTSKQA+gCdGHoHn2/lncYqggaOEiq01GdF
eycAnRkxMBG4RVzm3iy2yLckGVWlpNHl
=mk4l
-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 libpostproc_0.git20120821-3_source+amd64.changes

2013-08-14 Thread Debian FTP Masters
libpostproc_0.git20120821-3_source+amd64.changes uploaded successfully to 
localhost
along with the files:
  libpostproc-dev_0.git20120821-3_amd64.deb
  libpostproc52_0.git20120821-3_amd64.deb
  libpostproc_0.git20120821-3.dsc
  libpostproc_0.git20120821-3.debian.tar.gz

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


PLEASE VEIW THE ATTACHMENT AND GET BACK TO ME

2013-08-14 Thread RECHARD DOUGLAS
 

PLEASE VEIW THE ATTACHMENT AND GET BACK TO ME

PLEASE VEIW THE ATTACHMENT AND GET BACK TO ME.rtf
Description: RTF 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

mpv_0.1.0-1_amd64.changes is NEW

2013-08-14 Thread Debian FTP Masters
binary:mpv is NEW.
source:mpv is NEW.

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


Processing of mpv_0.1.0-1_amd64.changes

2013-08-14 Thread Debian FTP Masters
mpv_0.1.0-1_amd64.changes uploaded successfully to localhost
along with the files:
  mpv_0.1.0-1.dsc
  mpv_0.1.0.orig.tar.gz
  mpv_0.1.0-1.debian.tar.gz
  mpv_0.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


Re: Ardour3 and Calf plugins 0.0.19

2013-08-14 Thread Adrian Knoth
On 08/06/2013 09:48 PM, Adrian Knoth wrote:

Hi!

> For ardour, I'll also update the repo to 3.3, but I need a DD for the
> final upload. Package should be in good shape, I'm using it on a daily
> basis.

Any takers? Let's upload this and start collecting bug reports. ;)



Cheers

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


How To Get More Fans To Your Facebook Fan Page

2013-08-14 Thread Money Lessons

Hi,


When it comes to advertising and marketing
online, there is nothing like having a Facebook
fan page that has a lot of fans. 


Facebook fans will make your company look very
trusted and it is a great way to draw in more
potential customers.

Most people will admit that they will often go
towards companies that have more fans because
they feel like it is a great way to determine if
they are a trusted brand or company. 


If you are looking to learn how to get more
Facebook fans, then you will need to take these
things into consideration.

Make Contests 


This is a strategy that has helped other
companies that are trying to get more fans. These
contests will help you stay connected with your
fans and to create a relationship that will help
build your online presence.

You can give away little items like t-shirts or
you can even give people discounts. The only
thing that they will need to do is share your
Facebook page and to tag a photo to your fan
page. This causes their friends and family to see
your page and thus gaining more fans.

Use Other Sites 


Do not just focus on Facebook as this is not the
best strategy for internet marketing. You will
need to go over to websites like Twitter as a
different source of traffic. You will then need
to post about your Facebook page and have people
join you on Facebook as well. Most people are
members on both social networks and so it is a
good idea to target them on both sides.

These are just simple ways to get more Facebook
fans and to really increase your overall presence
on the internet. Do these two things and you will
start to see a big increase of fans on Facebook.


Much Success!
Jenny Foster




PS. Want to get started online buy don't know where to start? 
Click here for free affiliate templates every month!


http://d04260dlqz7mcx46qeicg5pc3o.hop.clickbank.net

This message was sent by:
Jenny Foster
189 Broadway St., New York,
NY, 32400,
United States.


Click HERE to cancel or edit your subscription:
http://ebizresponse.com/ar/ar/r.php?s=14057&a=56&k=e85d41afab73605fe3ca18d426320435




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