FreeBSD Bugzilla – Attachment 222061 Details for
Bug 253150
[NEW PORT] audio/gtk-mixer: GTK based volume control tool
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
40b7925723.patch (text/plain), 2.24 KB, created by
Ivan Rozhuk
on 2021-02-01 07:13:58 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Ivan Rozhuk
Created:
2021-02-01 07:13:58 UTC
Size:
2.24 KB
patch
obsolete
>From 40b79257237c09895511c40b980c3d094756d276 Mon Sep 17 00:00:00 2001 >From: Rozhuk Ivan <rozhuk.im@gmail.com> >Date: Mon, 1 Feb 2021 10:07:04 +0300 >Subject: [PATCH] audio/gtk-mixer: add port > >--- > audio/gtk-mixer/Makefile | 27 +++++++++++++++++++++++++++ > audio/gtk-mixer/distinfo | 3 +++ > audio/gtk-mixer/pkg-descr | 14 ++++++++++++++ > 3 files changed, 44 insertions(+) > create mode 100644 audio/gtk-mixer/Makefile > create mode 100644 audio/gtk-mixer/distinfo > create mode 100644 audio/gtk-mixer/pkg-descr > >diff --git a/audio/gtk-mixer/Makefile b/audio/gtk-mixer/Makefile >new file mode 100644 >index 000000000000..518cf5bbb4ef >--- /dev/null >+++ b/audio/gtk-mixer/Makefile >@@ -0,0 +1,27 @@ >+# $FreeBSD$ >+ >+PORTNAME= gtk-mixer >+PORTVERSION= 1.0.0 >+CATEGORIES= audio >+ >+MAINTAINER= rozhuk.im@gmail.com >+COMMENT= GTK based volume control tool >+ >+LICENSE= GPLv2 >+ >+USES= cmake gnome pkgconfig >+USE_GNOME= cairo gdkpixbuf2 gtk30 >+USE_GITHUB= yes >+GH_ACCOUNT= rozhuk-im >+ >+PLIST_FILES= bin/gtk-mixer \ >+ share/pixmaps/gtk-mixer.png >+ >+DESKTOP_ENTRIES="GTK-Mixer" "${COMMENT}" "${PORTNAME}" \ >+ "${PORTNAME}" "GTK;AudioVideo;Audio;Mixer;" true >+ >+post-install: >+ ${LN} -sf gvolwheel/audio-volume-high.png \ >+ ${STAGEDIR}${PREFIX}/share/pixmaps/${PORTNAME}.png >+ >+.include <bsd.port.mk> >diff --git a/audio/gtk-mixer/distinfo b/audio/gtk-mixer/distinfo >new file mode 100644 >index 000000000000..352ffe6cd07d >--- /dev/null >+++ b/audio/gtk-mixer/distinfo >@@ -0,0 +1,3 @@ >+TIMESTAMP = 1612162986 >+SHA256 (rozhuk-im-gtk-mixer-1.0.0_GH0.tar.gz) = 184ddcd8b7cfd8deb057746a603aa28cfc826ea24ab015f496ecf79166882e30 >+SIZE (rozhuk-im-gtk-mixer-1.0.0_GH0.tar.gz) = 27490 >diff --git a/audio/gtk-mixer/pkg-descr b/audio/gtk-mixer/pkg-descr >new file mode 100644 >index 000000000000..63889cd44667 >--- /dev/null >+++ b/audio/gtk-mixer/pkg-descr >@@ -0,0 +1,14 @@ >+GTK-Mixer is GTK based volume control tool ("mixer"). >+ >+GUI from xfce4-mixer: https://gitlab.xfce.org/apps/xfce4-mixer but >+xfce4 and gstreamer does not used. >+ >+Features >+- plugins for support different sound backens >+- change system default sound card >+- set volume per line/channel >+- enable/disable lines (mute/unmute) >+- detect sound cards connect/disconnect >+- detect default sound card change >+ >+WWW: https://github.com/rozhuk-im/gtk-mixer
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 253150
: 222061