Bug 174656 - New port: audio/gtmixer Gtk2.0 graphical mixer
Summary: New port: audio/gtmixer Gtk2.0 graphical mixer
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-12-23 11:40 UTC by Stanislav Putrya
Modified: 2013-02-12 10:10 UTC (History)
0 users

See Also:


Attachments
file.shar (1.73 KB, text/plain)
2012-12-23 11:40 UTC, Stanislav Putrya
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Stanislav Putrya 2012-12-23 11:40:00 UTC
GTMixer is a free, simple graphical mixer for FreeBSD.
Based at GTK 2.0 Lib.
 
WWW: https://github.com/svagner/gtmixer

Fix: Patch attached with submission follows:
Comment 1 Martin Wilke freebsd_committer freebsd_triage 2013-02-12 10:05:26 UTC
State Changed
From-To: open->closed

- Committed thx
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-02-12 10:05:52 UTC
Author: miwi
Date: Tue Feb 12 10:05:43 2013
New Revision: 312091
URL: http://svnweb.freebsd.org/changeset/ports/312091

Log:
  GTMixer is a free, simple graphical mixer for FreeBSD.
  Based at GTK 2.0 Lib.
  
  WWW: https://github.com/svagner/gtmixer
  
  PR:		ports/174656
  Submitted by:	Putrya Statislav

Added:
  head/audio/gtmixer/
  head/audio/gtmixer/Makefile   (contents, props changed)
  head/audio/gtmixer/distinfo   (contents, props changed)
  head/audio/gtmixer/pkg-descr   (contents, props changed)
  head/audio/gtmixer/pkg-plist   (contents, props changed)
Modified:
  head/audio/Makefile

Modified: head/audio/Makefile
==============================================================================
--- head/audio/Makefile	Tue Feb 12 08:36:50 2013	(r312090)
+++ head/audio/Makefile	Tue Feb 12 10:05:43 2013	(r312091)
@@ -289,6 +289,7 @@
     SUBDIR += gtick
     SUBDIR += gtkguitune
     SUBDIR += gtkpod
+    SUBDIR += gtmixer
     SUBDIR += guspat
     SUBDIR += gvolwheel
     SUBDIR += gxmms2

Added: head/audio/gtmixer/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/audio/gtmixer/Makefile	Tue Feb 12 10:05:43 2013	(r312091)
@@ -0,0 +1,26 @@
+# Created by: Putrya Statislav
+# $FreeBSD$
+
+PORTNAME=	gtmixer
+PORTVERSION=	1.0.2
+CATEGORIES=	audio
+MASTER_SITES=	http://github.com/svagner/gtmixer/archive/
+DISTNAME=	${PORTVERSION}
+
+MAINTAINER=	vagner@bsdway.ru
+COMMENT=	GTK2.0 Sound Mixer
+
+LICENSE=	BSD
+
+USE_GNOME=	gtk20
+WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
+FETCH_ARGS=	-Fpr
+
+MAN1=	gtmixer.1
+
+do-install:
+	@${MKDIR} ${PREFIX}/share/gtmixer
+	@${CP} -r ${WRKSRC}/icons ${PREFIX}/share/gtmixer/
+	@${INSTALL_MAN} ${WRKSRC}/gtmixer.1 ${MAN1PREFIX}/man/man1
+
+.include <bsd.port.mk>

Added: head/audio/gtmixer/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/audio/gtmixer/distinfo	Tue Feb 12 10:05:43 2013	(r312091)
@@ -0,0 +1,2 @@
+SHA256 (1.0.2.tar.gz) = 3c9382074427ba6cb6320c747037baac9e38269e40b8383e17681451c8bfe69e
+SIZE (1.0.2.tar.gz) = 126819

Added: head/audio/gtmixer/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/audio/gtmixer/pkg-descr	Tue Feb 12 10:05:43 2013	(r312091)
@@ -0,0 +1,4 @@
+GTMixer is a free, simple graphical mixer for FreeBSD.
+Based at GTK 2.0 Lib.
+ 
+WWW: https://github.com/svagner/gtmixer

Added: head/audio/gtmixer/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/audio/gtmixer/pkg-plist	Tue Feb 12 10:05:43 2013	(r312091)
@@ -0,0 +1,10 @@
+%%DATADIR%%/icons/tray/1.png
+%%DATADIR%%/icons/tray/2.png
+%%DATADIR%%/icons/tray/273.png
+%%DATADIR%%/icons/tray/275.png
+%%DATADIR%%/icons/tray/3.png
+%%DATADIR%%/icons/tray/430.png
+%%DATADIR%%/icons/tray/431.png
+@dirrmtry %%DATADIR%%/icons/tray
+@dirrmtry %%DATADIR%%/icons
+@dirrmtry %%DATADIR%%
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"