Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] utox: update to 0.17.2.
@ 2020-04-13  0:51 avoidr
  2020-04-13 21:34 ` [PR PATCH] [Updated] " avoidr
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: avoidr @ 2020-04-13  0:51 UTC (permalink / raw)
  To: ml

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

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

https://github.com/avoidr/void-packages utox
https://github.com/void-linux/void-packages/pull/20942

utox: update to 0.17.2.
[ci skip]

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

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

From 20a21dae0f4f456c2b930aec858ee786c1cb8727 Mon Sep 17 00:00:00 2001
From: avoidr <avoidr@firemail.cc>
Date: Mon, 13 Apr 2020 02:48:51 +0200
Subject: [PATCH] utox: update to 0.17.2.

[ci skip]
---
 srcpkgs/utox/patches/ftbfs.patch | 11 -----------
 srcpkgs/utox/template            | 10 +++++-----
 2 files changed, 5 insertions(+), 16 deletions(-)
 delete mode 100644 srcpkgs/utox/patches/ftbfs.patch

diff --git a/srcpkgs/utox/patches/ftbfs.patch b/srcpkgs/utox/patches/ftbfs.patch
deleted file mode 100644
index b17a97f13d4..00000000000
--- a/srcpkgs/utox/patches/ftbfs.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/av/audio.h
-+++ src/av/audio.h
-@@ -5,7 +5,7 @@
- #include <stdint.h>
- #include <stdbool.h>
- 
--typedef struct ALCdevice_struct ALCdevice;
-+typedef struct ALCdevice ALCdevice;
- 
- extern bool utox_audio_thread_init;
- 
diff --git a/srcpkgs/utox/template b/srcpkgs/utox/template
index d04cc5c5748..add510fd45c 100644
--- a/srcpkgs/utox/template
+++ b/srcpkgs/utox/template
@@ -1,6 +1,6 @@
 # Template file for 'utox'
 pkgname=utox
-version=0.17.1
+version=0.17.2
 revision=1
 wrksrc=uTox
 build_style=cmake
@@ -10,12 +10,12 @@ makedepends="check-devel dbus-devel filter_audio-devel fontconfig-devel
  libXrender-devel libopenal-devel libsodium-devel libvpx-devel opus-devel
  toxcore-devel v4l-utils-devel"
 short_desc="Lightweight Tox instant messenger client written in C"
-maintainer="Spencer Hill <spencernh77@gmail.com>"
+maintainer="avoidr <avoidr@firemail.cc>"
 license="MIT"
-homepage="http://utox.io/"
+homepage="https://github.com/uTox/uTox/"
 distfiles="https://github.com/uTox/uTox/releases/download/v${version}/uTox-${version}-full.tar.gz"
-checksum=6a6d399827f31593f840274b08ed80039c99d5abf0bd6634faf22cc064930460
-nocross=yes
+checksum=
+#nocross=yes
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Updated] utox: update to 0.17.2.
  2020-04-13  0:51 [PR PATCH] utox: update to 0.17.2 avoidr
@ 2020-04-13 21:34 ` avoidr
  2020-04-13 21:35 ` avoidr
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: avoidr @ 2020-04-13 21:34 UTC (permalink / raw)
  To: ml

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

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

https://github.com/avoidr/void-packages utox
https://github.com/void-linux/void-packages/pull/20942

utox: update to 0.17.2.
[ci skip]

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

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

From 0660f014f47e6e4fa776e9a853d4cb6119367f95 Mon Sep 17 00:00:00 2001
From: avoidr <avoidr@firemail.cc>
Date: Mon, 13 Apr 2020 02:48:51 +0200
Subject: [PATCH] utox: update to 0.17.2.

---
 srcpkgs/utox/patches/ftbfs.patch | 11 -----------
 srcpkgs/utox/template            |  9 ++++-----
 2 files changed, 4 insertions(+), 16 deletions(-)
 delete mode 100644 srcpkgs/utox/patches/ftbfs.patch

diff --git a/srcpkgs/utox/patches/ftbfs.patch b/srcpkgs/utox/patches/ftbfs.patch
deleted file mode 100644
index b17a97f13d4..00000000000
--- a/srcpkgs/utox/patches/ftbfs.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/av/audio.h
-+++ src/av/audio.h
-@@ -5,7 +5,7 @@
- #include <stdint.h>
- #include <stdbool.h>
- 
--typedef struct ALCdevice_struct ALCdevice;
-+typedef struct ALCdevice ALCdevice;
- 
- extern bool utox_audio_thread_init;
- 
diff --git a/srcpkgs/utox/template b/srcpkgs/utox/template
index d04cc5c5748..e943349d961 100644
--- a/srcpkgs/utox/template
+++ b/srcpkgs/utox/template
@@ -1,6 +1,6 @@
 # Template file for 'utox'
 pkgname=utox
-version=0.17.1
+version=0.17.2
 revision=1
 wrksrc=uTox
 build_style=cmake
@@ -10,12 +10,11 @@ makedepends="check-devel dbus-devel filter_audio-devel fontconfig-devel
  libXrender-devel libopenal-devel libsodium-devel libvpx-devel opus-devel
  toxcore-devel v4l-utils-devel"
 short_desc="Lightweight Tox instant messenger client written in C"
-maintainer="Spencer Hill <spencernh77@gmail.com>"
+maintainer="avoidr <avoidr@firemail.cc>"
 license="MIT"
-homepage="http://utox.io/"
+homepage="https://github.com/uTox/uTox/"
 distfiles="https://github.com/uTox/uTox/releases/download/v${version}/uTox-${version}-full.tar.gz"
-checksum=6a6d399827f31593f840274b08ed80039c99d5abf0bd6634faf22cc064930460
-nocross=yes
+checksum=8437827b899e4e358adaf0641680c214f4b6dfb52af6534f261d747a905f08b6
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Updated] utox: update to 0.17.2.
  2020-04-13  0:51 [PR PATCH] utox: update to 0.17.2 avoidr
  2020-04-13 21:34 ` [PR PATCH] [Updated] " avoidr
