[PATCH] Add build-{arch,indep} targets to debian/rules.

2013-09-06 Thread Jon Severinsson
--- debian/rules | 12 1 fil ändrad, 8 tillägg(+), 4 borttagningar(-) diff --git a/debian/rules b/debian/rules index b6c4c328..c7f81e52 100755 --- a/debian/rules +++ b/debian/rules @@ -118,11 +118,14 @@ build-doxy-stamp: doxygen doc/Doxyfile touch $@ -build: build

Bug#722003: libav-tools: do not work options -t and -fs

2013-09-06 Thread Sergij Krajko
Package: libav-tools Version: 6:0.8.6-1 Severity: normal In the command: avconv -t 3 ... option -t not work. Also option -fs not work. But the command: ffmpeg -t 3 ... works great. -- System Information: Debian Release: 7.1 APT prefers stable-updates APT policy: (500, 'stable-updates'),

Re: Ardour3 and Calf plugins 0.0.19

2013-09-06 Thread Jaromír Mikeš
2013/9/6 Adrian Knoth > On 09/05/13 09:07, Jaromír Mikeš wrote: > Hi, Sorry for missing this, I don't read the list folder too often these > days. If urgent, feel free to CC me whenever you think it makes sense. > ;) ok I will CC you ;) > - no_fortify should fixed by passing CPPFLAGS prope

Re: Ardour3 and Calf plugins 0.0.19

2013-09-06 Thread Adrian Knoth
On 09/05/13 09:07, Jaromír Mikeš wrote: Hi! Sorry for missing this, I don't read the list folder too often these days. If urgent, feel free to CC me whenever you think it makes sense. ;) - there is a lot of ancient unused patches ... should we drop them? Yes. - add patches description re

lv2-c++-tools 1.0.5-1 MIGRATED to testing

2013-09-06 Thread Debian testing watch
FYI: The status of the lv2-c++-tools source package in Debian's testing distribution has changed. Previous version: 1.0.4-3 Current version: 1.0.5-1 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will r

Re: [PATCH mpv 1/3] Fix Vcs-Browser url

2013-09-06 Thread Andreas Boll
2013/9/6 Alessandro Ghedini : > On ven, set 06, 2013 at 11:29:56 +0200, Andreas Boll wrote: >> Signed-off-by: Andreas Boll > > Hi, > > I imported your patches (except the changelog one) in git, thanks! > > Next time it'd probebly be better if you use the Debian BTS instead of sending > the patches

jack-midi-clock_0.4.1-1_amd64.changes is NEW

2013-09-06 Thread Debian FTP Masters
binary:jack-midi-clock is NEW. source:jack-midi-clock 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. ___

[PATCH 9/9] Fix and improve debian/rules.

2013-09-06 Thread Jon Severinsson
Propperly enables paralell make, enforces a clear separation between build/install/binay and indep/arch steps, minor cleanups, etc. Also fixes a bug causing the extra version of libavcodec.so.54.35.0 gets installed in both libavcodec54 and libavcodec-extra-54. --- debian/rules | 134 ++

[PATCH 7/9] Update list of optional dependencies.

2013-09-06 Thread Jon Severinsson
Removed explicit --enable-swscale, no as it no longer requires --enable-gpl and thus is enabled by default. Added direct dependancy on liblzo2-dev (currenly required directly but only depended on indirectly) Dropped libxvid dependency, it is superseded by the internal mpeg4 encoder. Dropped libfa

[PATCH 4/9] Remove unnecessary Breaks on mplayer.

2013-09-06 Thread Jon Severinsson
The affected mplayer versions breaks on too new libavcodec(-extra-)53, but don't care about -54. --- debian/control |4 1 fil ändrad, 4 borttagningar(-) diff --git a/debian/control b/debian/control index a81037e9..4fdedcb8 100644 --- a/debian/control +++ b/debian/control @@ -155,8 +155,

[PATCH 8/9] Only build executables and documentation in the shared flavour.

