mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
audio/libsndfile: apply upstream patch for ALSA
When ALSA is installed, some preprocessor-defines may have overlapping values. This patch was proposed (I think) in the PR mentioned, and then upstreamed. PR: 258362 Reported by: user WHR Obtained from: upstream repository Approved by: tcberner (multimedia@)
This commit is contained in:
parent
fdc69aab7c
commit
232ed872c5
2 changed files with 7 additions and 1 deletions
|
@ -2,9 +2,13 @@
|
||||||
|
|
||||||
PORTNAME= libsndfile
|
PORTNAME= libsndfile
|
||||||
DISTVERSION= 1.0.31
|
DISTVERSION= 1.0.31
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= audio
|
CATEGORIES= audio
|
||||||
MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/${DISTVERSION}/
|
MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/${DISTVERSION}/
|
||||||
|
|
||||||
|
PATCH_SITES= https://github.com/${PORTNAME}/${PORTNAME}/commit/
|
||||||
|
PATCHFILES= cc342f9e45315f9f3de12ae493bc6b3a2bd0a0b1.patch:-p1
|
||||||
|
|
||||||
MAINTAINER= multimedia@FreeBSD.org
|
MAINTAINER= multimedia@FreeBSD.org
|
||||||
COMMENT= Reading and writing files containing sampled sound (like WAV or AIFF)
|
COMMENT= Reading and writing files containing sampled sound (like WAV or AIFF)
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
TIMESTAMP = 1611780647
|
TIMESTAMP = 1632130804
|
||||||
SHA256 (libsndfile-1.0.31.tar.bz2) = a8cfb1c09ea6e90eff4ca87322d4168cdbe5035cb48717b40bf77e751cc02163
|
SHA256 (libsndfile-1.0.31.tar.bz2) = a8cfb1c09ea6e90eff4ca87322d4168cdbe5035cb48717b40bf77e751cc02163
|
||||||
SIZE (libsndfile-1.0.31.tar.bz2) = 875335
|
SIZE (libsndfile-1.0.31.tar.bz2) = 875335
|
||||||
|
SHA256 (cc342f9e45315f9f3de12ae493bc6b3a2bd0a0b1.patch) = 51607b67698d0427ef03488c1486e40a0da61e91f6404fa876c1776b197b9c44
|
||||||
|
SIZE (cc342f9e45315f9f3de12ae493bc6b3a2bd0a0b1.patch) = 793
|
||||||
|
|
Loading…
Add table
Reference in a new issue