@ 2020-04-13 21:35 ` avoidr
  2020-04-13 22:12 ` avoidr
  2020-04-14 14:47 ` [PR PATCH] [Merged]: " Hoshpak
  3 siblings, 0 replies; 5+ messages in thread
From: avoidr @ 2020-04-13 21:35 UTC (permalink / raw)
  To: ml

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

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

https://github.com/avoidr/void-packages utox
https://github.com/void-linux/void-packages/pull/20942

utox: update to 0.17.2.
[ci skip]

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

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

From b050b8ab4d8eb1d063413f0cbadb81366e7559df Mon Sep 17 00:00:00 2001
From: avoidr <avoidr@firemail.cc>
Date: Mon, 13 Apr 2020 02:48:51 +0200
Subject: [PATCH] utox: update to 0.17.2.

---
 srcpkgs/utox/patches/ftbfs.patch | 11 -----------
 srcpkgs/utox/template            |  9 ++++-----
 2 files changed, 4 insertions(+), 16 deletions(-)
 delete mode 100644 srcpkgs/utox/patches/ftbfs.patch

diff --git a/srcpkgs/utox/patches/ftbfs.patch b/srcpkgs/utox/patches/ftbfs.patch
deleted file mode 100644
index b17a97f13d4..00000000000
--- a/srcpkgs/utox/patches/ftbfs.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/av/audio.h
-+++ src/av/audio.h
-@@ -5,7 +5,7 @@
- #include <stdint.h>
- #include <stdbool.h>
- 
--typedef struct ALCdevice_struct ALCdevice;
-+typedef struct ALCdevice ALCdevice;
- 
- extern bool utox_audio_thread_init;
- 
diff --git a/srcpkgs/utox/template b/srcpkgs/utox/template
index d04cc5c5748..e943349d961 100644
--- a/srcpkgs/utox/template
+++ b/srcpkgs/utox/template
@@ -1,6 +1,6 @@
 # Template file for 'utox'
 pkgname=utox
-version=0.17.1
+version=0.17.2
 revision=1
 wrksrc=uTox
 build_style=cmake
@@ -10,12 +10,11 @@ makedepends="check-devel dbus-devel filter_audio-devel fontconfig-devel
  libXrender-devel libopenal-devel libsodium-devel libvpx-devel opus-devel
  toxcore-devel v4l-utils-devel"
 short_desc="Lightweight Tox instant messenger client written in C"
-maintainer="Spencer Hill <spencernh77@gmail.com>"
+maintainer="avoidr <avoidr@firemail.cc>"
 license="MIT"
-homepage="http://utox.io/"
+homepage="https://github.com/uTox/uTox/"
 distfiles="https://github.com/uTox/uTox/releases/download/v${version}/uTox-${version}-full.tar.gz"
-checksum=6a6d399827f31593f840274b08ed80039c99d5abf0bd6634faf22cc064930460
-nocross=yes
+checksum=8437827b899e4e358adaf0641680c214f4b6dfb52af6534f261d747a905f08b6
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Updated] utox: update to 0.17.2.
  2020-04-13  0:51 [PR PATCH] utox: update to 0.17.2 avoidr
  2020-04-13 21:34 ` [PR PATCH] [Updated] " avoidr
  2020-04-13 21:35 ` avoidr
@ 2020-04-13 22:12 ` avoidr
  2020-04-14 14:47 ` [PR PATCH] [Merged]: " Hoshpak
  3 siblings, 0 replies; 5+ messages in thread
From: avoidr @ 2020-04-13 22:12 UTC (permalink / raw)
  To: ml

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

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

https://github.com/avoidr/void-packages utox
https://github.com/void-linux/void-packages/pull/20942

utox: update to 0.17.2.


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

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

From ab6f72cf32457e93aee7a2b8dbd55b83cc422c41 Mon Sep 17 00:00:00 2001
From: avoidr <avoidr@firemail.cc>
Date: Mon, 13 Apr 2020 02:48:51 +0200
Subject: [PATCH] utox: update to 0.17.2.

---
 srcpkgs/utox/patches/ftbfs.patch | 11 -----------
 srcpkgs/utox/template            |  8 ++++----
 2 files changed, 4 insertions(+), 15 deletions(-)
 delete mode 100644 srcpkgs/utox/patches/ftbfs.patch

diff --git a/srcpkgs/utox/patches/ftbfs.patch b/srcpkgs/utox/patches/ftbfs.patch
deleted file mode 100644
index b17a97f13d4..00000000000
--- a/srcpkgs/utox/patches/ftbfs.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/av/audio.h
-+++ src/av/audio.h
-@@ -5,7 +5,7 @@
- #include <stdint.h>
- #include <stdbool.h>
- 
--typedef struct ALCdevice_struct ALCdevice;
-+typedef struct ALCdevice ALCdevice;
- 
- extern bool utox_audio_thread_init;
- 
diff --git a/srcpkgs/utox/template b/srcpkgs/utox/template
index d04cc5c5748..10f4f1e9d88 100644
--- a/srcpkgs/utox/template
+++ b/srcpkgs/utox/template
@@ -1,6 +1,6 @@
 # Template file for 'utox'
 pkgname=utox
-version=0.17.1
+version=0.17.2
 revision=1
 wrksrc=uTox
 build_style=cmake
@@ -10,11 +10,11 @@ makedepends="check-devel dbus-devel filter_audio-devel fontconfig-devel
  libXrender-devel libopenal-devel libsodium-devel libvpx-devel opus-devel
  toxcore-devel v4l-utils-devel"
 short_desc="Lightweight Tox instant messenger client written in C"
-maintainer="Spencer Hill <spencernh77@gmail.com>"
+maintainer="avoidr <avoidr@firemail.cc>"
 license="MIT"
-homepage="http://utox.io/"
+homepage="https://github.com/uTox/uTox/"
 distfiles="https://github.com/uTox/uTox/releases/download/v${version}/uTox-${version}-full.tar.gz"
-checksum=6a6d399827f31593f840274b08ed80039c99d5abf0bd6634faf22cc064930460
+checksum=8437827b899e4e358adaf0641680c214f4b6dfb52af6534f261d747a905f08b6
 nocross=yes
 
 post_install() {

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

* Re: [PR PATCH] [Merged]: utox: update to 0.17.2.
  2020-04-13  0:51 [PR PATCH] utox: update to 0.17.2 avoidr
                   ` (2 preceding siblings ...)
  2020-04-13 22:12 ` avoidr
@ 2020-04-14 14:47 ` Hoshpak
  3 siblings, 0 replies; 5+ messages in thread
From: Hoshpak @ 2020-04-14 14:47 UTC (permalink / raw)
  To: ml

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

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

utox: update to 0.17.2.
https://github.com/void-linux/void-packages/pull/20942

Description:


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

end of thread, other threads:[~2020-04-14 14:47 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-13  0:51 [PR PATCH] utox: update to 0.17.2 avoidr
2020-04-13 21:34 ` [PR PATCH] [Updated] " avoidr
2020-04-13 21:35 ` avoidr
2020-04-13 22:12 ` avoidr
2020-04-14 14:47 ` [PR PATCH] [Merged]: " Hoshpak

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