mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
audio/liblscp: Update to 1.0.1
- Update WWWW Changes: https://www.linuxsampler.org/svnhistory.php?subproject=liblscp https://github.com/rncbc/liblscp/commits/main
This commit is contained in:
parent
6068c04140
commit
f2d1880c4c
3 changed files with 11 additions and 12 deletions
|
@ -1,12 +1,13 @@
|
||||||
PORTNAME= liblscp
|
PORTNAME= liblscp
|
||||||
PORTVERSION= 1.0.0
|
PORTVERSION= 1.0.1
|
||||||
CATEGORIES= audio
|
CATEGORIES= audio
|
||||||
MASTER_SITES= SF/qsampler/liblscp/${PORTVERSION} \
|
MASTER_SITES= SF/qsampler/liblscp/${PORTVERSION} \
|
||||||
https://download.linuxsampler.org/packages/
|
https://download.linuxsampler.org/packages/
|
||||||
|
|
||||||
MAINTAINER= sunpoet@FreeBSD.org
|
MAINTAINER= sunpoet@FreeBSD.org
|
||||||
COMMENT= LinuxSampler Control Protocol (LSCP) wrapper C library
|
COMMENT= LinuxSampler Control Protocol (LSCP) wrapper C library
|
||||||
WWW= https://www.linuxsampler.org/
|
WWW= https://www.linuxsampler.org/ \
|
||||||
|
https://github.com/rncbc/liblscp
|
||||||
|
|
||||||
LICENSE= LGPL21+
|
LICENSE= LGPL21+
|
||||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1719060307
|
TIMESTAMP = 1744288698
|
||||||
SHA256 (liblscp-1.0.0.tar.gz) = 65a3df07755e83560204789ea0af5f16a2f4b41e0f88db18f35a099a7dab77f2
|
SHA256 (liblscp-1.0.1.tar.gz) = db54a33c0e5e98c44a11022e92183baf7b977e70721293641a109ea4dbb4f6c7
|
||||||
SIZE (liblscp-1.0.0.tar.gz) = 99190
|
SIZE (liblscp-1.0.1.tar.gz) = 98261
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
--- CMakeLists.txt.orig 2024-06-17 16:59:21 UTC
|
--- CMakeLists.txt.orig 2025-03-27 14:20:36 UTC
|
||||||
+++ CMakeLists.txt
|
+++ CMakeLists.txt
|
||||||
@@ -9,32 +9,6 @@ set (PROJECT_DOMAIN "linuxsampler.org")
|
@@ -9,30 +9,6 @@ set (PROJECT_DOMAIN "linuxsampler.org")
|
||||||
set (PROJECT_COPYRIGHT "Copyright (C) 2004-2024, rncbc aka Rui Nuno Capela. All rights reserved.")
|
set (PROJECT_COPYRIGHT "Copyright (C) 2004-2025, rncbc aka Rui Nuno Capela. All rights reserved.")
|
||||||
set (PROJECT_DOMAIN "linuxsampler.org")
|
set (PROJECT_DOMAIN "linuxsampler.org")
|
||||||
|
|
||||||
-execute_process (
|
-execute_process (
|
||||||
|
@ -13,8 +13,6 @@
|
||||||
-if (GIT_DESCRIBE_RESULT EQUAL 0)
|
-if (GIT_DESCRIBE_RESULT EQUAL 0)
|
||||||
- set (GIT_VERSION "${GIT_DESCRIBE_OUTPUT}")
|
- set (GIT_VERSION "${GIT_DESCRIBE_OUTPUT}")
|
||||||
- string (REGEX REPLACE "^[^0-9]+" "" GIT_VERSION "${GIT_VERSION}")
|
- string (REGEX REPLACE "^[^0-9]+" "" GIT_VERSION "${GIT_VERSION}")
|
||||||
- string (REGEX REPLACE "^1_" "" GIT_VERSION "${GIT_VERSION}")
|
|
||||||
- string (REGEX REPLACE "^[_vV]+" "" GIT_VERSION "${GIT_VERSION}")
|
|
||||||
- string (REGEX REPLACE "-g" "git." GIT_VERSION "${GIT_VERSION}")
|
- string (REGEX REPLACE "-g" "git." GIT_VERSION "${GIT_VERSION}")
|
||||||
- string (REGEX REPLACE "[_|-]" "." GIT_VERSION "${GIT_VERSION}")
|
- string (REGEX REPLACE "[_|-]" "." GIT_VERSION "${GIT_VERSION}")
|
||||||
- execute_process (
|
- execute_process (
|
||||||
|
@ -33,10 +31,10 @@
|
||||||
set (CONFIG_PREFIX "${CMAKE_INSTALL_PREFIX}")
|
set (CONFIG_PREFIX "${CMAKE_INSTALL_PREFIX}")
|
||||||
|
|
||||||
include (GNUInstallDirs)
|
include (GNUInstallDirs)
|
||||||
@@ -118,6 +92,3 @@ add_subdirectory (src)
|
@@ -116,6 +92,4 @@ add_subdirectory (src)
|
||||||
#
|
#
|
||||||
|
|
||||||
add_subdirectory (src)
|
add_subdirectory (src)
|
||||||
-add_subdirectory (doc)
|
-add_subdirectory (doc)
|
||||||
-add_subdirectory (examples)
|
-add_subdirectory (examples)
|
||||||
-
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue