Upgrade to 0.4.4, depend with gtk11-devel now.

This commit is contained in:
Vanilla I. Shu 1998-12-28 01:02:06 +00:00
parent e052a9a835
commit c6eb960e5f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=15674
6 changed files with 20 additions and 24 deletions

View file

@ -1,25 +1,23 @@
# New ports collection makefile for: gqmpeg
# Version required: 0.4.3
# Version required: 0.4.4
# Date Created: 28 Oct 1998
# Whom: Vanilla Pooh Shu <vanilla@FreeBSD.ORG>
#
# $Id: Makefile,v 1.4 1998/12/01 08:59:55 vanilla Exp $
# $Id: Makefile,v 1.5 1998/12/09 06:56:52 vanilla Exp $
#
DISTNAME= gqmpeg-0.4.3.src
PKGNAME= gqmpeg-0.4.3
DISTNAME= gqmpeg-0.4.4
CATEGORIES= audio
MASTER_SITES= http://www.geocities.com/SiliconValley/Haven/5235/
EXTRACT_SUFX= .tgz
EXTRACT_SUFX= .src.tgz
MAINTAINER= Nakai@technologist.com
RUN_DEPENDS= mpg123:${PORTSDIR}/audio/mpg123
LIB_DEPENDS= gtk11.1:${PORTSDIR}/x11-toolkits/gtk11 \
LIB_DEPENDS= gtk11d.1:${PORTSDIR}/x11-toolkits/gtk11-devel \
Imlib.1:${PORTSDIR}/graphics/imlib
USE_X_PREFIX= yes
WRKSRC= ${WRKDIR}/gqmpeg-0.4.3
ALL_TARGET= gqmpeg
do-install:

View file

@ -1 +1 @@
MD5 (gqmpeg-0.4.3.src.tgz) = 050bcccdaeba2d96212b7c2efab94579
MD5 (gqmpeg-0.4.4.src.tgz) = 094e21d1934f13ab4f987712d7afc0d7

View file

@ -1,5 +1,5 @@
--- Makefile.orig Tue Dec 8 13:26:31 1998
+++ Makefile Wed Dec 9 14:34:57 1998
--- Makefile.orig Wed Dec 16 15:05:17 1998
+++ Makefile Mon Dec 28 08:42:12 1998
@@ -1,14 +1,12 @@
# This enables a hack for those whose X servers are having problems with
# shaped window skins (like X crashes) this may help, but is not perfect.
@ -10,8 +10,8 @@
-
-GTK_INCLUDE = `gtk-config --cflags`
-GTK_LIB = `gtk-config --libs`
+GTK_INCLUDE = `gtk11-config --cflags`
+GTK_LIB = `gtk11-config --libs`
+GTK_INCLUDE = `gtk11d-config --cflags`
+GTK_LIB = `gtk11d-config --libs`
IMLIB_INCLUDE = `imlib-config --cflags-gdk`
IMLIB_LIB = `imlib-config --libs-gdk`
-CFLAGS = $(GTK_INCLUDE) $(IMLIB_INCLUDE)

View file

@ -1,25 +1,23 @@
# New ports collection makefile for: gqmpeg
# Version required: 0.4.3
# Version required: 0.4.4
# Date Created: 28 Oct 1998
# Whom: Vanilla Pooh Shu <vanilla@FreeBSD.ORG>
#
# $Id: Makefile,v 1.4 1998/12/01 08:59:55 vanilla Exp $
# $Id: Makefile,v 1.5 1998/12/09 06:56:52 vanilla Exp $
#
DISTNAME= gqmpeg-0.4.3.src
PKGNAME= gqmpeg-0.4.3
DISTNAME= gqmpeg-0.4.4
CATEGORIES= audio
MASTER_SITES= http://www.geocities.com/SiliconValley/Haven/5235/
EXTRACT_SUFX= .tgz
EXTRACT_SUFX= .src.tgz
MAINTAINER= Nakai@technologist.com
RUN_DEPENDS= mpg123:${PORTSDIR}/audio/mpg123
LIB_DEPENDS= gtk11.1:${PORTSDIR}/x11-toolkits/gtk11 \
LIB_DEPENDS= gtk11d.1:${PORTSDIR}/x11-toolkits/gtk11-devel \
Imlib.1:${PORTSDIR}/graphics/imlib
USE_X_PREFIX= yes
WRKSRC= ${WRKDIR}/gqmpeg-0.4.3
ALL_TARGET= gqmpeg
do-install:

View file

@ -1 +1 @@
MD5 (gqmpeg-0.4.3.src.tgz) = 050bcccdaeba2d96212b7c2efab94579
MD5 (gqmpeg-0.4.4.src.tgz) = 094e21d1934f13ab4f987712d7afc0d7

View file

@ -1,5 +1,5 @@
--- Makefile.orig Tue Dec 8 13:26:31 1998
+++ Makefile Wed Dec 9 14:34:57 1998
--- Makefile.orig Wed Dec 16 15:05:17 1998
+++ Makefile Mon Dec 28 08:42:12 1998
@@ -1,14 +1,12 @@
# This enables a hack for those whose X servers are having problems with
# shaped window skins (like X crashes) this may help, but is not perfect.
@ -10,8 +10,8 @@
-
-GTK_INCLUDE = `gtk-config --cflags`
-GTK_LIB = `gtk-config --libs`
+GTK_INCLUDE = `gtk11-config --cflags`
+GTK_LIB = `gtk11-config --libs`
+GTK_INCLUDE = `gtk11d-config --cflags`
+GTK_LIB = `gtk11d-config --libs`
IMLIB_INCLUDE = `imlib-config --cflags-gdk`
IMLIB_LIB = `imlib-config --libs-gdk`
-CFLAGS = $(GTK_INCLUDE) $(IMLIB_INCLUDE)