Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Added xz as dependency
@ 2021-09-19 12:18 efade
  2021-09-19 12:49 ` paper42
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: efade @ 2021-09-19 12:18 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1884 bytes --]

There is a new pull request by efade against master on the void-packages repository

https://github.com/efade/void-packages patch-2
https://github.com/void-linux/void-packages/pull/33020

Added xz as dependency
Vivaldi doesn't use system library to play proprietary codec. It downloads its own ffmpeg library using a script named update-ffmpeg whenever it was installed or upgraded. The script needs xz installed otherwise it will fail and the ffmpeg library needed to play proprietary code won't be downloaded.

<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [X] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [X] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/33020.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-patch-2-33020.patch --]
[-- Type: text/x-diff, Size: 1158 bytes --]

From cc2603e22e8c987e28d02be3d96d1ce835fa5e62 Mon Sep 17 00:00:00 2001
From: Fakhruddin Ahmad Darwis <fakhri.satu@gmail.com>
Date: Sun, 19 Sep 2021 19:10:33 +0700
Subject: [PATCH] Added xz as dependency

Vivaldi doesn't use system library to play proprietary codec. It downloads its own ffmpeg library using a script named update-ffmpeg whenever it was installed or upgraded. The script needs xz installed otherwise it will fail and the ffmpeg library needed to play proprietary code won't be downloaded.
---
 srcpkgs/vivaldi/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/vivaldi/template b/srcpkgs/vivaldi/template
index 3ceec7c1865e..d27b157f5c22 100644
--- a/srcpkgs/vivaldi/template
+++ b/srcpkgs/vivaldi/template
@@ -5,7 +5,7 @@ revision=1
 _release=1
 archs="x86_64"
 hostmakedepends="curl python3-html2text python3-setuptools"
-depends="desktop-file-utils hicolor-icon-theme"
+depends="desktop-file-utils hicolor-icon-theme xz"
 short_desc="Advanced browser made with the power user in mind"
 maintainer="Diogo Leal <diogo@diogoleal.com>"
 # EULA: https://vivaldi.com/privacy/vivaldi-end-user-license-agreement/

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2021-09-25 14:31 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-19 12:18 [PR PATCH] Added xz as dependency efade
2021-09-19 12:49 ` paper42
2021-09-19 12:57 ` vivaldi: added " efade
2021-09-19 14:20 ` rafeyu
2021-09-19 14:57 ` paper42
2021-09-19 14:59 ` paper42
2021-09-19 15:15 ` rafeyu
2021-09-19 15:15 ` rafeyu
2021-09-25  4:45 ` rafeyu
2021-09-25 14:31 ` paper42
2021-09-25 14:31 ` [PR PATCH] [Closed]: " paper42

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).