vlc.git
4 years agoMerge vlc (3.0.16-1) import into refs/heads/workingbranch
Sebastian Ramacher [Mon, 21 Jun 2021 19:07:16 +0000 (20:07 +0100)]
Merge vlc (3.0.16-1) import into refs/heads/workingbranch

4 years agoDo not generate cache during build
Sebastian Ramacher [Mon, 6 Jul 2020 22:18:39 +0000 (00:18 +0200)]
Do not generate cache during build

The generated cache is not used in the package. It causes spurious build
failures on the arm64 and ppc64el builds, that are not reproducible
elsewhere.

Gbp-Pq: Name 0003-Do-not-generate-cache-during-build.patch

4 years agoRevert "configure: Require libmodplug >= 0.8.9"
Sebastian Ramacher [Mon, 19 Aug 2019 19:04:56 +0000 (21:04 +0200)]
Revert "configure: Require libmodplug >= 0.8.9"

This reverts commit 48f014768dc22ecad23d0e9f53c38805a3aff832.

Gbp-Pq: Name 0002-Revert-configure-Require-libmodplug-0.8.9.patch

4 years agoconfigure: fix linking on RISC-V ISA
Rémi Denis-Courmont [Sat, 16 Jun 2018 18:31:45 +0000 (21:31 +0300)]
configure: fix linking on RISC-V ISA

Gbp-Pq: Name 0001-configure-fix-linking-on-RISC-V-ISA.patch

4 years agovlc (3.0.16-1) unstable; urgency=medium
Sebastian Ramacher [Mon, 21 Jun 2021 19:07:16 +0000 (20:07 +0100)]
vlc (3.0.16-1) unstable; urgency=medium

  * Upload to unstable
  * New upstream release

[dgit import unpatched vlc 3.0.16-1]

4 years agoImport vlc_3.0.16.orig.tar.xz
Sebastian Ramacher [Mon, 21 Jun 2021 19:07:16 +0000 (20:07 +0100)]
Import vlc_3.0.16.orig.tar.xz

[dgit import orig vlc_3.0.16.orig.tar.xz]

4 years agoImport vlc_3.0.16-1.debian.tar.xz
Sebastian Ramacher [Mon, 21 Jun 2021 19:07:16 +0000 (20:07 +0100)]
Import vlc_3.0.16-1.debian.tar.xz

[dgit import tarball vlc 3.0.16-1 vlc_3.0.16-1.debian.tar.xz]

4 years agoMerge vlc (3.0.12-3) import into refs/heads/workingbranch
Sebastian Ramacher [Tue, 9 Mar 2021 16:42:00 +0000 (16:42 +0000)]
Merge vlc (3.0.12-3) import into refs/heads/workingbranch

4 years agoqt: reparent video window to root whence UI closes
Rémi Denis-Courmont [Fri, 5 Feb 2021 17:46:15 +0000 (19:46 +0200)]
qt: reparent video window to root whence UI closes

The video window has to exist until it is closed by its owner, i.e.
WindowClose() is called. If it stayed as a child of the main UI window,
it would be destroyed with the main UI window.

This reparents it (back) to the root window before the main UI window
gets destroyed. This works around #21875.

Gbp-Pq: Name 0006-qt-reparent-video-window-to-root-whence-UI-closes.patch

4 years agoqt: create another indirection X11 window
Rémi Denis-Courmont [Fri, 5 Feb 2021 17:25:48 +0000 (19:25 +0200)]
qt: create another indirection X11 window

The main window may be destroyed before the video window. This notably
occurs if the user requests to close the main UI via window decorations.
While Qt allows those requests to be rejected, doing so would
reintroduce obnoxious bug #4606.

The Qt-X11 display connection will be closed as well as it belongs to
the QApplication instance.

This creates a separate window belonging to a separate display
connection, and which is not tied to the QApplication and QMainWindow
instances. Unfortunately, this adds yet another connection to the X11
display server in the VLC process in addition to QApplication's and the
video display's. And that connection won't process events.

Refs #21875.

Gbp-Pq: Name 0005-qt-create-another-indirection-X11-window.patch

4 years agoqt: add a private structure for window provider
Rémi Denis-Courmont [Sat, 6 Feb 2021 13:00:02 +0000 (15:00 +0200)]
qt: add a private structure for window provider

Gbp-Pq: Name 0004-qt-add-a-private-structure-for-window-provider.patch

4 years agoDo not generate cache during build
Sebastian Ramacher [Mon, 6 Jul 2020 22:18:39 +0000 (00:18 +0200)]
Do not generate cache during build

The generated cache is not used in the package. It causes spurious build
failures on the arm64 and ppc64el builds, that are not reproducible
elsewhere.

Gbp-Pq: Name 0003-Do-not-generate-cache-during-build.patch

