Processed: Re: Bug#713827: vlc-nox: FTBFS on hppa -- no bluray support

2013-06-23 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> tags 713827 + wontfix
Bug #713827 [vlc-nox] vlc-nox: FTBFS on hppa -- no bluray support
Added tag(s) wontfix.
> thanks
Stopping processing here.

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


Bug#713827: vlc-nox: FTBFS on hppa -- no bluray support

2013-06-23 Thread John David Anglin

On 23-Jun-13, at 8:26 AM, John David Anglin wrote:

As far as I know, Java is *not* required to build libbluray. It is  
only
required for some functionality, namely BD-J and the BD+ crypto/ 
DRM, the

latter not supported at all in open-source world.

So it seems I would argue that this is a bug in the libbluray  
source package.


I'll look at this more closely but this is what happens when I try  
to build the libbluray source package:


You are correct.  With a bit of hacking, libbluray will build without  
openjdk-6-jdk if bdjava
isn't enabled.  So, this bug can be closed.  I'll file a libblurray  
FTBFS.


Thanks,
Dave
--
John David Anglin   dave.ang...@bell.net

___
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#713827: vlc-nox: FTBFS on hppa -- no bluray support

2013-06-23 Thread John David Anglin

On 23-Jun-13, at 5:10 AM, Rémi Denis-Courmont wrote:

As far as I know, Java is *not* required to build libbluray. It is  
only
required for some functionality, namely BD-J and the BD+ crypto/DRM,  
the

latter not supported at all in open-source world.

So it seems I would argue that this is a bug in the libbluray source  
package.


I'll look at this more closely but this is what happens when I try to  
build the libbluray source package:


Reading package lists...
Building dependency tree...
Reading state information...
NOTICE: 'libbluray' packaging is maintained in the 'Git' version  
control system at:

git://git.debian.org/git/pkg-multimedia/libbluray.git
Need to get 465 kB of source archives.
Get:1 http://ftp.debian.org/debian/ testing/main libbluray 1:0.2.2-1  
(dsc) [2,485 B]
Get:2 http://ftp.debian.org/debian/ testing/main libbluray 1:0.2.2-1  
(tar) [456 kB]
Get:3 http://ftp.debian.org/debian/ testing/main libbluray 1:0.2.2-1  
(diff) [6,011 B]

dpkg-source: info: extracting libbluray in libbluray-0.2.2
dpkg-source: info: unpacking libbluray_0.2.2.orig.tar.bz2
dpkg-source: info: unpacking libbluray_0.2.2-1.debian.tar.gz
dpkg-buildpackage: source package libbluray
dpkg-buildpackage: source version 1:0.2.2-1
dpkg-buildpackage: source changed by Rico Tzschichholz >

 dpkg-source --before-build libbluray-0.2.2
dpkg-buildpackage: host architecture hppa
dpkg-checkbuilddeps: Unmet build dependencies: openjdk-6-jdk
dpkg-buildpackage: warning: build dependencies/conflicts unsatisfied;  
aborting

dpkg-buildpackage: warning: (Use -d flag to override.)
Build command 'cd libbluray-0.2.2 && dpkg-buildpackage -b -uc' failed.
Fetched 465 kB in 6s (69.7 kB/s)
E: Child process failed

--
John David Anglin   dave.ang...@bell.net

___
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#713827: vlc-nox: FTBFS on hppa -- no bluray support

2013-06-23 Thread Rémi Denis-Courmont
Le dimanche 23 juin 2013 02:12:13, Dave Anglin a écrit :
> Package: vlc-nox
> Version: 2.0.7-2
> Severity: serious
> Tags: patch
> Justification: fails to build from source (but built successfully in the
> past)
> 
> Currently, hppa does not have bluray support as it depends on openjdk-6/7.
> As result, vlc build from sources fails:

As far as I know, Java is *not* required to build libbluray. It is only 
required for some functionality, namely BD-J and the BD+ crypto/DRM, the 
latter not supported at all in open-source world.

So it seems I would argue that this is a bug in the libbluray source package.

-- 
Rémi Denis-Courmont
http://www.remlab.net/

___
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#713827: vlc-nox: FTBFS on hppa -- no bluray support

2013-06-22 Thread Dave Anglin
Package: vlc-nox
Version: 2.0.7-2
Severity: serious
Tags: patch
Justification: fails to build from source (but built successfully in the past)

Currently, hppa does not have bluray support as it depends on openjdk-6/7.
As result, vlc build from sources fails:

dpkg-buildpackage: source changed by Benjamin Drung 
 dpkg-source --before-build vlc-2.0.7
dpkg-buildpackage: host architecture hppa
dpkg-checkbuilddeps: Unmet build dependencies: libbluray-dev (>= 1:0.2.1)
dpkg-buildpackage: warning: build dependencies/conflicts unsatisfied; aborting
dpkg-buildpackage: warning: (Use -d flag to override.)

The attached patch fixes the issue for me.


-- System Information:
Debian Release: 7.0
  APT prefers unreleased
  APT policy: (500, 'unreleased'), (500, 'unstable')
Architecture: hppa (parisc64)

Kernel: Linux 3.10.0-rc6+ (SMP w/4 CPU cores)
Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -u debian.orig/control debian/control
--- debian.orig/control	2013-05-11 15:15:36.0 -0400
+++ debian/control	2013-06-22 16:53:41.0 -0400
@@ -22,7 +22,7 @@
libavc1394-dev [linux-any],
libavcodec-dev (>= 4:0.6),
libavformat-dev (>= 4:0.6),
-   libbluray-dev (>= 1:0.2.1),
+   libbluray-dev (>= 1:0.2.1) [!hppa],
libcaca-dev (>= 0.99.beta4),
libcddb2-dev,
libcdio-dev (>= 0.78.2),
Common subdirectories: debian.orig/patches and debian/patches
diff -u debian.orig/rules debian/rules
--- debian.orig/rules	2013-05-11 15:15:36.0 -0400
+++ debian/rules	2013-06-22 16:53:01.0 -0400
@@ -42,7 +42,6 @@
 confflags += \
 	--enable-a52 \
 	--enable-aa \
-	--enable-bluray \
 	--enable-bonjour \
 	--enable-caca \
 	--enable-dbus \
@@ -193,6 +192,14 @@
 removeplugins += neon
 endif
 
+# HPPA specific optimizations
+ifeq (,$(filter-out hppa,$(DEB_HOST_ARCH_CPU)))
+confflags += --disable-bluray
+removeplugins += bluray
+else
+confflags += --enable-bluray
+endif
+
 # PowerPC specific optimizations (excluding powerpcspe)
 ifeq (,$(filter-out powerpc,$(DEB_HOST_ARCH_CPU))$(filter powerpcspe,$(DEB_HOST_ARCH)))
 confflags += --enable-altivec
Common subdirectories: debian.orig/source and debian/source
___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers