FreeBSD Bugzilla – Attachment 246431 Details for
Bug 275143
[NEW PORT] audio/atracdenc: ATRAC1, ATRAC3 compatible encoder with LGPL licence
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Use gtest, change MASTER_SITES priority
atracdenc_patch_1.diff (text/plain), 1.47 KB, created by
dan.cherednik
on 2023-11-19 20:31:01 UTC
(
hide
)
Description:
Use gtest, change MASTER_SITES priority
Filename:
MIME Type:
Creator:
dan.cherednik
Created:
2023-11-19 20:31:01 UTC
Size:
1.47 KB
patch
obsolete
>diff -u -r atracdenc.old/Makefile atracdenc/Makefile >--- atracdenc.old/Makefile 2023-11-19 15:49:51.805606000 +0000 >+++ atracdenc/Makefile 2023-11-19 15:55:39.232255000 +0000 >@@ -1,8 +1,8 @@ > PORTNAME= atracdenc >-DISTVERSION= 0.1.0 >+DISTVERSION= 0.1.1 > CATEGORIES= audio >-MASTER_SITES= https://code.mastervirt.ru/st/atracdenc/ \ >- https://github.com/dcherednik/atracdenc/releases/download/${DISTVERSION}/ >+MASTER_SITES= https://github.com/dcherednik/atracdenc/releases/download/${DISTVERSION}/ \ >+ https://code.mastervirt.ru/st/atracdenc/ > > MAINTAINER= pkgsup@mastervirt.ru > COMMENT= ATRAC1, ATRAC3 compatible encoder >@@ -11,13 +11,16 @@ > LICENSE= LGPL21+ > LICENSE_FILE= ${WRKSRC}/LICENSE > >-LIB_DEPENDS= libsndfile.so:audio/libsndfile >+LIB_DEPENDS= libsndfile.so:audio/libsndfile > > USES= cmake > >-USE_LDCONFIG= yes >+OPTIONS_DEFINE= TEST > >-TEST_TARGET= test >+USE_LDCONFIG= yes >+ >+TEST_BUILD_DEPENDS= googletest>0:devel/googletest >+TEST_TEST_TARGET= test > > post-install: > ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/atracdenc >diff -u -r atracdenc.old/distinfo atracdenc/distinfo >--- atracdenc.old/distinfo 2023-11-19 15:49:51.806178000 +0000 >+++ atracdenc/distinfo 2023-11-19 13:52:29.802666000 +0000 >@@ -1,2 +1,2 @@ >-SHA256 (atracdenc-0.1.0.tar.gz) = dad411204b785fa0c045667c853803930dae3c2279175beb48481f5d1f86ab43 >-SIZE (atracdenc-0.1.0.tar.gz) = 1078448 >+SHA256 (atracdenc-0.1.1.tar.gz) = 60e5677afac4a20776516f7a5e63bac4dcb4bfde9f8e642ebf82ad3b9a8d8ef2 >+SIZE (atracdenc-0.1.1.tar.gz) = 89277
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
Actions:
View
|
Diff
Attachments on
bug 275143
:
246364
|
246380
|
246431
|
246454