diff options
Diffstat (limited to 'openbsd/14.0.0/dependencies/arts')
-rw-r--r-- | openbsd/14.0.0/dependencies/arts/Makefile | 21 | ||||
-rw-r--r-- | openbsd/14.0.0/dependencies/arts/distinfo | 2 |
2 files changed, 12 insertions, 11 deletions
diff --git a/openbsd/14.0.0/dependencies/arts/Makefile b/openbsd/14.0.0/dependencies/arts/Makefile index 4f1e3c867..d972a26bf 100644 --- a/openbsd/14.0.0/dependencies/arts/Makefile +++ b/openbsd/14.0.0/dependencies/arts/Makefile @@ -1,26 +1,30 @@ -VERSION= 1.5.10 -REVISION= 1 +.include </usr/ports/x11/trinity/trinity.port.mk> + PKGNAME= trinity-arts-${VERSION} -PREFIX= ${TDE_PREFIX} +VERSION= 1.5.10${PREVERSION} +PREVERSION= ~pre134+62defb77 -CATEGORIES= x11/trinity COMMENT= aRts (analog realtime synthesizer) - the TDE sound system +CATEGORIES= x11/trinity/dependencies +HOMEPAGE= http://www.trinitydesktop.org/ +MAINTAINER= François Andriot <francois.andriot@free.fr> MASTER_SITES= http://nuc.vtf/tde/tde-tarballs/14.0.0/main/dependencies/ -DISTNAME= trinity-arts-14.0.0~pre131+04e2524e +DISTNAME= trinity-arts-${TDE_VERSION}${PREVERSION} EXTRACT_SUFX= .tar.gz +PREFIX= ${TDE_PREFIX} + BUILD_DEPENDS= devel/gmake \ devel/cmake \ - x11/trinity/dependencies/tqtinterface,-devel + x11/trinity/dependencies/tqtinterface LIB_DEPENDS= devel/libaudiofile \ devel/glib2 \ audio/libvorbis \ audio/libogg \ audio/libmad \ - x11/trinity/dependencies/tqtinterface,-main \ - x11/trinity/dependencies/tqtinterface,-devel + x11/trinity/dependencies/tqtinterface WANTLIB = glib-2.0 audiofile mad ogg vorbis @@ -40,7 +44,6 @@ SHARED_LIBS += mcop_mt 1.0 SHARED_LIBS += qtmcop 1.0 SHARED_LIBS += soundserver_idl 1.0 -.include </usr/ports/x11/trinity/trinity.port.mk> do-configure: tde-cmake-rmbuild ${TDE_CMAKE_CONFIGURE} \ diff --git a/openbsd/14.0.0/dependencies/arts/distinfo b/openbsd/14.0.0/dependencies/arts/distinfo deleted file mode 100644 index c8562401e..000000000 --- a/openbsd/14.0.0/dependencies/arts/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (trinity-arts-14.0.0~pre131+04e2524e.tar.gz) = ED45GNFbppQ27suVL1bPVwoUjbvKKXKWkyxLTBQ/mds= -SIZE (trinity-arts-14.0.0~pre131+04e2524e.tar.gz) = 930222 |