FreeBSD Bugzilla – Attachment 243973 Details for
Bug 273015
audio/sdl2_sound: Update to 2.0.2
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
audio/sdl2_sound: Update to 2.0.2 (apply with git am)
0001-audio-sdl2_sound-Update-to-2.0.2.patch (text/plain), 2.85 KB, created by
Jason E. Hale
on 2023-08-08 17:52:29 UTC
(
hide
)
Description:
audio/sdl2_sound: Update to 2.0.2 (apply with git am)
Filename:
MIME Type:
Creator:
Jason E. Hale
Created:
2023-08-08 17:52:29 UTC
Size:
2.85 KB
patch
obsolete
>From 34a38f10efdf73f07c9ff26cf03bdab347aaf136 Mon Sep 17 00:00:00 2001 >From: "Jason E. Hale" <jhale@FreeBSD.org> >Date: Tue, 8 Aug 2023 13:20:34 -0400 >Subject: [PATCH] audio/sdl2_sound: Update to 2.0.2 > >Switch to a pre-rolled release. > >https://github.com/icculus/SDL_sound/releases/tag/v2.0.2 > >PR: 273015 >--- > audio/sdl2_sound/Makefile | 13 ++++++------- > audio/sdl2_sound/distinfo | 6 +++--- > audio/sdl2_sound/pkg-plist | 9 ++++++++- > 3 files changed, 17 insertions(+), 11 deletions(-) > >diff --git a/audio/sdl2_sound/Makefile b/audio/sdl2_sound/Makefile >index daeb1a61dd34..ed6bb9cf8325 100644 >--- a/audio/sdl2_sound/Makefile >+++ b/audio/sdl2_sound/Makefile >@@ -1,7 +1,8 @@ > PORTNAME= sdl2_sound >-DISTVERSIONPREFIX= v >-DISTVERSION= 2.0.1 >+DISTVERSION= 2.0.2 > CATEGORIES= audio >+MASTER_SITES= https://github.com/icculus/SDL_sound/releases/download/v${DISTVERSION}/ >+DISTNAME= SDL2_sound-${DISTVERSION} > > MAINTAINER= amdmi3@FreeBSD.org > COMMENT= Abstract SDL soundfile decoder >@@ -11,11 +12,8 @@ WWW= https://icculus.org/SDL_sound/ \ > LICENSE= ZLIB > LICENSE_FILE_ZLIB=${WRKSRC}/LICENSE.txt > >-USES= cmake sdl >+USES= cmake pathfix sdl > USE_SDL= sdl2 >-USE_GITHUB= yes >-GH_ACCOUNT= icculus >-GH_PROJECT= SDL_sound > USE_LDCONFIG= yes > > PORTDOCS= * >@@ -35,8 +33,9 @@ post-install: > > post-install-DOCS-on: > @${MKDIR} ${STAGEDIR}${DOCSDIR} >+ cd ${WRKSRC} && ${INSTALL_DATA} README.md ${STAGEDIR}${DOCSDIR} > cd ${WRKSRC}/docs && ${INSTALL_DATA} CHANGELOG.txt \ >- CREDITS.txt README.txt ${STAGEDIR}${DOCSDIR} >+ CREDITS.txt ${STAGEDIR}${DOCSDIR} > > post-install-EXAMPLES-on: > @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} >diff --git a/audio/sdl2_sound/distinfo b/audio/sdl2_sound/distinfo >index fe9a77ff4686..c83e58f3c84b 100644 >--- a/audio/sdl2_sound/distinfo >+++ b/audio/sdl2_sound/distinfo >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1648728983 >-SHA256 (icculus-SDL_sound-v2.0.1_GH0.tar.gz) = 3527f05b7a3f00d8523cf25671598c85568b4e8b615ce7570113b44cbb7d555c >-SIZE (icculus-SDL_sound-v2.0.1_GH0.tar.gz) = 443682 >+TIMESTAMP = 1691512526 >+SHA256 (SDL2_sound-2.0.2.tar.gz) = 465a81d6004af731768b881b2f50383150cc58a8d346653bad85e2375829cc3a >+SIZE (SDL2_sound-2.0.2.tar.gz) = 459893 >diff --git a/audio/sdl2_sound/pkg-plist b/audio/sdl2_sound/pkg-plist >index 51db3494f23c..f9b713641750 100644 >--- a/audio/sdl2_sound/pkg-plist >+++ b/audio/sdl2_sound/pkg-plist >@@ -1,6 +1,13 @@ > bin/playsound2 > include/SDL2/SDL_sound.h >+lib/cmake/SDL2_sound/SDL2_sound-shared-targets-%%CMAKE_BUILD_TYPE%%.cmake >+lib/cmake/SDL2_sound/SDL2_sound-shared-targets.cmake >+lib/cmake/SDL2_sound/SDL2_sound-static-targets-%%CMAKE_BUILD_TYPE%%.cmake >+lib/cmake/SDL2_sound/SDL2_sound-static-targets.cmake >+lib/cmake/SDL2_sound/SDL2_soundConfig.cmake >+lib/cmake/SDL2_sound/SDL2_soundConfigVersion.cmake > lib/libSDL2_sound.a > lib/libSDL2_sound.so > lib/libSDL2_sound.so.2 >-lib/libSDL2_sound.so.2.0.1 >+lib/libSDL2_sound.so.2.0.2 >+libdata/pkgconfig/SDL2_sound.pc >-- >2.41.0 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
jhale
:
maintainer-approval?
(
amdmi3
)
Actions:
View
|
Diff
Attachments on
bug 273015
: 243973