mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
Import gqmpeg, it's the frontend of mpg123.
This commit is contained in:
parent
e103c8a788
commit
4d6f32cf9b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=14561
28
audio/gqmpeg-devel/Makefile
Normal file
28
audio/gqmpeg-devel/Makefile
Normal file
@ -0,0 +1,28 @@
|
||||
# New ports collection makefile for: gqmpeg
|
||||
# Version required: 0.4.1
|
||||
# Date Created: 28 Oct 1998
|
||||
# Whom: Vanilla Pooh Shu <vanilla@FreeBSD.ORG>
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
DISTNAME= gqmpeg-0.4.1.src
|
||||
PKGNAME= gqmpeg-0.4.1
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://www.geocities.com/SiliconValley/Haven/5235/
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
MAINTAINER= Nakai@technologist.com
|
||||
|
||||
RUN_DEPENDS= mpg123:${PORTSDIR}/audio/mpg123
|
||||
LIB_DEPENDS= gtk11.1:${PORTSDIR}/x11-toolkits/gtk11 \
|
||||
Imlib.1:${PORTSDIR}/graphics/imlib
|
||||
|
||||
USE_X_PREFIX= yes
|
||||
WRKSRC= ${WRKDIR}/gqmpeg-0.4.1
|
||||
ALL_TARGET= gqmpeg
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/gqmpeg ${PREFIX}/bin
|
||||
|
||||
.include <bsd.port.mk>
|
1
audio/gqmpeg-devel/distinfo
Normal file
1
audio/gqmpeg-devel/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (gqmpeg-0.4.1.src.tgz) = d2adc1215dcc6bacf30255a4f3a97bb9
|
21
audio/gqmpeg-devel/files/patch-aa
Normal file
21
audio/gqmpeg-devel/files/patch-aa
Normal file
@ -0,0 +1,21 @@
|
||||
--- Makefile.orig Sat Nov 14 04:59:10 1998
|
||||
+++ Makefile Sat Nov 14 23:07:07 1998
|
||||
@@ -1,14 +1,14 @@
|
||||
# uncomment this if you are using > GTK 1.1.3
|
||||
# (including any gtk after the 1.1.3 _release_)
|
||||
-#DEFS = -DHAVE_GTK_1_1_4=1
|
||||
+DEFS = -DHAVE_GTK_1_1_4=1
|
||||
|
||||
PREFIX=/usr/local
|
||||
|
||||
-GTK_INCLUDE = `gtk-config --cflags`
|
||||
-GTK_LIB = `gtk-config --libs`
|
||||
+GTK_INCLUDE = `gtk11-config --cflags`
|
||||
+GTK_LIB = `gtk11-config --libs`
|
||||
IMLIB_INCLUDE = `imlib-config --cflags-gdk`
|
||||
IMLIB_LIB = `imlib-config --libs-gdk`
|
||||
-CFLAGS = $(GTK_INCLUDE) $(IMLIB_INCLUDE)
|
||||
+CFLAGS += $(GTK_INCLUDE) $(IMLIB_INCLUDE)
|
||||
LDFLAGS = $(GTK_LIB) $(IMLIB_LIB)
|
||||
CC = gcc -Wall $(CFLAGS) $(DEFS)
|
||||
|
1
audio/gqmpeg-devel/pkg-comment
Normal file
1
audio/gqmpeg-devel/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Another gtk-base graphic file viewer.
|
6
audio/gqmpeg-devel/pkg-descr
Normal file
6
audio/gqmpeg-devel/pkg-descr
Normal file
@ -0,0 +1,6 @@
|
||||
Another gtk-base graphic file viewer.
|
||||
|
||||
author's homepage: http://www.geocities.com/SiliconValley/Haven/5235/
|
||||
|
||||
-Vanilla
|
||||
vanilla@FreeBSD.ORG
|
1
audio/gqmpeg-devel/pkg-plist
Normal file
1
audio/gqmpeg-devel/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
bin/gqmpeg
|
28
audio/gqmpeg/Makefile
Normal file
28
audio/gqmpeg/Makefile
Normal file
@ -0,0 +1,28 @@
|
||||
# New ports collection makefile for: gqmpeg
|
||||
# Version required: 0.4.1
|
||||
# Date Created: 28 Oct 1998
|
||||
# Whom: Vanilla Pooh Shu <vanilla@FreeBSD.ORG>
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
DISTNAME= gqmpeg-0.4.1.src
|
||||
PKGNAME= gqmpeg-0.4.1
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://www.geocities.com/SiliconValley/Haven/5235/
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
MAINTAINER= Nakai@technologist.com
|
||||
|
||||
RUN_DEPENDS= mpg123:${PORTSDIR}/audio/mpg123
|
||||
LIB_DEPENDS= gtk11.1:${PORTSDIR}/x11-toolkits/gtk11 \
|
||||
Imlib.1:${PORTSDIR}/graphics/imlib
|
||||
|
||||
USE_X_PREFIX= yes
|
||||
WRKSRC= ${WRKDIR}/gqmpeg-0.4.1
|
||||
ALL_TARGET= gqmpeg
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/gqmpeg ${PREFIX}/bin
|
||||
|
||||
.include <bsd.port.mk>
|
1
audio/gqmpeg/distinfo
Normal file
1
audio/gqmpeg/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (gqmpeg-0.4.1.src.tgz) = d2adc1215dcc6bacf30255a4f3a97bb9
|
21
audio/gqmpeg/files/patch-aa
Normal file
21
audio/gqmpeg/files/patch-aa
Normal file
@ -0,0 +1,21 @@
|
||||
--- Makefile.orig Sat Nov 14 04:59:10 1998
|
||||
+++ Makefile Sat Nov 14 23:07:07 1998
|
||||
@@ -1,14 +1,14 @@
|
||||
# uncomment this if you are using > GTK 1.1.3
|
||||
# (including any gtk after the 1.1.3 _release_)
|
||||
-#DEFS = -DHAVE_GTK_1_1_4=1
|
||||
+DEFS = -DHAVE_GTK_1_1_4=1
|
||||
|
||||
PREFIX=/usr/local
|
||||
|
||||
-GTK_INCLUDE = `gtk-config --cflags`
|
||||
-GTK_LIB = `gtk-config --libs`
|
||||
+GTK_INCLUDE = `gtk11-config --cflags`
|
||||
+GTK_LIB = `gtk11-config --libs`
|
||||
IMLIB_INCLUDE = `imlib-config --cflags-gdk`
|
||||
IMLIB_LIB = `imlib-config --libs-gdk`
|
||||
-CFLAGS = $(GTK_INCLUDE) $(IMLIB_INCLUDE)
|
||||
+CFLAGS += $(GTK_INCLUDE) $(IMLIB_INCLUDE)
|
||||
LDFLAGS = $(GTK_LIB) $(IMLIB_LIB)
|
||||
CC = gcc -Wall $(CFLAGS) $(DEFS)
|
||||
|
1
audio/gqmpeg/pkg-comment
Normal file
1
audio/gqmpeg/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Another gtk-base graphic file viewer.
|
6
audio/gqmpeg/pkg-descr
Normal file
6
audio/gqmpeg/pkg-descr
Normal file
@ -0,0 +1,6 @@
|
||||
Another gtk-base graphic file viewer.
|
||||
|
||||
author's homepage: http://www.geocities.com/SiliconValley/Haven/5235/
|
||||
|
||||
-Vanilla
|
||||
vanilla@FreeBSD.ORG
|
1
audio/gqmpeg/pkg-plist
Normal file
1
audio/gqmpeg/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
bin/gqmpeg
|
Loading…
Reference in New Issue
Block a user