gsrc-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gsrc-commit] trunk r3780: brasero bug fix


From: Carl Hansen
Subject: [Gsrc-commit] trunk r3780: brasero bug fix
Date: Tue, 28 Jun 2016 07:27:46 +0000 (UTC)
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 3780
revision-id: address@hidden
parent: address@hidden
committer: address@hidden
branch nick: trunk
timestamp: Tue 2016-06-28 00:27:39 -0700
message:
  brasero bug fix
modified:
  pkg/gnome/brasero/Makefile     makefile-20160617013746-7ygosxqw3lxxvo7f-333
  pkg/gnome/brasero/config.mk    config.mk-20160617013818-ab4wvxahjy021fq6-1
  pkg/gnome/brasero/sha256sums   sha256sums-20160617013746-7ygosxqw3lxxvo7f-337
=== modified file 'pkg/gnome/brasero/Makefile'
--- a/pkg/gnome/brasero/Makefile        2016-06-22 04:58:40 +0000
+++ b/pkg/gnome/brasero/Makefile        2016-06-28 07:27:39 +0000
@@ -28,22 +28,22 @@
 
 endef
 GARVERSION = 3.12.1
-# module = brasero/3.12/brasero-3.12.1.tar.xz
 
 ######################################################################
 
+empty:=
+space:= $(empty) $(empty)
+VERSION_LIST = $(subst .,$(space),$(GARVERSION))
+SERIES = $(subst $(space),.,$(wordlist 1,2,$(VERSION_LIST)))
+
 MASTER_SITES = $(MASTER_GNOME)
-MASTER_SUBDIR = brasero/3.12/
-DISTFILES = brasero-3.12.1.tar.xz
-SIGFILES = 
+MASTER_SUBDIR = $(GARNAME)/$(SERIES)/
+DISTFILES = $(DISTNAME).tar.xz $(DISTNAME).sha256sum
 
-# hash = 
sha256:9a5eea53e57b66de3c7c8c2393ac21a58d5afa81c6cfb16b3c7f010a3d147127
 BUILDDEPS = totem-pl-parser
-LIBDEPS = #  glib gtk+ gstreamer gst-plugins-base libcanberra libnotify 
libxml2 yelp-tools
-SUGGESTS = nautilus totem-pl-parser tracker
+LIBDEPS =
 
 ######################################################################
 
 include ../../../gar/gar.lib/auto.mk
 include config.mk
-

=== modified file 'pkg/gnome/brasero/config.mk'
--- a/pkg/gnome/brasero/config.mk       2016-06-17 19:08:15 +0000
+++ b/pkg/gnome/brasero/config.mk       2016-06-28 07:27:39 +0000
@@ -2,4 +2,4 @@
 ## adjust as needed
 
 CONFIGURE_OPTS ?= 
-BUILD_OPTS ?=
+BUILD_OPTS ?= CFLAGS+="-Wno-error=format-nonliteral -Wno-error=format-y2k"

=== modified file 'pkg/gnome/brasero/sha256sums'
--- a/pkg/gnome/brasero/sha256sums      2016-06-17 19:08:15 +0000
+++ b/pkg/gnome/brasero/sha256sums      2016-06-28 07:27:39 +0000
@@ -1,1 +1,2 @@
 9a5eea53e57b66de3c7c8c2393ac21a58d5afa81c6cfb16b3c7f010a3d147127  
download/brasero-3.12.1.tar.xz
+b3754d68c0009a0dfc2e439e75b64be09f21a569bc889803da0efcdbbb3f4796  
download/brasero-3.12.1.sha256sum


reply via email to

[Prev in Thread] Current Thread [Next in Thread]