1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00

audio/gvolwheel: Update to 1.0.3

Changes: https://github.com/Junker/gvolwheel/releases/tag/1.0.3
This commit is contained in:
Neel Chauhan 2021-02-21 19:55:18 +00:00
parent 5a29f9820e
commit d3a4e6c18a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=566240
3 changed files with 4 additions and 15 deletions

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= gvolwheel
PORTVERSION= 1.0.2
PORTVERSION= 1.0.3
CATEGORIES= audio
MAINTAINER= ports@FreeBSD.org

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1596274379
SHA256 (Junker-gvolwheel-1.0.2_GH0.tar.gz) = bea06a301ee4e7e7a6a3035e9d495e166aeef00d23644943d2df519362a520d9
SIZE (Junker-gvolwheel-1.0.2_GH0.tar.gz) = 16277
TIMESTAMP = 1613928879
SHA256 (Junker-gvolwheel-1.0.3_GH0.tar.gz) = feb12a70129d626c33097861af9632d174c5ab271603a692acd63b9545a733f5
SIZE (Junker-gvolwheel-1.0.3_GH0.tar.gz) = 16320

View File

@ -1,11 +0,0 @@
--- src/oss.h.orig 2020-08-01 09:32:59 UTC
+++ src/oss.h
@@ -23,7 +23,7 @@ struct stereo_volume
unsigned char right;
};
-struct stereo_volume vol;
+extern struct stereo_volume vol;
int vol_backend_init(char *device);
void vol_backend_set(int mixer, int value);