Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] libdmapsharing: disable tests
@ 2019-05-03 16:09 voidlinux-github
  2019-05-03 17:03 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: voidlinux-github @ 2019-05-03 16:09 UTC (permalink / raw)
  To: ml

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

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

https://github.com/void-ppc64/void-packages libdmapsharing
https://github.com/void-linux/void-packages/pull/11463

libdmapsharing: disable tests
These fail to build with libgee currently in the repository, so disable them.

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

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

From c864a3bd9bece48038f0085d6a39ba9bbce705d1 Mon Sep 17 00:00:00 2001
From: q66 <daniel@octaforge.org>
Date: Fri, 3 May 2019 14:04:12 +0200
Subject: [PATCH] libdmapsharing: disable tests

These fail to build with libgee currently in the repository, so
disable them.
---
 srcpkgs/libdmapsharing/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/libdmapsharing/template b/srcpkgs/libdmapsharing/template
index b14e2f2f72d..39ebed671af 100644
--- a/srcpkgs/libdmapsharing/template
+++ b/srcpkgs/libdmapsharing/template
@@ -1,13 +1,13 @@
 # Template file for 'libdmapsharing'
 pkgname=libdmapsharing
 version=2.9.39
-revision=1
+revision=2
 build_style=gnu-configure
-configure_args="--with-mdns=avahi"
+configure_args="--with-mdns=avahi --disable-tests"
 hostmakedepends="pkg-config glib-devel"
 makedepends="gtk+-devel avahi-glib-libs-devel libsoup-devel
  gst-plugins-base1-devel libgee08-devel"
-short_desc="A library that implements the DMAP family of protocols"
+short_desc="Library that implements the DMAP family of protocols"
 maintainer="Juan RP <xtraeme@voidlinux.org>"
 license="LGPL-2.1"
 homepage="http://www.flyn.org/projects/libdmapsharing/index.html"

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

* Re: [PR PATCH] [Updated] libdmapsharing: disable tests
  2019-05-03 16:09 [PR PATCH] libdmapsharing: disable tests voidlinux-github
@ 2019-05-03 17:03 ` voidlinux-github
  2019-05-03 17:03 ` voidlinux-github
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: voidlinux-github @ 2019-05-03 17:03 UTC (permalink / raw)
  To: ml

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

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

https://github.com/void-ppc64/void-packages libdmapsharing
https://github.com/void-linux/void-packages/pull/11463

libdmapsharing: disable tests
These fail to build with libgee currently in the repository, so disable them.

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

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

From 3f340f3161af05ad9b8801e132ab984045ae1eaa Mon Sep 17 00:00:00 2001
From: q66 <daniel@octaforge.org>
Date: Fri, 3 May 2019 14:04:12 +0200
Subject: [PATCH] libdmapsharing: disable tests

These fail to build with libgee currently in the repository, so
disable them.

Also add gobject-introspection to host depends for cross.
---
 srcpkgs/libdmapsharing/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/libdmapsharing/template b/srcpkgs/libdmapsharing/template
index b14e2f2f72d..ec2d0ad520b 100644
--- a/srcpkgs/libdmapsharing/template
+++ b/srcpkgs/libdmapsharing/template
@@ -1,13 +1,13 @@
 # Template file for 'libdmapsharing'
 pkgname=libdmapsharing
 version=2.9.39
-revision=1
+revision=2
 build_style=gnu-configure
-configure_args="--with-mdns=avahi"
-hostmakedepends="pkg-config glib-devel"
+configure_args="--with-mdns=avahi --disable-tests"
+hostmakedepends="pkg-config glib-devel gobject-introspection"
 makedepends="gtk+-devel avahi-glib-libs-devel libsoup-devel
  gst-plugins-base1-devel libgee08-devel"
-short_desc="A library that implements the DMAP family of protocols"
+short_desc="Library that implements the DMAP family of protocols"
 maintainer="Juan RP <xtraeme@voidlinux.org>"
 license="LGPL-2.1"
 homepage="http://www.flyn.org/projects/libdmapsharing/index.html"

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

