Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] olive: update to 0.1.0.
@ 2019-07-20 20:27 voidlinux-github
  2019-07-20 20:36 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: voidlinux-github @ 2019-07-20 20:27 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Chocimier/void-packages-org olive
https://github.com/void-linux/void-packages/pull/13261

olive: update to 0.1.0.


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

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

From 30762187d3544581c54ab938f5c7cf1d58871b88 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= <chocimier@tlen.pl>
Date: Sat, 20 Jul 2019 22:14:09 +0200
Subject: [PATCH] olive: update to 0.1.0.

---
 srcpkgs/olive/template | 4 ++--
 srcpkgs/olive/update   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/olive/template b/srcpkgs/olive/template
index f3d4b05ed26..9c5444302b3 100644
--- a/srcpkgs/olive/template
+++ b/srcpkgs/olive/template
@@ -1,6 +1,6 @@
 # Template file for 'olive'
 pkgname=olive
-version=0.0.0.20181223
+version=0.1.0
 revision=1
 _version=${version/0.0.0./}
 wrksrc=${pkgname}-${_version}
@@ -12,7 +12,7 @@ maintainer="Johannes <johannes.brechtmann@gmail.com>"
 license="GPL-3.0-or-later"
 homepage="https://www.olivevideoeditor.org"
 distfiles="https://github.com/olive-editor/olive/archive/${_version}.tar.gz"
