gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] trunk r6615: fix gnump3d installation


From: Carl Hansen
Subject: [Gsrc-commit] trunk r6615: fix gnump3d installation
Date: Mon, 17 Jun 2019 19:38:00 -0400 (EDT)
User-agent: Bazaar (2.7.0dev1)

------------------------------------------------------------
revno: 6615
revision-id: address@hidden-20190617233756-r9q8dk2by10i3b7h
parent: address@hidden-20190617212240-3k2j9l21tjxajz7p
committer: address@hidden
branch nick: trunk
timestamp: Mon 2019-06-17 16:37:56 -0700
message:
  fix gnump3d installation
modified:
  pkg/gnu/gnump3d/Makefile       makefile-20160617014725-uokjfnggs70iry9h-837
  pkg/gnu/gnump3d/gpg-keyring    gpgkeyring-20160617014725-uokjfnggs70iry9h-838
  pkg/gnu/gnump3d/sha256sums     sha256sums-20160617014725-uokjfnggs70iry9h-839
=== modified file 'pkg/gnu/gnump3d/Makefile'
--- a/pkg/gnu/gnump3d/Makefile  2018-05-10 02:43:08 +0000
+++ b/pkg/gnu/gnump3d/Makefile  2019-06-17 23:37:56 +0000
@@ -1,6 +1,8 @@
 # Copyright © 2013 Brandon Invergo <address@hidden>
+# Copyright © 2019 Carl Hansen <address@hidden>
 #
-# This file is part of GSRC.
+# This file is part of GSRC, the GNU Source Release Collection.
+# http://www.gnu.org/software/gsrc
 #
 # GSRC is free software: you can redistribute it and/or modify it
 # under the terms of the GNU General Public License as published by
@@ -14,12 +16,16 @@
 #
 # You should have received a copy of the GNU General Public License
 # along with GSRC.  If not, see <http://www.gnu.org/licenses/>.
+#
+#
+#
+# Send bug reports and comments about GSRC problems to address@hidden
 
 NAME = GNUMP3d
 GARNAME = gnump3d
 GARVERSION = 3.0
 HOME_URL = http://www.gnu.org/software/gnump3d/
-DESCRIPTION = Server for streaming audio files
+DESCRIPTION = Server for streaming audio,video, and other files
 define BLURB
 GNUMP3d is a streaming server for MP3s and OGG vorbis audio files,
 movies, and other media formats.  It is small and self-contained,
@@ -33,11 +39,16 @@
 MASTER_SUBDIR = $(GARNAME)/
 DISTFILES = $(DISTNAME).tar.gz
 SIGFILES = $(DISTNAME).tar.gz.sig
+PATCHFILES = Makefile.patch
+PATCHOPTS =  -p0
+CONFIGURE_SCRIPTS = 
 INSTALL_SCRIPTS = $(WORKSRC)/Makefile
 
 BUILDDEPS = 
 LIBDEPS = 
 
+#HINT add youprefx/lib/perl5/gnumpd3 to your PERL5LIB
+
 ######################################################################
 
 include ../../../gar/gar.mk
@@ -51,3 +62,9 @@
 install-$(WORKSRC)/Makefile:
        cd $(WORKSRC) && $(BUILD_ENV) make install $(BUILD_ARGS)
        $(MAKECOOKIE)
+
+post-install:
+       cd $(prefix)/packages/$(GARNAME)-$(GARVERSION)/bin && rm gnump3d
+       cd $(prefix)/packages/$(GARNAME)-$(GARVERSION)/bin && ln -s gnump3d2 
gnump3d
+       $(MAKECOOKIE)
+

=== modified file 'pkg/gnu/gnump3d/gpg-keyring'
Binary files a/pkg/gnu/gnump3d/gpg-keyring      2016-06-17 19:08:15 +0000 and 
b/pkg/gnu/gnump3d/gpg-keyring     2019-06-17 23:37:56 +0000 differ
=== modified file 'pkg/gnu/gnump3d/sha256sums'
--- a/pkg/gnu/gnump3d/sha256sums        2016-06-17 19:08:15 +0000
+++ b/pkg/gnu/gnump3d/sha256sums        2019-06-17 23:37:56 +0000
@@ -1,2 +1,3 @@
 a8c6b7ca6fb20988d51e849fa633ff9c0e744afc51ca71b0f27fd10969dc948d  
download/gnump3d-3.0.tar.gz
+9c3aa4607115a8467101d636d12db3100fe66d72c30e2cba779696660f8d23b8  
download/Makefile.patch
 e9c64b44f74022dc94f9d49b31ac570615f1528b9b9a4eb31a0033b7b6a60e34  
download/gnump3d-3.0.tar.gz.sig


reply via email to

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