2013-09-06 Thread Jon Severinsson
--- debian/confflags | 12 1 fil ändrad, 12 tillägg(+) diff --git a/debian/confflags b/debian/confflags index fa0fae8b..944dc22c 100644 --- a/debian/confflags +++ b/debian/confflags @@ -154,6 +154,8 @@ endif # Configuration flags for the static libraries static_build_confflags

[PATCH 6/9] Add dpkg (>= 1.15.6~) to Pre-Depends to ensure xz-compatibility.

2013-09-06 Thread Jon Severinsson
Also add ${misc:Pre-Depends} where it was missing. Only required when upgrading directly from squeeze or lenny, but never hurts. --- debian/control | 37 + 1 fil ändrad, 29 tillägg(+), 8 borttagningar(-) diff --git a/debian/control b/debian/control index b23

[PATCH 3/9] Add missing dependencies to ffmpeg-dbg Depends.

2013-09-06 Thread Jon Severinsson
--- debian/control |2 ++ 1 fil ändrad, 2 tillägg(+) diff --git a/debian/control b/debian/control index cbc74e08..a81037e9 100644 --- a/debian/control +++ b/debian/control @@ -99,6 +99,8 @@ Depends: libavcodec54 (= ${binary:Version}) | libavcodec-extra-54 (= ${binary:Version}), libavdevi

[PATCH 1/9] Minor fixes to the Description of some binary packages.

2013-09-06 Thread Jon Severinsson
--- debian/control |8 1 fil ändrad, 4 tillägg(+), 4 borttagningar(-) diff --git a/debian/control b/debian/control index ef6e2f9c..4fb8180e 100644 --- a/debian/control +++ b/debian/control @@ -226,7 +226,7 @@ Replaces: libswscale-extra-2 Breaks: libswscale-extra-2 (<< 5:0.8.1-2)

[PATCH 5/9] Remove broken and unnecessary Replaces from libav-tools

2013-09-06 Thread Jon Severinsson
This was added because old libavcodec(-extra-)52 containd the *.ffpreset files, which later moved to the ffmpeg package instead. The soname was erroneously bumped to 53 in 4:0.7~b1-1, even though the files are now named *.avpreset and don't conflict with any libavcodec* package. --- debian/control

[PATCH 2/9] Add missing Replaces/Breaks to libavutil52.

2013-09-06 Thread Jon Severinsson
--- debian/control |4 1 fil ändrad, 4 tillägg(+) diff --git a/debian/control b/debian/control index 4fb8180e..cbc74e08 100644 --- a/debian/control +++ b/debian/control @@ -131,6 +131,10 @@ Pre-Depends: ${misc:Pre-Depends} Depends: ${misc:Depends}, ${shlibs:Depends} +Replaces: + lib

Some patches for libav.

2013-09-06 Thread Jon Severinsson
A couple of patches for the libav package if you are interested. Only the last one is kind of largeish, but that one fixes several interdependent problems with the makefile so was difficult to meaningfully split. Regards Jon Severinsson ___ pkg-multim

[no subject]

2013-09-06 Thread Mr. Paul Kimble
Dear Interesting Customer's Vallery Loan Company INC is currently offering out loans in any Currency/Amount from $3,000 to $900,000/ over any term from 1 to 25 years with interest rate of 2% APR. Apply by sending your Full name, Loan Amount, Duration ,Purpose, Country and telephone number to

Processing of jack-midi-clock_0.4.1-1_amd64.changes

