[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Gsrc-commit] trunk r4423: add program, gsequencer audio workstation
From: |
Carl Hansen |
Subject: |
[Gsrc-commit] trunk r4423: add program, gsequencer audio workstation |
Date: |
Tue, 4 Apr 2017 04:11:05 -0400 (EDT) |
User-agent: |
Bazaar (2.7.0dev1) |
------------------------------------------------------------
revno: 4423
revision-id: address@hidden
parent: address@hidden
committer: address@hidden
branch nick: trunk
timestamp: Tue 2017-04-04 01:11:00 -0700
message:
add program, gsequencer audio workstation
added:
pkg/other/gsequencer/ gsequencer-20170404081001-mr4jrzxutgqe0il2-1
pkg/other/gsequencer/Makefile makefile-20170404081001-mr4jrzxutgqe0il2-3
pkg/other/gsequencer/config.mk config.mk-20170404081001-mr4jrzxutgqe0il2-2
pkg/other/gsequencer/gpg-keyring gpgkeyring-20170404081010-9ecbh9q86g6wh1sy-1
pkg/other/gsequencer/sha256sums sha256sums-20170404081001-mr4jrzxutgqe0il2-4
=== added directory 'pkg/other/gsequencer'
=== added file 'pkg/other/gsequencer/Makefile'
--- a/pkg/other/gsequencer/Makefile 1970-01-01 00:00:00 +0000
+++ b/pkg/other/gsequencer/Makefile 2017-04-04 08:11:00 +0000
@@ -0,0 +1,56 @@
+# Copyright © 2016, 2017 Carl Hansen <address@hidden>
+#
+# This file is part of GSRC
+#
+# BioSRC is free software: you can redistribute it and/or modify it
+# under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# BioSRC is distributed in the hope that it will be useful, but WITHOUT
+# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+# or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
+# License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with GSRC. If not, see <http://www.gnu.org/licenses/>.
+
+NAME = gsequencer
+GARNAME = gsequencer
+GARVERSION = 0.7.122.17
+HOME_URL = http://www.nongnu.org/gsequencer/
+DESCRIPTION = Audio processing, editing.
+define BLURB
+Advanced Gtk+ Sequencer is a tree based audio processing engine. It
+uses extensively threads, supporting LADSPA, DSSI and Lv2 plugin format.
+Capable of doing multi-channel editing, it contains an automation editor
+and live export to audio files. There are sequencer machines as well
+a fully featured notation editor. Supporting copy and paste, resizing
+audio channels or align in-/output pads. Intended to use for music
+composition. It features a piano roll, as well a synth, matrix editor,
+drum machine, soundfont2 player, mixer and an output panel.
+endef
+
+LICENSE = GNU GPLv3+
+
+######################################################################
+MASTER_SITES = $(MASTER_SAVANNAH_RELEASES)
+MASTER_SUBDIR = $(GARNAME)/stable/
+DISTFILES = $(DISTNAME).tar.gz
+SIGFILES = $(DISTNAME).tar.gz.sig
+
+# the docs list these prereqs:
+# apt-get install make gcc autoconf automake pkg-config libgtk2.0-dev \
+ # libinstpatch-dev libsndfile-dev libsamplerate-dev libxml2-dev
\
+ # libgmp-dev ladspa-sdk dssi-dev lv2-dev oss4-dev
libasound2-dev \
+ # libjack-jackd2-dev uuid-dev libcunit1-dev
+#
+#
+
+BUILDDEPS =
+LIBDEPS =
+
+######################################################################
+include ../../../gar/gar.lib/auto.mk
+include config.mk
+
=== added file 'pkg/other/gsequencer/config.mk'
--- a/pkg/other/gsequencer/config.mk 1970-01-01 00:00:00 +0000
+++ b/pkg/other/gsequencer/config.mk 2017-04-04 08:11:00 +0000
@@ -0,0 +1,4 @@
+## Configuration options ##
+
+CONFIGURE_OPTS ?= --enable-oss=no
+BUILD_OPTS ?=
=== added file 'pkg/other/gsequencer/gpg-keyring'
Binary files a/pkg/other/gsequencer/gpg-keyring 1970-01-01 00:00:00 +0000 and
b/pkg/other/gsequencer/gpg-keyring 2017-04-04 08:11:00 +0000 differ
=== added file 'pkg/other/gsequencer/sha256sums'
--- a/pkg/other/gsequencer/sha256sums 1970-01-01 00:00:00 +0000
+++ b/pkg/other/gsequencer/sha256sums 2017-04-04 08:11:00 +0000
@@ -0,0 +1,2 @@
+ded612fb10031a1da9e7480f12658e4e74f5588cfeac3ea7519eaad784617f25
download/gsequencer-0.7.122.17.tar.gz
+0f6de46a5d674dd5e8c3d2974be5e2658554b483e3b36880e9c9763130c3f6af
download/gsequencer-0.7.122.17.tar.gz.sig
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Gsrc-commit] trunk r4423: add program, gsequencer audio workstation,
Carl Hansen <=