mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
Add quark 3.11, quark is an audio player, for geeks, by geeks.
PR: 54688 Submitted by: Juan Salaverria <rael@vectorstar.net>
This commit is contained in:
parent
c5a1f2b8ca
commit
c90209e91a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=85897
7 changed files with 76 additions and 0 deletions
|
@ -80,6 +80,7 @@
|
||||||
SUBDIR += oqtencoder
|
SUBDIR += oqtencoder
|
||||||
SUBDIR += oqtplayer
|
SUBDIR += oqtplayer
|
||||||
SUBDIR += ppm2fli
|
SUBDIR += ppm2fli
|
||||||
|
SUBDIR += quark
|
||||||
SUBDIR += recmpeg
|
SUBDIR += recmpeg
|
||||||
SUBDIR += ruby-gst
|
SUBDIR += ruby-gst
|
||||||
SUBDIR += slideshow
|
SUBDIR += slideshow
|
||||||
|
|
36
multimedia/quark/Makefile
Normal file
36
multimedia/quark/Makefile
Normal file
|
@ -0,0 +1,36 @@
|
||||||
|
# New ports collection makefile for: multimedia/quark
|
||||||
|
# Date created: 21 Jul 2003
|
||||||
|
# Whom: Juan Salaverria <rael@vectorstar.net>
|
||||||
|
#
|
||||||
|
# $FreeBSD$
|
||||||
|
|
||||||
|
PORTNAME= quark
|
||||||
|
PORTVERSION= 3.11
|
||||||
|
CATEGORIES= multimedia gnome
|
||||||
|
MASTER_SITES= http://quark.sunsite.dk/
|
||||||
|
|
||||||
|
MAINTAINER= rael@vectorstar.net
|
||||||
|
COMMENT= Quark is an audio player, for geeks, by geeks
|
||||||
|
|
||||||
|
LIB_DEPENDS= xine.7:${PORTSDIR}/multimedia/libxine
|
||||||
|
|
||||||
|
USE_X_PREFIX= yes
|
||||||
|
USE_REINPLACE= yes
|
||||||
|
USE_GMAKE= yes
|
||||||
|
USE_LIBTOOL= yes
|
||||||
|
USE_GNOME= gnomehack gnomeprefix gnomevfs2
|
||||||
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||||
|
LDFLAGS="-L${LOCALBASE}/lib"
|
||||||
|
|
||||||
|
DOCS= AUTHORS COPYING INSTALL README
|
||||||
|
|
||||||
|
post-install:
|
||||||
|
.if !defined(NOPORTDOCS)
|
||||||
|
${INSTALL} -d -o root -g wheel -m 0755 ${DOCSDIR}
|
||||||
|
.for f in ${DOCS}
|
||||||
|
${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
|
||||||
|
.endfor
|
||||||
|
.endif
|
||||||
|
@${CAT} pkg-message
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
1
multimedia/quark/distinfo
Normal file
1
multimedia/quark/distinfo
Normal file
|
@ -0,0 +1 @@
|
||||||
|
MD5 (quark-3.11.tar.gz) = 938467f152ef4815caddcbcd32ab478d
|
8
multimedia/quark/files/patch-charm-quark::charm-quark
Normal file
8
multimedia/quark/files/patch-charm-quark::charm-quark
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
--- charm-quark/charm-quark.orig Mon Jul 21 02:39:44 2003
|
||||||
|
+++ charm-quark/charm-quark Mon Jul 21 02:41:04 2003
|
||||||
|
@@ -1,4 +1,4 @@
|
||||||
|
-#! /bin/bash
|
||||||
|
+#! /bin/sh
|
||||||
|
|
||||||
|
NAME="charm-quark"
|
||||||
|
VERSION="1.0"
|
13
multimedia/quark/pkg-descr
Normal file
13
multimedia/quark/pkg-descr
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
Quark is an audio player, for geeks, by geeks. It runs in the background
|
||||||
|
with access provided via a FIFO in the filesystem. It uses Xine-lib
|
||||||
|
for playing music, and can therefore play any file format supported
|
||||||
|
by Xine.
|
||||||
|
|
||||||
|
Quark comes with a couple front-ends to make it more useful.
|
||||||
|
|
||||||
|
- charm-quark - a CLI interface
|
||||||
|
- strange-quark - a GTK System Tray interface
|
||||||
|
|
||||||
|
WWW: http://quark.sunsite.dk/
|
||||||
|
|
||||||
|
Juan Salaverria -- <rael@vectorstar.net>
|
4
multimedia/quark/pkg-message
Normal file
4
multimedia/quark/pkg-message
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
|
||||||
|
To see the quark's user interface, you will need to have the Notification Area
|
||||||
|
applet loaded in your panel.
|
||||||
|
|
13
multimedia/quark/pkg-plist
Normal file
13
multimedia/quark/pkg-plist
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
bin/charm-quark
|
||||||
|
bin/quark
|
||||||
|
bin/strange-quark
|
||||||
|
etc/gconf/schemas/quark.schemas
|
||||||
|
etc/gconf/schemas/strange-quark.schemas
|
||||||
|
share/gnome/applications/quark.desktop
|
||||||
|
share/gnome/pixmaps/quark.png
|
||||||
|
share/locale/ko/LC_MESSAGES/quark.mo
|
||||||
|
%%PORTDOCS%%share/doc/quark/AUTHORS
|
||||||
|
%%PORTDOCS%%share/doc/quark/COPYING
|
||||||
|
%%PORTDOCS%%share/doc/quark/INSTALL
|
||||||
|
%%PORTDOCS%%share/doc/quark/README
|
||||||
|
%%PORTDOCS%%@dirrm share/doc/quark
|
Loading…
Add table
Reference in a new issue