Bug#738811: handbrake: crashes after source DVD is selected

2014-02-13 Thread Fabian Greffrath
Am Donnerstag, den 13.02.2014, 08:37 +0100 schrieb Jan Korous: 
 I have tried 2 different DVDs which I was able to play at the same machine
 without a glitch.

Could you please try again with the libdvdcss2 package installed?

- Fabian

___
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: hello! I would like to join the pkg-multimedia team

2014-02-13 Thread Sebastian Ramacher
Hi Andrew

On 2014-02-12 22:10:36, Andrew Kelley wrote:
 On Wed, Feb 12, 2014 at 9:37 AM, Sebastian Ramacher
 sramac...@debian.org wrote:
  If you intend to maintain libebur128 in the Multimedia Team, I'm happy
  to help you get it uploaded.
 
 Some of the wiki information seems to be outdated. In particular, it
 mentions that all packaging is done in
 http://git.debian.org/git/pkg-multimedia/ which seems to be not found.
 Thus I am humbly asking for advice on how to proceed.

I'll investigate that. Maybe that's consequence of the broken permissions
on alioth some weeks ago.
http://anonscm.debian.org/gitweb/?a=project_list;pf=pkg-multimedia does
not seem to list anything and
http://anonscm.debian.org/gitweb/ does not contain any pkg-multimedia
projects.

 Here is the current state of affairs for me:
 
  * I am watching the mailing lists and trying to learn as much as
 possible by following along.
 
  * I have libebur128 packaged up and ready to go into unstable over
 here: http://mentors.debian.net/package/libgroove
 The packaging repository is currently
 https://github.com/andrewrk/libebur128 with the debian/* files in the
 debian branch. I am happy to move this to a pkg-multimedia -sanctioned
 repository and use the master branch for debian/* files and upstream
 branch for upstream as the wiki suggests.

If you want to keep the history of your current packaging repository,
updating it to current team practice is probably the best way. Beside
the branch naming convention, a pristine-tar branch is missing in the
current repo. We can also just create a new repository once the package
is ready to upload by following the steps described in 4.1 of
https://wiki.debian.org/DebianMultimedia/DevelopPackaging (or import the
current package and continue working in pkg-multimedia's repo).

I will start reviewing the current packaging later today.

Regards
-- 
Sebastian Ramacher


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: [SCM] libdvdnav/master: Finalize changelog

2014-02-13 Thread Reinhard Tartler
Maybe something like this works for you?

 $ git reset --hard debian/4.2.1-2
 $ git reset --soft origin/master
 $ git commit -m Revert everything to debian/4.2.1-2

Reinhard

On Thu, Feb 13, 2014 at 1:10 PM, Bálint Réczey bal...@balintreczey.hu wrote:
 Hi All,

 Sorry, the reverts were not complete thus the current state does not work.
 I would like to reset master to debian/4.2.1-2 and add the dvdnav_dup patches
 cleaning the history.
 I know rolling back git branches is not nice, but it would result a
 much nicer history.
 Can I go ahead or I should continue working on master to return it to
 a good shape with
 new commits?

 Balint

 2014-02-13 18:06 GMT+01:00  rbal...@users.alioth.debian.org:
 The following commit has been merged in the master branch:
 commit 418218e919f7452436fb2a397f44e1e3611aea4e
 Author: Balint Reczey bal...@balintreczey.hu
 Date:   Thu Feb 13 17:30:31 2014 +0100

 Finalize changelog

 diff --git a/debian/changelog b/debian/changelog
 index 7af2092..e5cf7a9 100644
 --- a/debian/changelog
 +++ b/debian/changelog
 @@ -1,3 +1,9 @@
 +libdvdnav (4.2.1-3) unstable; urgency=low
 +
 +  * Reintroduce dvdnav_dup and dvdnav_dup_free API calls (Closes: #735760)
 +
 + -- Balint Reczey bal...@balintreczey.hu  Thu, 13 Feb 2014 17:26:10 +0100
 +
  libdvdnav (4.2.1-2) unstable; urgency=medium

* debian/: documentation package added (Closes: #735108)

 --
 libdvdnav packaging

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

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



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


Re: [SCM] libdvdnav/master: Finalize changelog

2014-02-13 Thread Bálint Réczey
2014-02-13 19:28 GMT+01:00 Reinhard Tartler siret...@gmail.com:
 Maybe something like this works for you?

  $ git reset --hard debian/4.2.1-2
  $ git reset --soft origin/master
  $ git commit -m Revert everything to debian/4.2.1-2
Yes, this would be the new commits way. :-)


 Reinhard

 On Thu, Feb 13, 2014 at 1:10 PM, Bálint Réczey bal...@balintreczey.hu wrote:
 Hi All,

 Sorry, the reverts were not complete thus the current state does not work.
 I would like to reset master to debian/4.2.1-2 and add the dvdnav_dup patches
 cleaning the history.
 I know rolling back git branches is not nice, but it would result a
 much nicer history.
 Can I go ahead or I should continue working on master to return it to
 a good shape with
 new commits?

 Balint

 2014-02-13 18:06 GMT+01:00  rbal...@users.alioth.debian.org:
 The following commit has been merged in the master branch:
 commit 418218e919f7452436fb2a397f44e1e3611aea4e
 Author: Balint Reczey bal...@balintreczey.hu
 Date:   Thu Feb 13 17:30:31 2014 +0100

 Finalize changelog

 diff --git a/debian/changelog b/debian/changelog
 index 7af2092..e5cf7a9 100644
 --- a/debian/changelog
 +++ b/debian/changelog
 @@ -1,3 +1,9 @@
 +libdvdnav (4.2.1-3) unstable; urgency=low
 +
 +  * Reintroduce dvdnav_dup and dvdnav_dup_free API calls (Closes: #735760)
 +
 + -- Balint Reczey bal...@balintreczey.hu  Thu, 13 Feb 2014 17:26:10 +0100
 +
  libdvdnav (4.2.1-2) unstable; urgency=medium

* debian/: documentation package added (Closes: #735108)

 --
 libdvdnav packaging

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

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



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

Re: [SCM] libdvdnav/master: Finalize changelog

2014-02-13 Thread Reinhard Tartler
Oh, now I see what you are saying, yes, I personally don't mind much either way.

On Thu, Feb 13, 2014 at 1:45 PM, Bálint Réczey bal...@balintreczey.hu wrote:
 2014-02-13 19:28 GMT+01:00 Reinhard Tartler siret...@gmail.com:
 Maybe something like this works for you?

  $ git reset --hard debian/4.2.1-2
  $ git reset --soft origin/master
  $ git commit -m Revert everything to debian/4.2.1-2
 Yes, this would be the new commits way. :-)


 Reinhard

 On Thu, Feb 13, 2014 at 1:10 PM, Bálint Réczey bal...@balintreczey.hu 
 wrote:
 Hi All,

 Sorry, the reverts were not complete thus the current state does not work.
 I would like to reset master to debian/4.2.1-2 and add the dvdnav_dup 
 patches
 cleaning the history.
 I know rolling back git branches is not nice, but it would result a
 much nicer history.
 Can I go ahead or I should continue working on master to return it to
 a good shape with
 new commits?

 Balint

 2014-02-13 18:06 GMT+01:00  rbal...@users.alioth.debian.org:
 The following commit has been merged in the master branch:
 commit 418218e919f7452436fb2a397f44e1e3611aea4e
 Author: Balint Reczey bal...@balintreczey.hu
 Date:   Thu Feb 13 17:30:31 2014 +0100

 Finalize changelog

 diff --git a/debian/changelog b/debian/changelog
 index 7af2092..e5cf7a9 100644
 --- a/debian/changelog
 +++ b/debian/changelog
 @@ -1,3 +1,9 @@
 +libdvdnav (4.2.1-3) unstable; urgency=low
 +
 +  * Reintroduce dvdnav_dup and dvdnav_dup_free API calls (Closes: #735760)
 +
 + -- Balint Reczey bal...@balintreczey.hu  Thu, 13 Feb 2014 17:26:10 
 +0100
 +
  libdvdnav (4.2.1-2) unstable; urgency=medium

* debian/: documentation package added (Closes: #735108)

 --
 libdvdnav packaging

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

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



 --
 regards,
 Reinhard



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


Processing of libdvdnav_4.2.1-3_amd64.changes

2014-02-13 Thread Debian FTP Masters
libdvdnav_4.2.1-3_amd64.changes uploaded successfully to localhost
along with the files:
  libdvdnav_4.2.1-3.dsc
  libdvdnav_4.2.1-3.debian.tar.xz
  libdvdnav4_4.2.1-3_amd64.deb
  libdvdnav-dbg_4.2.1-3_amd64.deb
  libdvdnav-dev_4.2.1-3_amd64.deb
  libdvdnav-doc_4.2.1-3_all.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


libdvdnav_4.2.1-3_amd64.changes REJECTED

2014-02-13 Thread Debian FTP Masters


libdvdnav_4.2.1-3.dsc: Invalid size hash for libdvdnav_4.2.1.orig.tar.xz:
According to the control file the size hash should be 109412,
but libdvdnav_4.2.1.orig.tar.xz has 109856.

If you did not include libdvdnav_4.2.1.orig.tar.xz in you upload, a different 
version
might already be known to the archive software.

===

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


libdvdnav_4.2.1-3_amd64.changes ACCEPTED into unstable

2014-02-13 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 13 Feb 2014 17:26:10 +0100
Source: libdvdnav
Binary: libdvdnav4 libdvdnav-dbg libdvdnav-dev libdvdnav-doc
Architecture: source amd64 all
Version: 4.2.1-3
Distribution: unstable
Urgency: low
Maintainer: Debian Multimedia Maintainers 
pkg-multimedia-maintainers@lists.alioth.debian.org
Changed-By: Balint Reczey bal...@balintreczey.hu
Description: 
 libdvdnav-dbg - DVD navigation library (debug)
 libdvdnav-dev - DVD navigation library (development)
 libdvdnav-doc - DVD navigation library (documentation)
 libdvdnav4 - DVD navigation library
Closes: 735760
Changes: 
 libdvdnav (4.2.1-3) unstable; urgency=low
 .
   * Reintroduce dvdnav_dup and dvdnav_dup_free API calls (Closes: #735760)
Checksums-Sha1: 
 fd434cfd6737b232921ff9f88a3c2e0c116723d7 2254 libdvdnav_4.2.1-3.dsc
 ae98b263969a2a0833eed00512fb7fb9cfa635f4 8660 libdvdnav_4.2.1-3.debian.tar.xz
 237e29e98fddae88c27147ce564aa3992b918cff 48642 libdvdnav4_4.2.1-3_amd64.deb
 e0620ebac3cbf7907a673ac119f19da4da91f00d 178080 libdvdnav-dbg_4.2.1-3_amd64.deb
 e2d6068fae14eb499fa91c643a1f93c0330f5efe 56190 libdvdnav-dev_4.2.1-3_amd64.deb
 dbf9863496c320d6fe6a9c3cd498e02605ea2fda 61288 libdvdnav-doc_4.2.1-3_all.deb
Checksums-Sha256: 
 b644ba8973e93c93a930577978c4bda66e567ddf74e00319d4e2e584c2fb2f82 2254 
libdvdnav_4.2.1-3.dsc
 379234e14a761460c1cb288547f36524348ae5d70e66cf0bbebf23bf0abce6d5 8660 
libdvdnav_4.2.1-3.debian.tar.xz
 0bc1dac236a1b68c35f0245691271ee19f4bdbf711e6010b172e731832fa7bf0 48642 
libdvdnav4_4.2.1-3_amd64.deb
 1f750ddd5aa344c2e41002e267cff7db29077082f1d7a7e98bdf900e2011a7c7 178080 
libdvdnav-dbg_4.2.1-3_amd64.deb
 e18a0c78d846d92133236229b7d9e34291b4ddb2335eb2cde2ebad8e08da3140 56190 
libdvdnav-dev_4.2.1-3_amd64.deb
 94e8605503720b63419399f7ece33a98cf09e7bf02c00611da5fcbd729787712 61288 
libdvdnav-doc_4.2.1-3_all.deb
Files: 
 c85b4a0ff4cb49a652ac245dd6191b25 2254 libs optional libdvdnav_4.2.1-3.dsc
 029d36d0ea0dd29d0c3c366cc40dc9bf 8660 libs optional 
libdvdnav_4.2.1-3.debian.tar.xz
 789e50ccd293d094153fca54046f0f6e 48642 libs optional 
libdvdnav4_4.2.1-3_amd64.deb
 d08f84338a1598290312eb160956 178080 debug extra 
libdvdnav-dbg_4.2.1-3_amd64.deb
 4bae4cc7e1bde6703203c8769c00896b 56190 libdevel optional 
libdvdnav-dev_4.2.1-3_amd64.deb
 012c02000a8ec3d330daef1a0f94ff2c 61288 doc optional 
libdvdnav-doc_4.2.1-3_all.deb

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

iQIcBAEBCAAGBQJS/R00AAoJEPZk0la0aRp9GQkQAKZXhYUe+Sb0OUfBr+uF1g0M
jJYRkfcs/7cDd+3Pk7GqKji1GRwoj3JKyT1uqOCDh711skI9fXQt6ph+hT7BB7bi
r0IfehV17S5Y/aTCa1nv77uAms7UPabgGZ530Ph2KqXTIr+o/+p+JmNyFIUaVCsn
QHnx3zwZh6RwjS0hZWbjNW7IsLxtmFIeGltlk54EVSCNV+/caU/hg4nN5eB2M4At
ZBILfKNz0phGbVeIPuFkG03W3Xs7Ft0Pvv6oYLRJlp2BrOedzkZaPPWrROk0sPFg
x+Tfo1wzBr5B8E8l43lejgDNEVHl5hdxq0xVQJ42ny819VLE1IP9IY3kqQDYR8ir
0Yn+k0bv8k/a1yYCSfdd4hgWBapLws1+ard80SCvNvuZQzNGcUf8Xzo6L31pbCOC
IcHasf1bTFGDwHnKsK8mexa6GzCfysnqHc+oFWaEr3Xuc769LDuAtR16ZFieDG/o
8TX0YsJ7ixjZpRyk20dt2z/12JCuzPZhno9L4nDekwl+4MPI4wkhU48bksYw9DGR
ETmgP+ivXsW8rUgev7NMbTr4eRcDyNjvKHUr7I5lrVqbEHHXgtb/adge8VIfnBJU
OEzQu9Kt5zYLfJbU4Dpg0PQvUhFclYwPX4rz6T91pYy5GYlqZThkJavhHKTh/kGJ
5AnzE1/cGJh1tSTmYgOR
=5W6u
-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


Bug#735760: marked as done (libdvdnav: removed dvdnav_dup{,_free} API)

2014-02-13 Thread Debian Bug Tracking System
Your message dated Thu, 13 Feb 2014 19:48:22 +
with message-id e1we2gk-0006kz...@franck.debian.org
and subject line Bug#735760: fixed in libdvdnav 4.2.1-3
has caused the Debian Bug report #735760,
regarding libdvdnav: removed dvdnav_dup{,_free} API
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.)


-- 
735760: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=735760
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: handbrake
Version: 0.9.9+dfsg-2~2.gbpa4c3e9
Severity: serious
Tags: jessie sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20140114 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part (hopefully):
 /usr/bin/g++ -pipe -Wl,-z,relro -Wl,-z,defs -Wl,--as-needed 
 -fmessage-length=0 -Wall -g2 -O3 -g -O2 -fstack-protector 
 --param=ssp-buffer-size=4 -Wformat -Werror=format-security 
 -D_FORTIFY_SOURCE=2 -I./libhb/ -I./contrib/include -o HandBrakeCLI 
 -Wl,--start-group test/parsecsv.o test/test.o ./libhb/libhb.a -la52 -lass 
 -lavcodec -lavformat -lavutil -lavresample -ldvdnav -ldvdread -lfontconfig 
 -lfreetype -lmkv -lmpeg2 -lmp3lame -logg -lsamplerate -lswscale -ltheoraenc 
 -ltheoradec -lvorbis -lvorbisenc -lx264 -lbluray -lxml2 -lbz2 -lz -lpthread 
 -ldl -lm -Wl,--end-group
 ./libhb/libhb.a(dvdnav.o): In function `try_menu':
 /«BUILDDIR»/handbrake-0.9.9+dfsg/build/../libhb/dvdnav.c:1230: undefined 
 reference to `dvdnav_dup'
 /«BUILDDIR»/handbrake-0.9.9+dfsg/build/../libhb/dvdnav.c:1237: undefined 
 reference to `dvdnav_free_dup'
 collect2: error: ld returned 1 exit status

The full build log is available from:
   
http://aws-logs.debian.net/ftbfs-logs/2014/01/14/handbrake_0.9.9+dfsg-2~2.gbpa4c3e9_unstable.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.
---End Message---
---BeginMessage---
Source: libdvdnav
Source-Version: 4.2.1-3

We believe that the bug you reported is fixed in the latest version of
libdvdnav, 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 735...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Balint Reczey bal...@balintreczey.hu (supplier of updated libdvdnav 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: Thu, 13 Feb 2014 17:26:10 +0100
Source: libdvdnav
Binary: libdvdnav4 libdvdnav-dbg libdvdnav-dev libdvdnav-doc
Architecture: source amd64 all
Version: 4.2.1-3
Distribution: unstable
Urgency: low
Maintainer: Debian Multimedia Maintainers 
pkg-multimedia-maintainers@lists.alioth.debian.org
Changed-By: Balint Reczey bal...@balintreczey.hu
Description: 
 libdvdnav-dbg - DVD navigation library (debug)
 libdvdnav-dev - DVD navigation library (development)
 libdvdnav-doc - DVD navigation library (documentation)
 libdvdnav4 - DVD navigation library
Closes: 735760
Changes: 
 libdvdnav (4.2.1-3) unstable; urgency=low
 .
   * Reintroduce dvdnav_dup and dvdnav_dup_free API calls (Closes: #735760)
Checksums-Sha1: 
 fd434cfd6737b232921ff9f88a3c2e0c116723d7 2254 libdvdnav_4.2.1-3.dsc
 ae98b263969a2a0833eed00512fb7fb9cfa635f4 8660 libdvdnav_4.2.1-3.debian.tar.xz
 237e29e98fddae88c27147ce564aa3992b918cff 48642 libdvdnav4_4.2.1-3_amd64.deb
 e0620ebac3cbf7907a673ac119f19da4da91f00d 178080 libdvdnav-dbg_4.2.1-3_amd64.deb
 e2d6068fae14eb499fa91c643a1f93c0330f5efe 56190 libdvdnav-dev_4.2.1-3_amd64.deb
 dbf9863496c320d6fe6a9c3cd498e02605ea2fda 61288 libdvdnav-doc_4.2.1-3_all.deb
Checksums-Sha256: 
 b644ba8973e93c93a930577978c4bda66e567ddf74e00319d4e2e584c2fb2f82 2254 
libdvdnav_4.2.1-3.dsc
 379234e14a761460c1cb288547f36524348ae5d70e66cf0bbebf23bf0abce6d5 8660 
libdvdnav_4.2.1-3.debian.tar.xz
 0bc1dac236a1b68c35f0245691271ee19f4bdbf711e6010b172e731832fa7bf0 48642 
libdvdnav4_4.2.1-3_amd64.deb
 1f750ddd5aa344c2e41002e267cff7db29077082f1d7a7e98bdf900e2011a7c7 178080 

Bug#738343: marked as done (handbrake: FTBFS: dvdnav.c:1230: undefined reference to 'dvdnav_dup')

2014-02-13 Thread Debian Bug Tracking System
Your message dated Thu, 13 Feb 2014 19:48:22 +
with message-id e1we2gk-0006kz...@franck.debian.org
and subject line Bug#735760: fixed in libdvdnav 4.2.1-3
has caused the Debian Bug report #735760,
regarding handbrake: FTBFS: dvdnav.c:1230: undefined reference to 'dvdnav_dup'
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.)


-- 
735760: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=735760
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: handbrake
Version: 0.9.9+dfsg-2~2.gbpa4c3e9
Severity: serious

Hi there,

Your package handbrake fails to build in current unstable on amd64.

(Hopefully) Relevant part of the log: 
--

/usr/bin/gcc -pipe -fmessage-length=0 -Wall -g2 -O3 -g -O2 -fstack-protector 
--param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 
-D__LIBHB__ -DUSE_PTHREAD -DSYS_LINUX -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64 -I./libhb/ -I./contrib/include -c ../libhb/sync.c -o 
libhb/sync.o
/usr/bin/gcc -pipe -fmessage-length=0 -Wall -g2 -O3 -g -O2 -fstack-protector 
--param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 
-D__LIBHB__ -DUSE_PTHREAD -DSYS_LINUX -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64 -I./libhb/ -I./contrib/include -c ../libhb/taskset.c -o 
libhb/taskset.o
/usr/bin/gcc -pipe -fmessage-length=0 -Wall -g2 -O3 -g -O2 -fstack-protector 
--param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 
-D__LIBHB__ -DUSE_PTHREAD -DSYS_LINUX -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64 -I./libhb/ -I./contrib/include -c ../libhb/update.c -o 
libhb/update.o
/usr/bin/gcc -pipe -fmessage-length=0 -Wall -g2 -O3 -g -O2 -fstack-protector 
--param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 
-D__LIBHB__ -DUSE_PTHREAD -DSYS_LINUX -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64 -I./libhb/ -I./contrib/include -c ../libhb/vfr.c -o 
libhb/vfr.o
/usr/bin/gcc -pipe -fmessage-length=0 -Wall -g2 -O3 -g -O2 -fstack-protector 
--param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 
-D__LIBHB__ -DUSE_PTHREAD -DSYS_LINUX -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64 -I./libhb/ -I./contrib/include -c ../libhb/work.c -o 
libhb/work.o
/usr/bin/ar rsu libhb/libhb.a libhb/audio_remap.o libhb/audio_resample.o 
libhb/batch.o libhb/bd.o libhb/common.o libhb/cropscale.o libhb/deblock.o 
libhb/deca52.o libhb/decavcodec.o libhb/deccc608sub.o libhb/declpcm.o 
libhb/decmetadata.o libhb/decmpeg2.o libhb/decomb.o libhb/decpgssub.o 
libhb/decsrtsub.o libhb/decssasub.o libhb/dectx3gsub.o libhb/decutf8sub.o 
libhb/decvobsub.o libhb/deinterlace.o libhb/demuxmpeg.o libhb/denoise.o 
libhb/detelecine.o libhb/dvd.o libhb/dvdnav.o libhb/eedi2.o libhb/encavcodec.o 
libhb/encavcodecaudio.o libhb/encfaac.o libhb/enclame.o libhb/enctheora.o 
libhb/encvobsub.o libhb/encvorbis.o libhb/encx264.o libhb/fifo.o libhb/hb.o 
libhb/hb_dict.o libhb/lang.o libhb/mcdeint.o libhb/muxcommon.o libhb/muxmkv.o 
libhb/muxmp4.o libhb/ports.o libhb/reader.o libhb/rendersub.o libhb/rotate.o 
libhb/scan.o libhb/stream.o libhb/sync.o libhb/taskset.o libhb/update.o 
libhb/vfr.o libhb/work.o
/usr/bin/ar: creating libhb/libhb.a
/bin/mkdir -p test
/usr/bin/gcc -pipe -fmessage-length=0 -Wall -g2 -O3 -g -O2 -fstack-protector 
--param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 
-I./libhb/ -I./contrib/include -c ../test/parsecsv.c -o test/parsecsv.o
/usr/bin/gcc -pipe -fmessage-length=0 -Wall -g2 -O3 -g -O2 -fstack-protector 
--param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 
-I./libhb/ -I./contrib/include -c ../test/test.c -o test/test.o
/usr/bin/g++ -pipe -Wl,-z,relro -Wl,-z,defs -Wl,--as-needed -fmessage-length=0 
-Wall -g2 -O3 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat 
-Werror=format-security -D_FORTIFY_SOURCE=2 -I./libhb/ -I./contrib/include -o 
HandBrakeCLI -Wl,--start-group test/parsecsv.o test/test.o ./libhb/libhb.a 
-la52 -lass -lavcodec -lavformat -lavutil -lavresample -ldvdnav -ldvdread 
-lfontconfig -lfreetype -lmkv -lmpeg2 -lmp3lame -logg -lsamplerate -lswscale 
-ltheoraenc -ltheoradec -lvorbis -lvorbisenc -lx264 -lbluray -lxml2 -lbz2 -lz 
-lpthread -ldl -lm -Wl,--end-group
./libhb/libhb.a(dvdnav.o): In function `try_menu':
/«BUILDDIR»/handbrake-0.9.9+dfsg/build/../libhb/dvdnav.c:1230: undefined 
reference to `dvdnav_dup'
/«BUILDDIR»/handbrake-0.9.9+dfsg/build/../libhb/dvdnav.c:1237: undefined 
reference to `dvdnav_free_dup'
collect2: error: ld returned 1 exit status
make[1]: *** [HandBrakeCLI] Error 1
make[1]: 

Re: [SCM] libdvdnav packaging annotated tag, debian/4.2.1-3, created. debian/4.2.1-3

2014-02-13 Thread Reinhard Tartler
Thanks for taking care of this so promptly!

Reinhard

On Thu, Feb 13, 2014 at 2:08 PM,  rbal...@users.alioth.debian.org wrote:
 The annotated tag, debian/4.2.1-3 has been created
 at  e7e1751eab366d8cf62509117186db5a24cf8140 (tag)
tagging  720ece48c3942b4304812b900ed58f6ad9865a1e (commit)
   replaces  debian/4.2.1-2
  tagged by  Balint Reczey
 on  Thu Feb 13 20:08:05 2014 +0100

 - Shortlog 
 Debian release 4.2.1-3
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.4.12 (GNU/Linux)

 iQIcBAABCAAGBQJS/RgVAAoJEPZk0la0aRp9kGEP/R8WlWpx/0DGhg5n+YZJf59E
 b08OXItIm8SyIf+GtFQT3duauLHR9323SPhzc98OKbD61f78ydha+xOGZmFRjwWP
 N7SpYcuPKXyxqbCrczrFb2cT714MFrKrl6eDFJ631aVd85Os/SsC07ppfoho6W+3
 XuCXv68wACpIDyH3nAJdk5Wm2jzuwGIPg5l1AdQrNXDUoQEsvPuqM8+LFOw/pMLg
 yE8H6yN4p3eOpySwji1mFpIBibaZC//ZHnvy2G8hYAcROoFOCaLt+n0Eu7Vnrv33
 EfbUueMptnv2JH+gWGTS/DvqYdErtE5UQrgoxYlppHPzp+hUZRPQPRkUMQU+zhxJ
 kFxtaJOBRg/IcS3+aMaK6VY5y8hLfWsnSgcArDtsuFg6rtOJXjyMGfVh+GJydeBm
 /+q373D5YKEVAIuu3LSKJRBbwJQMBS9SURuHHc8wghSn9DDd02qkmQMVI+1jEnbh
 9Plc3S9DgUNAYSt/i7y/FiIgzqWNpXvBxIjdd0Po9tIonL3XcUf655PaM5ITgkmT
 qePNHJbHJSO4NkbhxIs3e8+GllYaV5bbdwd1ky0NFsVADb1EueGzWC3kIBbzldlg
 fkyHiqmc8rOzorcM3rM2bP0myKsceKUtFN5Q2FCrBRHhxoy9GmfYjpeu+jwEQR8V
 /hEZx0KKxyibESTO+tFG
 =IhOG
 -END PGP SIGNATURE-

 Balint Reczey (16):
   Revert use pristine-tar by default
   Revert Fix upstream versions
   Revert cleanup installion of documentation
   Revert update symbols file
   Revert avoid package build failure
   Revert Update patch for the Hurd
   Revert add a note how the upstream tarball was generated
   Revert change upstream reference to new source: videolan
   Revert update debian/changelog
   Reintroduce dvdnav_dup and dvdnav_dup_free API calls (Closes: #735760)
   Finalize changelog
   Revert everything to debian/4.2.1-2
   Reintroduce dvdnav_dup and dvdnav_dup_free API calls (Closes: #735760)
   Update symbols file
   Add myself to uploaders
   Finalize changelog

 Benjamin Drung (1):
   Update lintian override for symbols file

 Reinhard Tartler (11):
   Imported Upstream version 4.9.0~~gita5c13254
   Merge tag 'upstream/4.9.0__gita5c13254'
   update debian/changelog
   change upstream reference to new source: videolan
   add a note how the upstream tarball was generated
   Update patch for the Hurd
   avoid package build failure
   update symbols file
   cleanup installion of documentation
   Fix upstream versions
   use pristine-tar by default

 ---

 --
 libdvdnav packaging

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



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