4 years agoRevert "configure: Require libmodplug >= 0.8.9"
Sebastian Ramacher [Mon, 19 Aug 2019 19:04:56 +0000 (21:04 +0200)]
Revert "configure: Require libmodplug >= 0.8.9"

This reverts commit 48f014768dc22ecad23d0e9f53c38805a3aff832.

Gbp-Pq: Name 0002-Revert-configure-Require-libmodplug-0.8.9.patch

4 years agoconfigure: fix linking on RISC-V ISA
Rémi Denis-Courmont [Sat, 16 Jun 2018 18:31:45 +0000 (21:31 +0300)]
configure: fix linking on RISC-V ISA

Gbp-Pq: Name 0001-configure-fix-linking-on-RISC-V-ISA.patch

4 years agovlc (3.0.12-3) unstable; urgency=medium
Sebastian Ramacher [Tue, 9 Mar 2021 16:42:00 +0000 (16:42 +0000)]
vlc (3.0.12-3) unstable; urgency=medium

  * debian/patches: Apply upstream patches to prevent process freeze on exit
    (Closes: #916595) (LP: #1819543)

[dgit import unpatched vlc 3.0.12-3]

4 years agoImport vlc_3.0.12-3.debian.tar.xz
Sebastian Ramacher [Tue, 9 Mar 2021 16:42:00 +0000 (16:42 +0000)]
Import vlc_3.0.12-3.debian.tar.xz

[dgit import tarball vlc 3.0.12-3 vlc_3.0.12-3.debian.tar.xz]

4 years agoMerge vlc (3.0.12-2) import into refs/heads/workingbranch
Sebastian Ramacher [Sun, 31 Jan 2021 10:40:59 +0000 (10:40 +0000)]
Merge vlc (3.0.12-2) import into refs/heads/workingbranch

4 years agoDo not generate cache during build
Sebastian Ramacher [Mon, 6 Jul 2020 22:18:39 +0000 (00:18 +0200)]
Do not generate cache during build

The generated cache is not used in the package. It causes spurious build
failures on the arm64 and ppc64el builds, that are not reproducible
elsewhere.

Gbp-Pq: Name 0003-Do-not-generate-cache-during-build.patch

4 years agoRevert "configure: Require libmodplug >= 0.8.9"
Sebastian Ramacher [Mon, 19 Aug 2019 19:04:56 +0000 (21:04 +0200)]
Revert "configure: Require libmodplug >= 0.8.9"

This reverts commit 48f014768dc22ecad23d0e9f53c38805a3aff832.

Gbp-Pq: Name 0002-Revert-configure-Require-libmodplug-0.8.9.patch

4 years agoconfigure: fix linking on RISC-V ISA
Rémi Denis-Courmont [Sat, 16 Jun 2018 18:31:45 +0000 (21:31 +0300)]
configure: fix linking on RISC-V ISA

Gbp-Pq: Name 0001-configure-fix-linking-on-RISC-V-ISA.patch

4 years agovlc (3.0.12-2) unstable; urgency=medium
Sebastian Ramacher [Sun, 31 Jan 2021 10:40:59 +0000 (10:40 +0000)]
vlc (3.0.12-2) unstable; urgency=medium

  * debian/: Disable live555 plugin due to ä981439

[dgit import unpatched vlc 3.0.12-2]

4 years agoImport vlc_3.0.12-2.debian.tar.xz
Sebastian Ramacher [Sun, 31 Jan 2021 10:40:59 +0000 (10:40 +0000)]
Import vlc_3.0.12-2.debian.tar.xz

[dgit import tarball vlc 3.0.12-2 vlc_3.0.12-2.debian.tar.xz]

4 years agoImport vlc_3.0.12.orig.tar.xz
Sebastian Ramacher [Mon, 18 Jan 2021 16:13:21 +0000 (16:13 +0000)]
Import vlc_3.0.12.orig.tar.xz

[dgit import orig vlc_3.0.12.orig.tar.xz]

4 years agoMerge vlc (3.0.12-1) import into refs/heads/workingbranch
Sebastian Ramacher [Mon, 18 Jan 2021 16:13:21 +0000 (16:13 +0000)]
Merge vlc (3.0.12-1) import into refs/heads/workingbranch

4 years agoDo not generate cache during build
Sebastian Ramacher [Mon, 6 Jul 2020 22:18:39 +0000 (00:18 +0200)]
Do not generate cache during build

The generated cache is not used in the package. It causes spurious build
failures on the arm64 and ppc64el builds, that are not reproducible
elsewhere.

Gbp-Pq: Name 0003-Do-not-generate-cache-during-build.patch

4 years agoRevert "configure: Require libmodplug >= 0.8.9"
Sebastian Ramacher [Mon, 19 Aug 2019 19:04:56 +0000 (21:04 +0200)]
Revert "configure: Require libmodplug >= 0.8.9"

This reverts commit 48f014768dc22ecad23d0e9f53c38805a3aff832.

Gbp-Pq: Name 0002-Revert-configure-Require-libmodplug-0.8.9.patch

4 years agoconfigure: fix linking on RISC-V ISA
Rémi Denis-Courmont [Sat, 16 Jun 2018 18:31:45 +0000 (21:31 +0300)]
configure: fix linking on RISC-V ISA

Gbp-Pq: Name 0001-configure-fix-linking-on-RISC-V-ISA.patch

4 years agovlc (3.0.12-1) unstable; urgency=medium
Sebastian Ramacher [Mon, 18 Jan 2021 16:13:21 +0000 (16:13 +0000)]
vlc (3.0.12-1) unstable; urgency=medium

  * New upstream release
    - mkv: Fix heap-based buffer overflow (CVE-2020-26664) (Closes: #979676)
  * debian/control:
    - Switch to libshout-dev
    - Bump Standards-Version
  * debian/patches: Refresh patches
  * debian/vlc-plugins-base.install: Install RIST access plugins

[dgit import unpatched vlc 3.0.12-1]

4 years agoImport vlc_3.0.12-1.debian.tar.xz
Sebastian Ramacher [Mon, 18 Jan 2021 16:13:21 +0000 (16:13 +0000)]
Import vlc_3.0.12-1.debian.tar.xz

[dgit import tarball vlc 3.0.12-1 vlc_3.0.12-1.debian.tar.xz]

5 years agoMerge vlc (3.0.11.1-3) import into refs/heads/workingbranch
Sebastian Ramacher [Wed, 21 Oct 2020 19:14:33 +0000 (20:14 +0100)]
Merge vlc (3.0.11.1-3) import into refs/heads/workingbranch

5 years agoqt: add missing include for QPainterPath
Alexandre Janniaux [Fri, 28 Aug 2020 08:08:37 +0000 (10:08 +0200)]
qt: add missing include for QPainterPath

The include is not transitively included anymore with Qt 5.15.

Original contribution of menaquinone from ticket #24882.

Fix #24882, #25059

Gbp-Pq: Name 0005-qt-add-missing-include-for-QPainterPath.patch

5 years agoqt: fix missing header when compiling with Qt 5.15
Pierre Lamot [Wed, 27 May 2020 09:05:53 +0000 (11:05 +0200)]
qt: fix missing header when compiling with Qt 5.15

Cherry-picked from commit 0e88143ed2fe8eedfa4d3afdafcd0df901644c1d.

Signed-off-by: Alexandre Janniaux <ajanni@videolabs.io>
Gbp-Pq: Name 0004-qt-fix-missing-header-when-compiling-with-Qt-5.15.patch

5 years agoDo not generate cache during build
Sebastian Ramacher [Mon, 6 Jul 2020 22:18:39 +0000 (00:18 +0200)]
Do not generate cache during build

The generated cache is not used in the package. It causes spurious build
failures on the arm64 and ppc64el builds, that are not reproducible
elsewhere.

Gbp-Pq: Name 0003-Do-not-generate-cache-during-build.patch

5 years agoRevert "configure: Require libmodplug >= 0.8.9"
Sebastian Ramacher [Mon, 19 Aug 2019 19:04:56 +0000 (21:04 +0200)]
Revert "configure: Require libmodplug >= 0.8.9"

This reverts commit 48f014768dc22ecad23d0e9f53c38805a3aff832.

Gbp-Pq: Name 0002-Revert-configure-Require-libmodplug-0.8.9.patch

5 years agoconfigure: fix linking on RISC-V ISA
Rémi Denis-Courmont [Sat, 16 Jun 2018 18:31:45 +0000 (21:31 +0300)]
configure: fix linking on RISC-V ISA

Gbp-Pq: Name 0001-configure-fix-linking-on-RISC-V-ISA.patch

5 years agovlc (3.0.11.1-3) unstable; urgency=medium
Sebastian Ramacher [Wed, 21 Oct 2020 19:14:33 +0000 (20:14 +0100)]
vlc (3.0.11.1-3) unstable; urgency=medium

  * debian/patches: Apply upstream patches to fix build with Qt 5.15 (Closes:
    #972157)

[dgit import unpatched vlc 3.0.11.1-3]

5 years agoImport vlc_3.0.11.1-3.debian.tar.xz
Sebastian Ramacher [Wed, 21 Oct 2020 19:14:33 +0000 (20:14 +0100)]
Import vlc_3.0.11.1-3.debian.tar.xz

[dgit import tarball vlc 3.0.11.1-3 vlc_3.0.11.1-3.debian.tar.xz]

5 years agoMerge vlc (3.0.11.1-2) import into refs/heads/workingbranch
Sebastian Ramacher [Tue, 22 Sep 2020 21:11:26 +0000 (22:11 +0100)]
Merge vlc (3.0.11.1-2) import into refs/heads/workingbranch

5 years agoDo not generate cache during build
Sebastian Ramacher [Mon, 6 Jul 2020 22:18:39 +0000 (00:18 +0200)]
Do not generate cache during build

The generated cache is not used in the package. It causes spurious build
failures on the arm64 and ppc64el builds, that are not reproducible
elsewhere.

Gbp-Pq: Name 0003-Do-not-generate-cache-during-build.patch

5 years agoRevert "configure: Require libmodplug >= 0.8.9"
Sebastian Ramacher [Mon, 19 Aug 2019 19:04:56 +0000 (21:04 +0200)]
Revert "configure: Require libmodplug >= 0.8.9"

This reverts commit 48f014768dc22ecad23d0e9f53c38805a3aff832.

Gbp-Pq: Name 0002-Revert-configure-Require-libmodplug-0.8.9.patch

5 years agoconfigure: fix linking on RISC-V ISA
Rémi Denis-Courmont [Sat, 16 Jun 2018 18:31:45 +0000 (21:31 +0300)]
configure: fix linking on RISC-V ISA

Gbp-Pq: Name 0001-configure-fix-linking-on-RISC-V-ISA.patch

5 years agovlc (3.0.11.1-2) unstable; urgency=medium
Sebastian Ramacher [Tue, 22 Sep 2020 21:11:26 +0000 (22:11 +0100)]
vlc (3.0.11.1-2) unstable; urgency=medium

  * debian/control:
    - Remove unsed B-D
    - Switch to libdc1394-dev
    - Add Suggests and Recommends on the remaining packages (Closes: #970596)

[dgit import unpatched vlc 3.0.11.1-2]

5 years agoImport vlc_3.0.11.1-2.debian.tar.xz
Sebastian Ramacher [Tue, 22 Sep 2020 21:11:26 +0000 (22:11 +0100)]
Import vlc_3.0.11.1-2.debian.tar.xz

[dgit import tarball vlc 3.0.11.1-2 vlc_3.0.11.1-2.debian.tar.xz]

5 years agoImport vlc_3.0.11.1.orig.tar.xz
Sebastian Ramacher [Fri, 31 Jul 2020 17:05:40 +0000 (18:05 +0100)]
Import vlc_3.0.11.1.orig.tar.xz

[dgit import orig vlc_3.0.11.1.orig.tar.xz]

5 years agoMerge vlc (3.0.11.1-1) import into refs/heads/workingbranch
Sebastian Ramacher [Fri, 31 Jul 2020 17:05:40 +0000 (18:05 +0100)]
Merge vlc (3.0.11.1-1) import into refs/heads/workingbranch

5 years agoDo not generate cache during build
Sebastian Ramacher [Mon, 6 Jul 2020 22:18:39 +0000 (00:18 +0200)]
Do not generate cache during build

The generated cache is not used in the package. It causes spurious build
failures on the arm64 and ppc64el builds, that are not reproducible
elsewhere.

Gbp-Pq: Name 0003-Do-not-generate-cache-during-build.patch

5 years agoRevert "configure: Require libmodplug >= 0.8.9"
Sebastian Ramacher [Mon, 19 Aug 2019 19:04:56 +0000 (21:04 +0200)]
Revert "configure: Require libmodplug >= 0.8.9"

This reverts commit 48f014768dc22ecad23d0e9f53c38805a3aff832.

Gbp-Pq: Name 0002-Revert-configure-Require-libmodplug-0.8.9.patch

5 years agoconfigure: fix linking on RISC-V ISA
Rémi Denis-Courmont [Sat, 16 Jun 2018 18:31:45 +0000 (21:31 +0300)]
configure: fix linking on RISC-V ISA

Gbp-Pq: Name 0001-configure-fix-linking-on-RISC-V-ISA.patch

5 years agovlc (3.0.11.1-1) unstable; urgency=medium
Sebastian Ramacher [Fri, 31 Jul 2020 17:05:40 +0000 (18:05 +0100)]
vlc (3.0.11.1-1) unstable; urgency=medium

  * New upstream release

[dgit import unpatched vlc 3.0.11.1-1]

5 years agoImport vlc_3.0.11.1-1.debian.tar.xz
Sebastian Ramacher [Fri, 31 Jul 2020 17:05:40 +0000 (18:05 +0100)]
Import vlc_3.0.11.1-1.debian.tar.xz

[dgit import tarball vlc 3.0.11.1-1 vlc_3.0.11.1-1.debian.tar.xz]

5 years agoMerge vlc (3.0.11-4) import into refs/heads/workingbranch
Sebastian Ramacher [Mon, 20 Jul 2020 20:45:52 +0000 (21:45 +0100)]
Merge vlc (3.0.11-4) import into refs/heads/workingbranch

5 years agoDo not generate cache during build
Sebastian Ramacher [Mon, 6 Jul 2020 22:18:39 +0000 (00:18 +0200)]
Do not generate cache during build

The generated cache is not used in the package. It causes spurious build
failures on the arm64 and ppc64el builds, that are not reproducible
elsewhere.

Gbp-Pq: Name 0003-Do-not-generate-cache-during-build.patch

5 years agoRevert "configure: Require libmodplug >= 0.8.9"
Sebastian Ramacher [Mon, 19 Aug 2019 19:04:56 +0000 (21:04 +0200)]
Revert "configure: Require libmodplug >= 0.8.9"

This reverts commit 48f014768dc22ecad23d0e9f53c38805a3aff832.

Gbp-Pq: Name 0002-Revert-configure-Require-libmodplug-0.8.9.patch

5 years agoconfigure: fix linking on RISC-V ISA
Rémi Denis-Courmont [Sat, 16 Jun 2018 18:31:45 +0000 (21:31 +0300)]
configure: fix linking on RISC-V ISA

Gbp-Pq: Name 0001-configure-fix-linking-on-RISC-V-ISA.patch

5 years agovlc (3.0.11-4) unstable; urgency=medium
Sebastian Ramacher [Mon, 20 Jul 2020 20:45:52 +0000 (21:45 +0100)]
vlc (3.0.11-4) unstable; urgency=medium

  * debian/libvlc-bin.postinst: Redirect vlc-cache-gen output to stderr
  * debian/tests: Run vlc-cache-gen with gdb if plugins.dat is missing

[dgit import unpatched vlc 3.0.11-4]

5 years agoImport vlc_3.0.11-4.debian.tar.xz
Sebastian Ramacher [Mon, 20 Jul 2020 20:45:52 +0000 (21:45 +0100)]
Import vlc_3.0.11-4.debian.tar.xz

[dgit import tarball vlc 3.0.11-4 vlc_3.0.11-4.debian.tar.xz]

5 years agoMerge vlc (3.0.11-3) import into refs/heads/workingbranch
Sebastian Ramacher [Mon, 6 Jul 2020 22:19:43 +0000 (23:19 +0100)]
Merge vlc (3.0.11-3) import into refs/heads/workingbranch

5 years agoDo not generate cache during build
Sebastian Ramacher [Mon, 6 Jul 2020 22:18:39 +0000 (00:18 +0200)]
Do not generate cache during build

The generated cache is not used in the package. It causes spurious build
failures on the arm64 and ppc64el builds, that are not reproducible
elsewhere.

Gbp-Pq: Name 0003-Do-not-generate-cache-during-build.patch

5 years agoRevert "configure: Require libmodplug >= 0.8.9"
Sebastian Ramacher [Mon, 19 Aug 2019 19:04:56 +0000 (21:04 +0200)]
Revert "configure: Require libmodplug >= 0.8.9"

This reverts commit 48f014768dc22ecad23d0e9f53c38805a3aff832.

Gbp-Pq: Name 0002-Revert-configure-Require-libmodplug-0.8.9.patch

5 years agoconfigure: fix linking on RISC-V ISA
Rémi Denis-Courmont [Sat, 16 Jun 2018 18:31:45 +0000 (21:31 +0300)]
configure: fix linking on RISC-V ISA

Gbp-Pq: Name 0001-configure-fix-linking-on-RISC-V-ISA.patch

5 years agovlc (3.0.11-3) unstable; urgency=medium
Sebastian Ramacher [Mon, 6 Jul 2020 22:19:43 +0000 (23:19 +0100)]
vlc (3.0.11-3) unstable; urgency=medium

  * debian/patches: Disable cache generation

[dgit import unpatched vlc 3.0.11-3]

5 years agoImport vlc_3.0.11-3.debian.tar.xz
Sebastian Ramacher [Mon, 6 Jul 2020 22:19:43 +0000 (23:19 +0100)]
Import vlc_3.0.11-3.debian.tar.xz

[dgit import tarball vlc 3.0.11-3 vlc_3.0.11-3.debian.tar.xz]

5 years agoImport vlc_3.0.11.orig.tar.xz
Sebastian Ramacher [Mon, 15 Jun 2020 20:47:37 +0000 (21:47 +0100)]
Import vlc_3.0.11.orig.tar.xz

[dgit import orig vlc_3.0.11.orig.tar.xz]

5 years agoMerge vlc (3.0.11-1) import into refs/heads/workingbranch
Sebastian Ramacher [Mon, 15 Jun 2020 20:47:37 +0000 (21:47 +0100)]
Merge vlc (3.0.11-1) import into refs/heads/workingbranch

5 years agoRevert "configure: Require libmodplug >= 0.8.9"
Sebastian Ramacher [Mon, 19 Aug 2019 19:04:56 +0000 (21:04 +0200)]
Revert "configure: Require libmodplug >= 0.8.9"

This reverts commit 48f014768dc22ecad23d0e9f53c38805a3aff832.

Gbp-Pq: Name 0002-Revert-configure-Require-libmodplug-0.8.9.patch

5 years agoconfigure: fix linking on RISC-V ISA
Rémi Denis-Courmont [Sat, 16 Jun 2018 18:31:45 +0000 (21:31 +0300)]
configure: fix linking on RISC-V ISA

Gbp-Pq: Name 0001-configure-fix-linking-on-RISC-V-ISA.patch

5 years agovlc (3.0.11-1) unstable; urgency=high
Sebastian Ramacher [Mon, 15 Jun 2020 20:47:37 +0000 (21:47 +0100)]
vlc (3.0.11-1) unstable; urgency=high

  * New upstream release
    - Fix a heap-based buffer overflow in haxxx_nall (CVE-2020-13428)

[dgit import unpatched vlc 3.0.11-1]

5 years agoImport vlc_3.0.11-1.debian.tar.xz
Sebastian Ramacher [Mon, 15 Jun 2020 20:47:37 +0000 (21:47 +0100)]
Import vlc_3.0.11-1.debian.tar.xz

[dgit import tarball vlc 3.0.11-1 vlc_3.0.11-1.debian.tar.xz]

5 years agoMerge vlc (3.0.10-2) import into refs/heads/workingbranch
Sebastian Ramacher [Thu, 11 Jun 2020 21:36:54 +0000 (22:36 +0100)]
Merge vlc (3.0.10-2) import into refs/heads/workingbranch

5 years agoRevert "configure: Require libmodplug >= 0.8.9"
Sebastian Ramacher [Mon, 19 Aug 2019 19:04:56 +0000 (21:04 +0200)]
Revert "configure: Require libmodplug >= 0.8.9"

This reverts commit 48f014768dc22ecad23d0e9f53c38805a3aff832.

Gbp-Pq: Name 0002-Revert-configure-Require-libmodplug-0.8.9.patch

5 years agoconfigure: fix linking on RISC-V ISA
Rémi Denis-Courmont [Sat, 16 Jun 2018 18:31:45 +0000 (21:31 +0300)]
configure: fix linking on RISC-V ISA

Gbp-Pq: Name 0001-configure-fix-linking-on-RISC-V-ISA.patch

5 years agovlc (3.0.10-2) unstable; urgency=medium
Sebastian Ramacher [Thu, 11 Jun 2020 21:36:54 +0000 (22:36 +0100)]
vlc (3.0.10-2) unstable; urgency=medium

  * debian/:
    - Bump debhleper compat to 13
    - Disable srt until the package is fixed
    - Build omxil plugin only on Raspbian (Closes: #957915)

[dgit import unpatched vlc 3.0.10-2]

5 years agoImport vlc_3.0.10-2.debian.tar.xz
Sebastian Ramacher [Thu, 11 Jun 2020 21:36:54 +0000 (22:36 +0100)]
Import vlc_3.0.10-2.debian.tar.xz

[dgit import tarball vlc 3.0.10-2 vlc_3.0.10-2.debian.tar.xz]

5 years agoMerge vlc (3.0.10-1) import into refs/heads/workingbranch
Sebastian Ramacher [Mon, 27 Apr 2020 20:10:09 +0000 (21:10 +0100)]
Merge vlc (3.0.10-1) import into refs/heads/workingbranch

5 years agoImport vlc_3.0.10.orig.tar.xz
Sebastian Ramacher [Mon, 27 Apr 2020 20:10:09 +0000 (21:10 +0100)]
Import vlc_3.0.10.orig.tar.xz

[dgit import orig vlc_3.0.10.orig.tar.xz]

5 years agoRevert "configure: Require libmodplug >= 0.8.9"
Sebastian Ramacher [Mon, 19 Aug 2019 19:04:56 +0000 (21:04 +0200)]
Revert "configure: Require libmodplug >= 0.8.9"

This reverts commit 48f014768dc22ecad23d0e9f53c38805a3aff832.

Gbp-Pq: Name 0002-Revert-configure-Require-libmodplug-0.8.9.patch

5 years agoconfigure: fix linking on RISC-V ISA
Rémi Denis-Courmont [Sat, 16 Jun 2018 18:31:45 +0000 (21:31 +0300)]
configure: fix linking on RISC-V ISA

Gbp-Pq: Name 0001-configure-fix-linking-on-RISC-V-ISA.patch

5 years agovlc (3.0.10-1) unstable; urgency=medium
Sebastian Ramacher [Mon, 27 Apr 2020 20:10:09 +0000 (21:10 +0100)]
vlc (3.0.10-1) unstable; urgency=medium

  * New upstream release

[dgit import unpatched vlc 3.0.10-1]

5 years agoImport vlc_3.0.10-1.debian.tar.xz
Sebastian Ramacher [Mon, 27 Apr 2020 20:10:09 +0000 (21:10 +0100)]
Import vlc_3.0.10-1.debian.tar.xz

[dgit import tarball vlc 3.0.10-1 vlc_3.0.10-1.debian.tar.xz]

5 years agoMerge vlc (3.0.9.2-1) import into refs/heads/workingbranch
Sebastian Ramacher [Thu, 9 Apr 2020 19:29:44 +0000 (20:29 +0100)]
Merge vlc (3.0.9.2-1) import into refs/heads/workingbranch

5 years agoRevert "configure: Require libmodplug >= 0.8.9"
Sebastian Ramacher [Mon, 19 Aug 2019 19:04:56 +0000 (21:04 +0200)]
Revert "configure: Require libmodplug >= 0.8.9"

This reverts commit 48f014768dc22ecad23d0e9f53c38805a3aff832.

Gbp-Pq: Name 0002-Revert-configure-Require-libmodplug-0.8.9.patch

5 years agoconfigure: fix linking on RISC-V ISA
Rémi Denis-Courmont [Sat, 16 Jun 2018 18:31:45 +0000 (21:31 +0300)]
configure: fix linking on RISC-V ISA

Gbp-Pq: Name 0001-configure-fix-linking-on-RISC-V-ISA.patch

5 years agovlc (3.0.9.2-1) unstable; urgency=medium
Sebastian Ramacher [Thu, 9 Apr 2020 19:29:44 +0000 (20:29 +0100)]
vlc (3.0.9.2-1) unstable; urgency=medium

  * New upstream release
  * debian/patches: Remove patches integrated upstream
  * debian/copyright:
    - Bump copyright years
    - Update files
  * debian/upstream/signing-key.asc: Re-export upstream's signing key

[dgit import unpatched vlc 3.0.9.2-1]

5 years agoImport vlc_3.0.9.2.orig.tar.xz
Sebastian Ramacher [Thu, 9 Apr 2020 19:29:44 +0000 (20:29 +0100)]
Import vlc_3.0.9.2.orig.tar.xz

[dgit import orig vlc_3.0.9.2.orig.tar.xz]

5 years agoImport vlc_3.0.9.2-1.debian.tar.xz
Sebastian Ramacher [Thu, 9 Apr 2020 19:29:44 +0000 (20:29 +0100)]
Import vlc_3.0.9.2-1.debian.tar.xz

[dgit import tarball vlc 3.0.9.2-1 vlc_3.0.9.2-1.debian.tar.xz]

5 years agoMerge vlc (3.0.8-4) import into refs/heads/workingbranch
Sebastian Ramacher [Thu, 27 Feb 2020 20:44:49 +0000 (20:44 +0000)]
Merge vlc (3.0.8-4) import into refs/heads/workingbranch

5 years agoavahi: change discovered items type from file to directory
Pierre Lamot [Thu, 5 Sep 2019 10:19:54 +0000 (12:19 +0200)]
avahi: change discovered items type from file to directory

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
(cherry picked from commit a72b4e881c51522b9df603df66b82211485eee1a)
Signed-off-by: Thomas Guillem <thomas@gllm.fr>
Gbp-Pq: Name 0009-avahi-change-discovered-items-type-from-file-to-dire.patch

5 years agosd: avahi: fix use-after-free of renderer items
Thomas Guillem [Fri, 1 Feb 2019 14:25:53 +0000 (15:25 +0100)]
sd: avahi: fix use-after-free of renderer items

(cherry picked from commit 7e6756602054e4c32d4d4407ada7eaf9396e7023)
Signed-off-by: Thomas Guillem <thomas@gllm.fr>
Gbp-Pq: Name 0008-sd-avahi-fix-use-after-free-of-renderer-items.patch

5 years agosd: avahi: fix invalid release of renderer items
Thomas Guillem [Fri, 1 Feb 2019 14:25:42 +0000 (15:25 +0100)]
sd: avahi: fix invalid release of renderer items

(cherry picked from commit 49a917ddc37273522bbf44016d4b856edf873086)
Signed-off-by: Thomas Guillem <thomas@gllm.fr>
Gbp-Pq: Name 0007-sd-avahi-fix-invalid-release-of-renderer-items.patch

5 years agoavahi: Add support for chromecast renderer discovery
Stefan Brüns [Sat, 19 Jan 2019 21:41:14 +0000 (22:41 +0100)]
avahi: Add support for chromecast renderer discovery

Allow discovery of chromecast devices with the Avahi DNS-SD resolver.
Tested with a Chromecast version 2 (Audio/Video).

See: #19921
https://forum.videolan.org/viewtopic.php?t=146211
Signed-off-by: Thomas Guillem <thomas@gllm.fr>
(cherry picked from commit 070060d1815eb2bd00d5eff9f13d153c8e4ff00e)
Signed-off-by: Thomas Guillem <thomas@gllm.fr>
Gbp-Pq: Name 0006-avahi-Add-support-for-chromecast-renderer-discovery.patch

5 years agoavahi: Prepare code for support of renderer discovery
Stefan Brüns [Sat, 19 Jan 2019 21:41:13 +0000 (22:41 +0100)]
avahi: Prepare code for support of renderer discovery

Instead of passing the services_discovery_t as userdata for the callbacks,
use a struct discovery_sys_t which is common for both the input and renderer
private data structures.

The discovery_sys_t is embedded into the service type specific private
member structs, i.e. struct services_discovery_sys_t (done here) and
struct vlc_renderer_discovery_sys (next patch).

Signed-off-by: Thomas Guillem <thomas@gllm.fr>
(cherry picked from commit da019696fbc76b7afea69b33f2c537c85a350a59)
Signed-off-by: Thomas Guillem <thomas@gllm.fr>
Gbp-Pq: Name 0005-avahi-Prepare-code-for-support-of-renderer-discovery.patch

5 years agoavahi: Fix leaking AvahiServiceResolver in the error paths
Stefan Brüns [Sat, 19 Jan 2019 21:41:12 +0000 (22:41 +0100)]
avahi: Fix leaking AvahiServiceResolver in the error paths

Signed-off-by: Thomas Guillem <thomas@gllm.fr>
(cherry picked from commit 6d4afd268bbbf5c99609bd777d740a624cf7d705)
Signed-off-by: Thomas Guillem <thomas@gllm.fr>
Gbp-Pq: Name 0004-avahi-Fix-leaking-AvahiServiceResolver-in-the-error-.patch

5 years agoavahi: Explicitly handle AVAHI_BROWSER_REMOVE events
Stefan Brüns [Sat, 19 Jan 2019 21:41:11 +0000 (22:41 +0100)]
avahi: Explicitly handle AVAHI_BROWSER_REMOVE events

name is only set for AVAHI_BROWSER_NEW and AVAHI_BROWSER_REMOVE. Explicitly
check for REMOVE instead of deducing the event type from the name being
set.

Signed-off-by: Thomas Guillem <thomas@gllm.fr>
(cherry picked from commit aaba1daa2683a403ab4adefffa1abd59f9339d2b)
Signed-off-by: Thomas Guillem <thomas@gllm.fr>
Gbp-Pq: Name 0003-avahi-Explicitly-handle-AVAHI_BROWSER_REMOVE-events.patch

5 years agoRevert "configure: Require libmodplug >= 0.8.9"
Sebastian Ramacher [Mon, 19 Aug 2019 19:04:56 +0000 (21:04 +0200)]
Revert "configure: Require libmodplug >= 0.8.9"

This reverts commit 48f014768dc22ecad23d0e9f53c38805a3aff832.

Gbp-Pq: Name 0002-Revert-configure-Require-libmodplug-0.8.9.patch

5 years agoconfigure: fix linking on RISC-V ISA
Rémi Denis-Courmont [Sat, 16 Jun 2018 18:31:45 +0000 (21:31 +0300)]
configure: fix linking on RISC-V ISA

Gbp-Pq: Name 0001-configure-fix-linking-on-RISC-V-ISA.patch

5 years agovlc (3.0.8-4) unstable; urgency=medium
Sebastian Ramacher [Thu, 27 Feb 2020 20:44:49 +0000 (20:44 +0000)]
vlc (3.0.8-4) unstable; urgency=medium

  * debian/control: Bump Standards-Version
  * debian/upstream: Apply upstream patches for chromechast support in avahi
  * debian/: Disable microdns plugin

[dgit import unpatched vlc 3.0.8-4]

5 years agoImport vlc_3.0.8-4.debian.tar.xz
Sebastian Ramacher [Thu, 27 Feb 2020 20:44:49 +0000 (20:44 +0000)]
Import vlc_3.0.8-4.debian.tar.xz

[dgit import tarball vlc 3.0.8-4 vlc_3.0.8-4.debian.tar.xz]

6 years agoMerge vlc (3.0.8-3) import into refs/heads/workingbranch
Sebastian Ramacher [Mon, 18 Nov 2019 21:38:08 +0000 (21:38 +0000)]
Merge vlc (3.0.8-3) import into refs/heads/workingbranch

6 years agoRevert "configure: Require libmodplug >= 0.8.9"
Sebastian Ramacher [Mon, 19 Aug 2019 19:04:56 +0000 (21:04 +0200)]
Revert "configure: Require libmodplug >= 0.8.9"

This reverts commit 48f014768dc22ecad23d0e9f53c38805a3aff832.

Gbp-Pq: Name 0002-Revert-configure-Require-libmodplug-0.8.9.patch

6 years agoconfigure: fix linking on RISC-V ISA
Rémi Denis-Courmont [Sat, 16 Jun 2018 18:31:45 +0000 (21:31 +0300)]
configure: fix linking on RISC-V ISA

Gbp-Pq: Name 0001-configure-fix-linking-on-RISC-V-ISA.patch