FreeBSD Bugzilla – Attachment 253833 Details for
Bug 281720
multimedia/droidcam: Fix previous patch and minor changes
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
multimedia/droidcam
droidcam (text/plain), 1.33 KB, created by
Yusuf Yaman
on 2024-09-26 16:34:04 UTC
(
hide
)
Description:
multimedia/droidcam
Filename:
MIME Type:
Creator:
Yusuf Yaman
Created:
2024-09-26 16:34:04 UTC
Size:
1.33 KB
patch
obsolete
>From 8fde426c0e1b6417ab7ad22bde575f3d0d7db617 Mon Sep 17 00:00:00 2001 >From: Yusuf Yaman <nxjoseph@protonmail.com> >Date: Thu, 26 Sep 2024 19:32:20 +0300 >Subject: [PATCH] multimedia/droidcam: Fix previous patch and minor changes > >This patch fixes 281586 by adding forgotten directory pointing to the program's icon path. >Also replaces program's installation path with ${PREFIX} in program's .desktop file. > >PR: 281720 >--- > multimedia/droidcam/Makefile | 6 ++++-- > 1 file changed, 4 insertions(+), 2 deletions(-) > >diff --git a/multimedia/droidcam/Makefile b/multimedia/droidcam/Makefile >index 5bcd3594181f..24add836bc1b 100644 >--- a/multimedia/droidcam/Makefile >+++ b/multimedia/droidcam/Makefile >@@ -1,7 +1,7 @@ > PORTNAME= droidcam > DISTVERSIONPREFIX= v > DISTVERSION= 2.1.3 >-PORTREVISION= 2 >+PORTREVISION= 3 > CATEGORIES= multimedia > > MAINTAINER= nxjoseph@protonmail.com >@@ -57,8 +57,10 @@ NLS_USES= gettext > NLS_CONFIGURE_ENABLE= nls > > pre-configure: >- ${REINPLACE_CMD} -e 's,/opt/droidcam-icon.png,${PREFIX}/pixmaps/droidcam-icon.png,' \ >+ ${REINPLACE_CMD} -e 's,/opt/droidcam-icon.png,${PREFIX}/share/pixmaps/droidcam-icon.png,' \ > ${WRKSRC}/src/droidcam.c ${WRKSRC}/droidcam.desktop >+ ${REINPLACE_CMD} -e 's,/usr/local/bin/droidcam,${PREFIX}/bin/droidcam,' \ >+ ${WRKSRC}/droidcam.desktop > > do-install: > ${INSTALL_PROGRAM} ${WRKSRC}/droidcam \ >-- >2.46.1 >
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:
nxjoseph
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 281720
:
253825
|
253833
|
253895
|
253896