2013-09-06 Thread Debian FTP Masters
jack-midi-clock_0.4.1-1_amd64.changes uploaded successfully to localhost along with the files: jack-midi-clock_0.4.1-1.dsc jack-midi-clock_0.4.1.orig.tar.xz jack-midi-clock_0.4.1-1.debian.tar.gz jack-midi-clock_0.4.1-1_amd64.deb Greetings, Your Debian queue daemon (running on host

libltc_1.1.2-1_amd64.changes ACCEPTED into unstable

2013-09-06 Thread Debian FTP Masters
Accepted: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Fri, 06 Sep 2013 15:22:39 +0200 Source: libltc Binary: libltc-dev libltc-doc libltc11 libltc-dbg Architecture: source amd64 all Version: 1.1.2-1 Distribution: unstable Urgency: low Maintainer: Debian Multimedia Maintainer

Processing of libltc_1.1.2-1_amd64.changes

2013-09-06 Thread Debian FTP Masters
libltc_1.1.2-1_amd64.changes uploaded successfully to localhost along with the files: libltc_1.1.2-1.dsc libltc_1.1.2.orig.tar.gz libltc_1.1.2-1.debian.tar.gz libltc-dev_1.1.2-1_amd64.deb libltc-doc_1.1.2-1_all.deb libltc11_1.1.2-1_amd64.deb libltc-dbg_1.1.2-1_amd64.deb Greetings,

Re: [PATCH mpv 1/3] Fix Vcs-Browser url

2013-09-06 Thread Alessandro Ghedini
On ven, set 06, 2013 at 11:29:56 +0200, Andreas Boll wrote: > Signed-off-by: Andreas Boll Hi, I imported your patches (except the changelog one) in git, thanks! Next time it'd probebly be better if you use the Debian BTS instead of sending the patches to this list though, so that we can more ea

Processing of idjc_0.8.9-1_amd64.changes

2013-09-06 Thread Debian FTP Masters
idjc_0.8.9-1_amd64.changes uploaded successfully to localhost along with the files: idjc_0.8.9-1.dsc idjc_0.8.9.orig.tar.gz idjc_0.8.9-1.debian.tar.gz idjc_0.8.9-1_amd64.deb Greetings, Your Debian queue daemon (running on host franck.debian.org) __

idjc_0.8.9-1_amd64.changes ACCEPTED into unstable

2013-09-06 Thread Debian FTP Masters
Accepted: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Fri, 06 Sep 2013 13:50:26 +0200 Source: idjc Binary: idjc Architecture: source amd64 Version: 0.8.9-1 Distribution: unstable Urgency: low Maintainer: Debian Multimedia Maintainers Changed-By: Sebastian Ramacher Descr

Bug#720801: marked as done (idjc: FTBFS with lobav9: avcodecdecode.c:295:22: error: 'AV_METADATA_DONT_STRDUP_KEY' undeclared (first use in this function))

2013-09-06 Thread Debian Bug Tracking System
Your message dated Fri, 06 Sep 2013 12:03:00 + with message-id and subject line Bug#720801: fixed in idjc 0.8.9-1 has caused the Debian Bug report #720801, regarding idjc: FTBFS with lobav9: avcodecdecode.c:295:22: error: 'AV_METADATA_DONT_STRDUP_KEY' undeclared (first use in this function) t

Western Union Money Transfer

2013-09-06 Thread Mrs.Anita Jones
Western Union Money TransferВнимание:Центральный банк Бенин нарисовал схему глобальной помощи, чтобы онранее участвовали жертвами мошенников. Совершено в субрегионеЗападной Африке.В связи с этим, мы пишем с мандатом, чтобы узнать, если вы участвуетекак жертвы знать, что вы выиграли компенсацию долл

[PATCH mpv 3/3] Update debian/changelog

2013-09-06 Thread Andreas Boll
Signed-off-by: Andreas Boll --- debian/changelog | 7 +++ 1 file changed, 7 insertions(+) diff --git a/debian/changelog b/debian/changelog index 97a13cb..667e101 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +mpv (0.1.4-2) UNRELEASED; urgency=low + + * Fix Vcs-Browse

[PATCH mpv 1/3] Fix Vcs-Browser url

2013-09-06 Thread Andreas Boll
Signed-off-by: Andreas Boll --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index e647a6d..300a5ef 100644 --- a/debian/control +++ b/debian/control @@ -46,7 +46,7 @@ Build-Depends: debhelper (>= 9), Standards-Version: 3.9.4

[PATCH mpv 2/3] Restrict wayland support to linux-any

2013-09-06 Thread Andreas Boll
Signed-off-by: Andreas Boll --- debian/control | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/control b/debian/control index 300a5ef..1678233 100644 --- a/debian/control +++ b/debian/control @@ -17,7 +17,7 @@ Build-Depends: debhelper (>= 9), libbs2b-dev, libd