* Re: [PR PATCH] [Updated] libdmapsharing: disable tests
  2019-05-03 16:09 [PR PATCH] libdmapsharing: disable tests voidlinux-github
  2019-05-03 17:03 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-05-03 17:03 ` voidlinux-github
  2019-05-03 17:03 ` voidlinux-github
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: voidlinux-github @ 2019-05-03 17:03 UTC (permalink / raw)
  To: ml

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

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

https://github.com/void-ppc64/void-packages libdmapsharing
https://github.com/void-linux/void-packages/pull/11463

libdmapsharing: disable tests
These fail to build with libgee currently in the repository, so disable them.

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

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

From 3f340f3161af05ad9b8801e132ab984045ae1eaa Mon Sep 17 00:00:00 2001
From: q66 <daniel@octaforge.org>
Date: Fri, 3 May 2019 14:04:12 +0200
Subject: [PATCH] libdmapsharing: disable tests

These fail to build with libgee currently in the repository, so
disable them.

Also add gobject-introspection to host depends for cross.
---
 srcpkgs/libdmapsharing/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/libdmapsharing/template b/srcpkgs/libdmapsharing/template
index b14e2f2f72d..ec2d0ad520b 100644
--- a/srcpkgs/libdmapsharing/template
+++ b/srcpkgs/libdmapsharing/template
@@ -1,13 +1,13 @@
 # Template file for 'libdmapsharing'
 pkgname=libdmapsharing
 version=2.9.39
-revision=1
+revision=2
 build_style=gnu-configure
-configure_args="--with-mdns=avahi"
-hostmakedepends="pkg-config glib-devel"
+configure_args="--with-mdns=avahi --disable-tests"
+hostmakedepends="pkg-config glib-devel gobject-introspection"
 makedepends="gtk+-devel avahi-glib-libs-devel libsoup-devel
  gst-plugins-base1-devel libgee08-devel"
-short_desc="A library that implements the DMAP family of protocols"
+short_desc="Library that implements the DMAP family of protocols"
 maintainer="Juan RP <xtraeme@voidlinux.org>"
 license="LGPL-2.1"
 homepage="http://www.flyn.org/projects/libdmapsharing/index.html"

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

* Re: libdmapsharing: disable tests
  2019-05-03 16:09 [PR PATCH] libdmapsharing: disable tests voidlinux-github
  2019-05-03 17:03 ` [PR PATCH] [Updated] " voidlinux-github
  2019-05-03 17:03 ` voidlinux-github
@ 2019-05-03 17:03 ` voidlinux-github
  2019-05-03 18:18 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: voidlinux-github @ 2019-05-03 17:03 UTC (permalink / raw)
  To: ml

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

New comment by q66 on void-packages repository

https://github.com/void-linux/void-packages/pull/11463#issuecomment-489168123
Comment:
Might as well fix cross while at it, take 2...

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

* Re: [PR PATCH] [Updated] libdmapsharing: disable tests
  2019-05-03 16:09 [PR PATCH] libdmapsharing: disable tests voidlinux-github
                   ` (2 preceding siblings ...)
  2019-05-03 17:03 ` voidlinux-github
@ 2019-05-03 18:18 ` voidlinux-github
  2019-05-03 18:18 ` voidlinux-github
  2019-05-04  6:23 ` [PR PATCH] [Merged]: " voidlinux-github
  5 siblings, 0 replies; 7+ messages in thread
From: voidlinux-github @ 2019-05-03 18:18 UTC (permalink / raw)
  To: ml

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

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

https://github.com/void-ppc64/void-packages libdmapsharing
https://github.com/void-linux/void-packages/pull/11463

libdmapsharing: disable tests
These fail to build with libgee currently in the repository, so disable them.

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

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

From 3ae1caddcde03a94520f120c72aef55d6ac402c0 Mon Sep 17 00:00:00 2001
From: q66 <daniel@octaforge.org>
Date: Fri, 3 May 2019 14:04:12 +0200
Subject: [PATCH] libdmapsharing: disable tests

These fail to build with libgee currently in the repository, so
disable them.

Also set the gir build helper to fix cross compilation.
---
 srcpkgs/libdmapsharing/template | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/libdmapsharing/template b/srcpkgs/libdmapsharing/template
index b14e2f2f72d..c43648a542c 100644
--- a/srcpkgs/libdmapsharing/template
+++ b/srcpkgs/libdmapsharing/template
@@ -1,13 +1,14 @@
 # Template file for 'libdmapsharing'
 pkgname=libdmapsharing
 version=2.9.39
