Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[22.03] samplicator: update to latest master commit 2021-10-11 #19722

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 9 additions & 4 deletions net/samplicator/Makefile
Original file line number Diff line number Diff line change
@@ -1,17 +1,22 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=samplicator
PKG_VERSION:=1.3.6
PKG_RELEASE:=$(AUTORELEASE)

PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://github.com/sleinen/samplicator/releases/download/v$(PKG_VERSION)
PKG_HASH:=3c4358b4b0992a77251f2b9e2221d4ae945781160732c73504eb126e69d72d40
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=https://github.com/sleinen/samplicator.git
PKG_SOURCE_DATE:=2021-10-11
PKG_SOURCE_VERSION:=ceeb1d280188c155b71d819282490be86190f6f6
PKG_MIRROR_HASH:=e96ac711313d3554d53ca8de5061b8fb18dfeb2823c4c0fe3404ba3b71e8b689

PKG_MAINTAINER:=Nick Hainke <[email protected]>
PKG_LICENSE:=GPL-2.0-only
PKG_LICENSE_FILES:=COPYING

PKG_FIXUP:=autoreconf
PKG_REMOVE_FILES:=autogen.sh
PKG_BUILD_PARALLEL:=1

include $(INCLUDE_DIR)/package.mk

define Package/samplicator
Expand Down
3 changes: 2 additions & 1 deletion net/samplicator/files/samplicator.init
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,12 @@ START=70

SAMPLICATOR_BIN="/usr/sbin/samplicate"
SAMPLICATOR_CONF="/etc/samplicator.conf"
PIDFILE="/var/run/samplicator.pid"

start_service() {
mkdir -p /var/run
procd_open_instance
procd_set_param command $SAMPLICATOR_BIN -c $SAMPLICATOR_CONF
procd_set_param command $SAMPLICATOR_BIN -c $SAMPLICATOR_CONF -m $PIDFILE
procd_set_param file "$SAMPLICATOR_CONF"
procd_set_param stdout 1
procd_set_param stderr 1
Expand Down
11 changes: 0 additions & 11 deletions net/samplicator/patches/010-format.patch

This file was deleted.