-checksum=c4b65afe9ed94f8f8b30b3ea5139bcda1740f04a7819d10e059a62d15b7051ee
+checksum=099fc37fd9ae0cf272a86d0fb56ede154b0b76779690631cd256339a0a440244
 
 pre_configure() {
 	rm src.pro
diff --git a/srcpkgs/olive/update b/srcpkgs/olive/update
index 9be966bb996..091ee4faee7 100644
--- a/srcpkgs/olive/update
+++ b/srcpkgs/olive/update
@@ -1 +1 @@
-version="${_version}"
+ignore="[12][0-9][0-9][0-9][01][0-9][0-3][0-9]"

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

* Re: [PR PATCH] [Updated] olive: update to 0.1.0.
  2019-07-20 20:27 [PR PATCH] olive: update to 0.1.0 voidlinux-github
  2019-07-20 20:36 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-07-20 20:36 ` voidlinux-github
  2019-07-29 22:13 ` voidlinux-github
  2019-07-29 22:13 ` voidlinux-github
  3 siblings, 0 replies; 5+ messages in thread
From: voidlinux-github @ 2019-07-20 20:36 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by Chocimier against master on the void-packages repository

https://github.com/Chocimier/void-packages-org olive
https://github.com/void-linux/void-packages/pull/13261

olive: update to 0.1.0.


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

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

From 316f8b4c6149d1d858d2965b4536db86afa5d1a8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= <chocimier@tlen.pl>
Date: Sat, 20 Jul 2019 22:35:19 +0200
Subject: [PATCH] olive: update to 0.1.0.

---
 srcpkgs/olive/template | 18 ++++++------------
 srcpkgs/olive/update   |  2 +-
 2 files changed, 7 insertions(+), 13 deletions(-)

diff --git a/srcpkgs/olive/template b/srcpkgs/olive/template
index f3d4b05ed26..0a93dbbc59a 100644
--- a/srcpkgs/olive/template
+++ b/srcpkgs/olive/template
@@ -1,23 +1,17 @@
 # Template file for 'olive'
 pkgname=olive
-version=0.0.0.20181223
+version=0.1.0
 revision=1
-_version=${version/0.0.0./}
-wrksrc=${pkgname}-${_version}
 build_style=qmake
-hostmakedepends="qt5-qmake qt5-multimedia-devel pkg-config"
-makedepends="qt5-devel qt5-multimedia-devel ffmpeg-devel"
+hostmakedepends="qt5-qmake qt5-multimedia-devel qt5-svg-devel pkg-config"
+makedepends="qt5-devel qt5-multimedia-devel qt5-svg-devel ffmpeg-devel frei0r-plugins"
 short_desc="Non-linear video editor"
 maintainer="Johannes <johannes.brechtmann@gmail.com>"
 license="GPL-3.0-or-later"
 homepage="https://www.olivevideoeditor.org"
-distfiles="https://github.com/olive-editor/olive/archive/${_version}.tar.gz"
-checksum=c4b65afe9ed94f8f8b30b3ea5139bcda1740f04a7819d10e059a62d15b7051ee
-
-pre_configure() {
-	rm src.pro
-}
+distfiles="https://github.com/olive-editor/olive/archive/${version}.tar.gz"
+checksum=099fc37fd9ae0cf272a86d0fb56ede154b0b76779690631cd256339a0a440244
 
 do_install() {
-	vbin Olive
+	vbin olive-editor
 }
diff --git a/srcpkgs/olive/update b/srcpkgs/olive/update
index 9be966bb996..091ee4faee7 100644
--- a/srcpkgs/olive/update
+++ b/srcpkgs/olive/update
@@ -1 +1 @@
-version="${_version}"
+ignore="[12][0-9][0-9][0-9][01][0-9][0-3][0-9]"

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

* Re: [PR PATCH] [Updated] olive: update to 0.1.0.
  2019-07-20 20:27 [PR PATCH] olive: update to 0.1.0 voidlinux-github
@ 2019-07-20 20:36 ` voidlinux-github
  2019-07-20 20:36 ` voidlinux-github
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: voidlinux-github @ 2019-07-20 20:36 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by Chocimier against master on the void-packages repository

https://github.com/Chocimier/void-packages-org olive
https://github.com/void-linux/void-packages/pull/13261

olive: update to 0.1.0.


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

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

From 316f8b4c6149d1d858d2965b4536db86afa5d1a8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= <chocimier@tlen.pl>
Date: Sat, 20 Jul 2019 22:35:19 +0200
Subject: [PATCH] olive: update to 0.1.0.

---
 srcpkgs/olive/template | 18 ++++++------------
 srcpkgs/olive/update   |  2 +-
 2 files changed, 7 insertions(+), 13 deletions(-)

diff --git a/srcpkgs/olive/template b/srcpkgs/olive/template
index f3d4b05ed26..0a93dbbc59a 100644
--- a/srcpkgs/olive/template
+++ b/srcpkgs/olive/template
@@ -1,23 +1,17 @@
 # Template file for 'olive'
 pkgname=olive
-version=0.0.0.20181223
+version=0.1.0
 revision=1
-_version=${version/0.0.0./}
-wrksrc=${pkgname}-${_version}
 build_style=qmake
-hostmakedepends="qt5-qmake qt5-multimedia-devel pkg-config"
-makedepends="qt5-devel qt5-multimedia-devel ffmpeg-devel"
+hostmakedepends="qt5-qmake qt5-multimedia-devel qt5-svg-devel pkg-config"
+makedepends="qt5-devel qt5-multimedia-devel qt5-svg-devel ffmpeg-devel frei0r-plugins"
 short_desc="Non-linear video editor"
 maintainer="Johannes <johannes.brechtmann@gmail.com>"
 license="GPL-3.0-or-later"
 homepage="https://www.olivevideoeditor.org"
-distfiles="https://github.com/olive-editor/olive/archive/${_version}.tar.gz"
-checksum=c4b65afe9ed94f8f8b30b3ea5139bcda1740f04a7819d10e059a62d15b7051ee
-
-pre_configure() {
-	rm src.pro
-}
+distfiles="https://github.com/olive-editor/olive/archive/${version}.tar.gz"
+checksum=099fc37fd9ae0cf272a86d0fb56ede154b0b76779690631cd256339a0a440244
 
 do_install() {
-	vbin Olive
+	vbin olive-editor
 }
diff --git a/srcpkgs/olive/update b/srcpkgs/olive/update
index 9be966bb996..091ee4faee7 100644
--- a/srcpkgs/olive/update
+++ b/srcpkgs/olive/update
@@ -1 +1 @@
-version="${_version}"
+ignore="[12][0-9][0-9][0-9][01][0-9][0-3][0-9]"

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

* Re: [PR PATCH] [Updated] olive: update to 0.1.0.
  2019-07-20 20:27 [PR PATCH] olive: update to 0.1.0 voidlinux-github
                   ` (2 preceding siblings ...)
  2019-07-29 22:13 ` voidlinux-github
@ 2019-07-29 22:13 ` voidlinux-github
  3 siblings, 0 replies; 5+ messages in thread
From: voidlinux-github @ 2019-07-29 22:13 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by Chocimier against master on the void-packages repository

https://github.com/Chocimier/void-packages-org olive
https://github.com/void-linux/void-packages/pull/13261

olive: update to 0.1.0.


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

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

From 9e2c45d7895a90cdc20593fa63fc328c4f778b13 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= <chocimier@tlen.pl>
Date: Sat, 20 Jul 2019 22:35:19 +0200
Subject: [PATCH] olive: update to 0.1.0.

---
 srcpkgs/olive/template | 18 ++++++------------
 srcpkgs/olive/update   |  2 +-
 2 files changed, 7 insertions(+), 13 deletions(-)

diff --git a/srcpkgs/olive/template b/srcpkgs/olive/template
index f3d4b05ed26..0a93dbbc59a 100644
--- a/srcpkgs/olive/template
+++ b/srcpkgs/olive/template
@@ -1,23 +1,17 @@
 # Template file for 'olive'
 pkgname=olive
-version=0.0.0.20181223
+version=0.1.0
 revision=1
-_version=${version/0.0.0./}
-wrksrc=${pkgname}-${_version}
 build_style=qmake
-hostmakedepends="qt5-qmake qt5-multimedia-devel pkg-config"
-makedepends="qt5-devel qt5-multimedia-devel ffmpeg-devel"
+hostmakedepends="qt5-qmake qt5-multimedia-devel qt5-svg-devel pkg-config"
+makedepends="qt5-devel qt5-multimedia-devel qt5-svg-devel ffmpeg-devel frei0r-plugins"
 short_desc="Non-linear video editor"
 maintainer="Johannes <johannes.brechtmann@gmail.com>"
 license="GPL-3.0-or-later"
 homepage="https://www.olivevideoeditor.org"
-distfiles="https://github.com/olive-editor/olive/archive/${_version}.tar.gz"
-checksum=c4b65afe9ed94f8f8b30b3ea5139bcda1740f04a7819d10e059a62d15b7051ee
-
-pre_configure() {
-	rm src.pro
-}
+distfiles="https://github.com/olive-editor/olive/archive/${version}.tar.gz"
+checksum=099fc37fd9ae0cf272a86d0fb56ede154b0b76779690631cd256339a0a440244
 
 do_install() {
-	vbin Olive
+	vbin olive-editor
 }
diff --git a/srcpkgs/olive/update b/srcpkgs/olive/update
index 9be966bb996..091ee4faee7 100644
--- a/srcpkgs/olive/update
+++ b/srcpkgs/olive/update
@@ -1 +1 @@
-version="${_version}"
+ignore="[12][0-9][0-9][0-9][01][0-9][0-3][0-9]"

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

* Re: [PR PATCH] [Updated] olive: update to 0.1.0.
  2019-07-20 20:27 [PR PATCH] olive: update to 0.1.0 voidlinux-github
  2019-07-20 20:36 ` [PR PATCH] [Updated] " voidlinux-github
  2019-07-20 20:36 ` voidlinux-github
@ 2019-07-29 22:13 ` voidlinux-github
  2019-07-29 22:13 ` voidlinux-github
  3 siblings, 0 replies; 5+ messages in thread
From: voidlinux-github @ 2019-07-29 22:13 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by Chocimier against master on the void-packages repository

https://github.com/Chocimier/void-packages-org olive
https://github.com/void-linux/void-packages/pull/13261

olive: update to 0.1.0.


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

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

From 9e2c45d7895a90cdc20593fa63fc328c4f778b13 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= <chocimier@tlen.pl>
Date: Sat, 20 Jul 2019 22:35:19 +0200
Subject: [PATCH] olive: update to 0.1.0.

---
 srcpkgs/olive/template | 18 ++++++------------
 srcpkgs/olive/update   |  2 +-
 2 files changed, 7 insertions(+), 13 deletions(-)

diff --git a/srcpkgs/olive/template b/srcpkgs/olive/template
index f3d4b05ed26..0a93dbbc59a 100644
--- a/srcpkgs/olive/template
+++ b/srcpkgs/olive/template
@@ -1,23 +1,17 @@
 # Template file for 'olive'
 pkgname=olive
-version=0.0.0.20181223
+version=0.1.0
 revision=1
-_version=${version/0.0.0./}
-wrksrc=${pkgname}-${_version}
 build_style=qmake
-hostmakedepends="qt5-qmake qt5-multimedia-devel pkg-config"
-makedepends="qt5-devel qt5-multimedia-devel ffmpeg-devel"
+hostmakedepends="qt5-qmake qt5-multimedia-devel qt5-svg-devel pkg-config"
+makedepends="qt5-devel qt5-multimedia-devel qt5-svg-devel ffmpeg-devel frei0r-plugins"
 short_desc="Non-linear video editor"
 maintainer="Johannes <johannes.brechtmann@gmail.com>"
 license="GPL-3.0-or-later"
 homepage="https://www.olivevideoeditor.org"
-distfiles="https://github.com/olive-editor/olive/archive/${_version}.tar.gz"
-checksum=c4b65afe9ed94f8f8b30b3ea5139bcda1740f04a7819d10e059a62d15b7051ee
-
-pre_configure() {
-	rm src.pro
-}
+distfiles="https://github.com/olive-editor/olive/archive/${version}.tar.gz"
+checksum=099fc37fd9ae0cf272a86d0fb56ede154b0b76779690631cd256339a0a440244
 
 do_install() {
-	vbin Olive
+	vbin olive-editor
 }
diff --git a/srcpkgs/olive/update b/srcpkgs/olive/update
index 9be966bb996..091ee4faee7 100644
--- a/srcpkgs/olive/update
+++ b/srcpkgs/olive/update
@@ -1 +1 @@
-version="${_version}"
+ignore="[12][0-9][0-9][0-9][01][0-9][0-3][0-9]"

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

end of thread, other threads:[~2019-07-29 22:13 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-20 20:27 [PR PATCH] olive: update to 0.1.0 voidlinux-github
2019-07-20 20:36 ` [PR PATCH] [Updated] " voidlinux-github
2019-07-20 20:36 ` voidlinux-github
2019-07-29 22:13 ` voidlinux-github
2019-07-29 22:13 ` voidlinux-github

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