-revision=1
+revision=2
 build_style=gnu-configure
-configure_args="--with-mdns=avahi"
+build_helper=gir
+configure_args="--with-mdns=avahi --disable-tests"
 hostmakedepends="pkg-config glib-devel"
 makedepends="gtk+-devel avahi-glib-libs-devel libsoup-devel
  gst-plugins-base1-devel libgee08-devel"
-short_desc="A library that implements the DMAP family of protocols"
+short_desc="Library that implements the DMAP family of protocols"
 maintainer="Juan RP <xtraeme@voidlinux.org>"
 license="LGPL-2.1"
 homepage="http://www.flyn.org/projects/libdmapsharing/index.html"

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

* Re: [PR PATCH] [Updated] libdmapsharing: disable tests
  2019-05-03 16:09 [PR PATCH] libdmapsharing: disable tests voidlinux-github
                   ` (3 preceding siblings ...)
  2019-05-03 18:18 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-05-03 18:18 ` voidlinux-github
  2019-05-04  6:23 ` [PR PATCH] [Merged]: " voidlinux-github
  5 siblings, 0 replies; 7+ messages in thread
From: voidlinux-github @ 2019-05-03 18:18 UTC (permalink / raw)
  To: ml

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

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

https://github.com/void-ppc64/void-packages libdmapsharing
https://github.com/void-linux/void-packages/pull/11463

libdmapsharing: disable tests
These fail to build with libgee currently in the repository, so disable them.

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

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

From 3ae1caddcde03a94520f120c72aef55d6ac402c0 Mon Sep 17 00:00:00 2001
From: q66 <daniel@octaforge.org>
Date: Fri, 3 May 2019 14:04:12 +0200
Subject: [PATCH] libdmapsharing: disable tests

These fail to build with libgee currently in the repository, so
disable them.

Also set the gir build helper to fix cross compilation.
---
 srcpkgs/libdmapsharing/template | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/libdmapsharing/template b/srcpkgs/libdmapsharing/template
index b14e2f2f72d..c43648a542c 100644
--- a/srcpkgs/libdmapsharing/template
+++ b/srcpkgs/libdmapsharing/template
@@ -1,13 +1,14 @@
 # Template file for 'libdmapsharing'
 pkgname=libdmapsharing
 version=2.9.39
-revision=1
+revision=2
 build_style=gnu-configure
-configure_args="--with-mdns=avahi"
+build_helper=gir
+configure_args="--with-mdns=avahi --disable-tests"
 hostmakedepends="pkg-config glib-devel"
 makedepends="gtk+-devel avahi-glib-libs-devel libsoup-devel
  gst-plugins-base1-devel libgee08-devel"
-short_desc="A library that implements the DMAP family of protocols"
+short_desc="Library that implements the DMAP family of protocols"
 maintainer="Juan RP <xtraeme@voidlinux.org>"
 license="LGPL-2.1"
 homepage="http://www.flyn.org/projects/libdmapsharing/index.html"

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

* Re: [PR PATCH] [Merged]: libdmapsharing: disable tests
  2019-05-03 16:09 [PR PATCH] libdmapsharing: disable tests voidlinux-github
                   ` (4 preceding siblings ...)
  2019-05-03 18:18 ` voidlinux-github
@ 2019-05-04  6:23 ` voidlinux-github
  5 siblings, 0 replies; 7+ messages in thread
From: voidlinux-github @ 2019-05-04  6:23 UTC (permalink / raw)
  To: ml

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

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

libdmapsharing: disable tests
https://github.com/void-linux/void-packages/pull/11463
Description: These fail to build with libgee currently in the repository, so disable them.

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

end of thread, other threads:[~2019-05-04  6:23 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-03 16:09 [PR PATCH] libdmapsharing: disable tests voidlinux-github
2019-05-03 17:03 ` [PR PATCH] [Updated] " voidlinux-github
2019-05-03 17:03 ` voidlinux-github
2019-05-03 17:03 ` voidlinux-github
2019-05-03 18:18 ` [PR PATCH] [Updated] " voidlinux-github
2019-05-03 18:18 ` voidlinux-github
2019-05-04  6:23 ` [PR PATCH] [Merged]: " 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).