[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Gsrc-commit] trunk r4323: update icecat to 45.7.0
From: |
Carl Hansen |
Subject: |
[Gsrc-commit] trunk r4323: update icecat to 45.7.0 |
Date: |
Sun, 5 Mar 2017 17:48:12 -0500 (EST) |
User-agent: |
Bazaar (2.7.0dev1) |
------------------------------------------------------------
revno: 4323
revision-id: address@hidden
parent: address@hidden
committer: address@hidden
branch nick: trunk
timestamp: Sun 2017-03-05 14:47:59 -0800
message:
update icecat to 45.7.0
modified:
pkg/gnu/icecat/Makefile makefile-20160617014725-uokjfnggs70iry9h-1045
pkg/gnu/icecat/config.mk config.mk-20160617020301-ku5bytoigpo4xvc3-1
pkg/gnu/icecat/gpg-keyring gpgkeyring-20160617014725-uokjfnggs70iry9h-1052
pkg/gnu/icecat/sha256sums sha256sums-20160617014725-uokjfnggs70iry9h-1054
=== modified file 'pkg/gnu/icecat/Makefile'
--- a/pkg/gnu/icecat/Makefile 2016-12-02 04:32:46 +0000
+++ b/pkg/gnu/icecat/Makefile 2017-03-05 22:47:59 +0000
@@ -1,4 +1,4 @@
-# Copyright © 2013, 2014, 2015, 2016 Brandon Invergo <address@hidden>
+# Copyright © 2013, 2014, 2015, 2016, 2017 Brandon Invergo <address@hidden>
#
# This file is part of GSRC.
#
@@ -17,7 +17,7 @@
NAME = IceCat
GARNAME = icecat
-GARVERSION = 45.5.1-gnu1
+GARVERSION = 45.7.0
HOME_URL = http://www.gnu.org/software/gnuzilla/
DESCRIPTION = Entirely free browser derived from Mozilla Firefox
define BLURB
@@ -33,17 +33,18 @@
MASTER_SITES = $(MASTER_GNU)
MASTER_SUBDIR = icecat/$(GARVERSION)/
-DISTFILES = $(DISTNAME).tar.bz2
-SIGFILES = $(DISTNAME).tar.bz2.sig
+DISTFILES = $(DISTNAME)-gnu1.tar.bz2
+SIGFILES = $(DISTNAME)-gnu1.tar.bz2.sig
-WORKSRC = $(WORKDIR)/$(GARNAME)-45.5.1
-WORKOBJ = $(WORKDIR)/$(GARNAME)-45.5.1-build
+WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)
+WORKOBJ = $(WORKDIR)/$(GARNAME)-$(GARVERSION).build
BUILDDEPS =
LIBDEPS = gstreamer gst-plugins-base
#glib gtk zlib libpng
-
+# yasm is a required build tool for this architecture when webm is enabled.
+# apt-get install yasm
######################################################################
include ../../../gar/gar.lib/auto.mk
=== modified file 'pkg/gnu/icecat/config.mk'
--- a/pkg/gnu/icecat/config.mk 2016-06-17 19:08:15 +0000
+++ b/pkg/gnu/icecat/config.mk 2017-03-05 22:47:59 +0000
@@ -1,6 +1,9 @@
## Configuration options for icecat ##
CONFIGURE_OPTS ?= --enable-safe-browsing --disable-tests \
- --disable-gconf --disable-gnomevfs \
- --disable-webm
+ --disable-gconf --disable-gnomevfs --disable-gstreamer
+
+ #--disable-webm (needs yasm)
+ # gstreamer not working for me. experiment
+
BUILD_OPTS ?=
=== modified file 'pkg/gnu/icecat/gpg-keyring'
Binary files a/pkg/gnu/icecat/gpg-keyring 2016-06-17 19:08:15 +0000 and
b/pkg/gnu/icecat/gpg-keyring 2017-03-05 22:47:59 +0000 differ
=== modified file 'pkg/gnu/icecat/sha256sums'
--- a/pkg/gnu/icecat/sha256sums 2016-12-02 02:45:57 +0000
+++ b/pkg/gnu/icecat/sha256sums 2017-03-05 22:47:59 +0000
@@ -1,2 +1,2 @@
-8163e5bc53f69d9f9b0fc5e9f95fae33da8139ae0f902756751cadbaa27e6ee9
download/icecat-45.5.1-gnu1.tar.bz2
-15e63323f75e058c8d91f819afd8429d59140be1145eec76777939eb69544638
download/icecat-45.5.1-gnu1.tar.bz2.sig
+635b2d458b22221dcaff4463ce3ed2983e6fc4981c09170899fd63ea231dc7d6
download/icecat-45.7.0-gnu1.tar.bz2
+9714b3648ceb80bdc108d11b52bf18d5146b3267014699712a646d1df857ab04
download/icecat-45.7.0-gnu1.tar.bz2.sig
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Gsrc-commit] trunk r4323: update icecat to 45.7.0,
Carl Hansen <=