Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] shotcut: update to 22.12.21.
@ 2023-04-02 23:42 mhmdanas
  2023-04-03  8:09 ` [PR PATCH] [Merged]: " Johnnynator
  2023-04-07 11:44 ` oldlaptop
  0 siblings, 2 replies; 3+ messages in thread
From: mhmdanas @ 2023-04-02 23:42 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mhmdanas/void-packages shotcut-add-ffmpeg-dep
https://github.com/void-linux/void-packages/pull/43226

shotcut: update to 22.12.21.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

@Johnnynator

Fixes #43214.

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- 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/43226.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-shotcut-add-ffmpeg-dep-43226.patch --]
[-- Type: text/x-diff, Size: 2196 bytes --]

From b90de7c5875a847c8d732ef5dbe144a006cb1df2 Mon Sep 17 00:00:00 2001
From: mhmdanas <triallax@tutanota.com>
Date: Mon, 3 Apr 2023 00:41:03 +0100
Subject: [PATCH] shotcut: update to 22.12.21.

---
 srcpkgs/shotcut/template | 28 ++++++++++------------------
 1 file changed, 10 insertions(+), 18 deletions(-)

diff --git a/srcpkgs/shotcut/template b/srcpkgs/shotcut/template
index c5dad59246f3..32583277dab2 100644
--- a/srcpkgs/shotcut/template
+++ b/srcpkgs/shotcut/template
@@ -1,29 +1,21 @@
 # Template file for 'shotcut'
 pkgname=shotcut
-version=22.01.30
+version=22.12.21
 revision=1
-build_style=qmake
-configure_args="SHOTCUT_VERSION=VOID-$version DEFINES+=SHOTCUT_NOUPGRADE"
-hostmakedepends="pkg-config qt5-tools qt5-qmake qt5-host-tools"
+build_style=cmake
+configure_args="-DSHOTCUT_VERSION=${version}"
+hostmakedepends="pkg-config qt5-tools-devel"
 makedepends="gstreamer1-devel lame-devel libvpx-devel mlt7-devel mlt7-python3
  qt5-declarative-devel qt5-graphicaleffects qt5-multimedia-devel
- qt5-quickcontrols2-devel qt5-websockets-devel qt5-x11extras-devel
- x264-devel"
-depends="frei0r-plugins qt5-graphicaleffects qt5-quickcontrols"
+ qt5-quickcontrols2-devel qt5-websockets-devel qt5-x11extras-devel x264-devel
+ qt5-plugin-mysql qt5-plugin-odbc qt5-plugin-pgsql qt5-plugin-sqlite qt5-plugin-tds"
+depends="ffmpeg frei0r-plugins qt5-graphicaleffects qt5-quickcontrols"
 short_desc="Free, open source, cross-platform video editor"
 maintainer="John <me@johnnynator.dev>"
 license="GPL-3.0-or-later"
 homepage="https://www.shotcut.org"
+changelog="https://github.com/mltframework/shotcut/releases"
 distfiles="https://github.com/mltframework/shotcut/archive/v${version}.tar.gz"
-checksum=cdb86384c9cd30cd6548a0252d2fb45dfae6d92cc7c8c231705d0cf0ee98437b
+checksum=1b9a4f87b16a9751f9cb41588f22af4c00f085105d82cf21d095d9f3c280bc86
 
-CXXFLAGS="-DHAVE_LOCALE_H=1"
-
-post_configure() {
-	# Hack to  make sure that the build_style does not override the
-	# value of LINK when calling the translations Makefile
-	cd translations
-	qmake-qt5 PREFIX=/usr
-	cd ${wrksrc}
-	vsed -i -e 's/^LINK/override LINK/g' translations/Makefile
-}
+CXXFLAGS="-DHAVE_LOCALE_H=1 -DSHOTCUT_NOUPGRADE"

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

* Re: [PR PATCH] [Merged]: shotcut: update to 22.12.21.
  2023-04-02 23:42 [PR PATCH] shotcut: update to 22.12.21 mhmdanas
@ 2023-04-03  8:09 ` Johnnynator
  2023-04-07 11:44 ` oldlaptop
  1 sibling, 0 replies; 3+ messages in thread
From: Johnnynator @ 2023-04-03  8:09 UTC (permalink / raw)
  To: ml

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

There's a merged pull request on the void-packages repository

shotcut: update to 22.12.21.
https://github.com/void-linux/void-packages/pull/43226

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

@Johnnynator

Fixes #43214.

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- 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
-->


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

* Re: shotcut: update to 22.12.21.
  2023-04-02 23:42 [PR PATCH] shotcut: update to 22.12.21 mhmdanas
  2023-04-03  8:09 ` [PR PATCH] [Merged]: " Johnnynator
@ 2023-04-07 11:44 ` oldlaptop
  1 sibling, 0 replies; 3+ messages in thread
From: oldlaptop @ 2023-04-07 11:44 UTC (permalink / raw)
  To: ml

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

New comment by oldlaptop on void-packages repository

https://github.com/void-linux/void-packages/pull/43226#issuecomment-1500212833

Comment:
A bit late, I suppose, but (as asked in #43214) I've had the chance to test this, and all seems well. :)

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

end of thread, other threads:[~2023-04-07 11:44 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-02 23:42 [PR PATCH] shotcut: update to 22.12.21 mhmdanas
2023-04-03  8:09 ` [PR PATCH] [Merged]: " Johnnynator
2023-04-07 11:44 ` oldlaptop

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