Page MenuHomeSolus

D2956.id7256.diff
No OneTemporary

D2956.id7256.diff

diff --git a/files/0001-Fix-typo-in-Meson-build-options.patch b/files/0001-Fix-typo-in-Meson-build-options.patch
deleted file mode 100644
--- a/files/0001-Fix-typo-in-Meson-build-options.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-From 6bee8bc0d1626087340138e66225d55ebe9d498e Mon Sep 17 00:00:00 2001
-From: vinszent <vinszent@vinszent.com>
-Date: Fri, 13 Oct 2017 17:52:44 +0200
-Subject: [PATCH] Fix typo in Meson build options
-
----
- meson_options.txt | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/meson_options.txt b/meson_options.txt
-index 17937a3..0d17ec3 100644
---- a/meson_options.txt
-+++ b/meson_options.txt
-@@ -1,3 +1,3 @@
- option('build-executable', type : 'boolean', value : true, description : 'Build the main executable')
- option('build-player-backends', type : 'string', description : 'Comma separated list of player backends to build. Possible values are gstreamer-cairo, gstreamer-opengl, gstreamer-clutter and mpv-opengl')
--option('use-deprecated-webkit', type : 'boolean', value : false, descritpion : 'Use deprecated WebKit1 API')
-+option('use-deprecated-webkit', type : 'boolean', value : false, description : 'Use deprecated WebKit1 API')
---
-2.14.2
-
diff --git a/files/0002-https-fix.patch b/files/0002-https-fix.patch
deleted file mode 100644
--- a/files/0002-https-fix.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-diff --git a/src/gt-twitch.c b/src/gt-twitch.c
-index a071ca5..10ac301 100644
---- a/src/gt-twitch.c
-+++ b/src/gt-twitch.c
-@@ -34,8 +34,8 @@
- //TODO: Use https://streams.twitch.tv/kraken/streams/{channel}?stream_type=all instead to get is_playlist info
- //TODO: Use https://tmi.twitch.tv/servers?channel=%s to get chat server info
-
--#define ACCESS_TOKEN_URI "http://api.twitch.tv/api/channels/%s/access_token"
--#define STREAM_PLAYLIST_URI "http://usher.twitch.tv/api/channel/hls/%s.m3u8?player=twitchweb&token=%s&sig=%s&allow_audio_only=true&allow_source=true&type=any&allow_spectre=true&p=%d"
-+#define ACCESS_TOKEN_URI "https://api.twitch.tv/api/channels/%s/access_token"
-+#define STREAM_PLAYLIST_URI "https://usher.ttvnw.net/api/channel/hls/%s.m3u8?player=twitchweb&token=%s&sig=%s&allow_audio_only=true&allow_source=true&type=any&allow_spectre=true&p=%d"
- #define TOP_CHANNELS_URI "https://api.twitch.tv/kraken/streams?limit=%d&offset=%d&game=%s&language=%s"
- #define TOP_GAMES_URI "https://api.twitch.tv/kraken/games/top?limit=%d&offset=%d"
- #define SEARCH_STREAMS_URI "https://api.twitch.tv/kraken/search/streams?query=%s&limit=%d&offset=%d"
-@@ -45,7 +45,7 @@
- #define FETCH_CHANNEL_URI "https://api.twitch.tv/kraken/channels/%s"
- #define CHAT_BADGES_URI "https://api.twitch.tv/kraken/chat/%s/badges/"
- #define TWITCH_EMOTE_URI "https://static-cdn.jtvnw.net/emoticons/v1/%d/%d.0"
--#define CHANNEL_INFO_URI "http://api.twitch.tv/api/channels/%s/panels"
-+#define CHANNEL_INFO_URI "https://api.twitch.tv/api/channels/%s/panels"
- #define CHAT_SERVERS_URI "https://api.twitch.tv/api/channels/%s/chat_properties"
- #define FOLLOWED_STREAMS_URI "https://api.twitch.tv/kraken/streams/followed?limit=%d&offset=%d&oauth_token=%s&stream_type=live"
- #define FOLLOWED_CHANNELS_URI "https://api.twitch.tv/kraken/users/%s/follows/channels?limit=%d&offset=%d"
diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,8 +1,8 @@
name : gnome-twitch
-version : 0.4.1
-release : 13
+version : 0.4.2
+release : 14
source :
- - https://github.com/vinszent/gnome-twitch/archive/v0.4.1.tar.gz : a0e2b13bdd9c2ca572bf70da9b440e886aedf4d1588073dc1338743e8b6eacef
+ - https://github.com/vinszent/gnome-twitch/archive/v0.4.2.tar.gz : 82c37c858f69c39b7cd38d20c91d8ec2441d339a6d2eaf1f1cc9f0503c52b661
license : GPL-3.0-or-later
component : multimedia.video
summary : GNOME Twitch app for watching Twitch on your GNU/Linux desktop.
@@ -18,9 +18,6 @@
- pkgconfig(mpv)
- pkgconfig(webkit2gtk-4.0)
setup : |
- %patch -p1 < $pkgfiles/0001-Fix-typo-in-Meson-build-options.patch
- %patch -p1 < $pkgfiles/0002-https-fix.patch
-
export LANG=en_US.utf8
%meson_configure --buildtype release \
-Dbuild-player-backends=gstreamer-cairo,gstreamer-opengl,gstreamer-clutter,mpv-opengl \
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -49,19 +49,19 @@
</Description>
<PartOf>programming.devel</PartOf>
<RuntimeDependencies>
- <Dependency release="13">gnome-twitch</Dependency>
+ <Dependency release="14">gnome-twitch</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include/</Path>
</Files>
</Package>
<History>
- <Update release="13">
- <Date>2018-05-12</Date>
- <Version>0.4.1</Version>
+ <Update release="14">
+ <Date>2018-05-19</Date>
+ <Version>0.4.2</Version>
<Comment>Packaging update</Comment>
<Name>Simon Friend</Name>
<Email>simbiotiqu@gmail.com</Email>
</Update>
</History>
</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
Thu, Aug 10, 3:37 PM (1 d, 3 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5813366
Default Alt Text
D2956.id7256.diff (5 KB)

Event Timeline