From owner-freebsd-ports Sat Feb 5 10:59:37 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by builder.freebsd.org (Postfix) with ESMTP id D8EF045FF for ; Sat, 5 Feb 2000 10:59:33 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA18338; Sat, 5 Feb 2000 11:00:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from iraun1.ira.uka.de (iraun1.ira.uka.de [129.13.10.90]) by builder.freebsd.org (Postfix) with ESMTP id 2E4CC4608 for ; Sat, 5 Feb 2000 10:54:34 -0800 (PST) Received: from i30s25.ira.uka.de by iraun1 (PP) with ESMTP; Sat, 5 Feb 2000 19:54:57 +0100 Received: from ira.uka.de by i30s25.ira.uka.de id <26404-0@i30s25.ira.uka.de>; Sat, 5 Feb 2000 19:54:54 +0100 Message-Id: <14492.29022.578446.866859@i30nb2> Date: Sat, 5 Feb 2000 19:54:42 +0100 (MET) From: Espen Skoglund To: FreeBSD-gnats-submit@freebsd.org Subject: ports/16506: New port --- xmms-liveice Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 16506 >Category: ports >Synopsis: New port --- xmms-liveice >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Feb 5 11:00:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Espen Skoglund >Release: FreeBSD 4.0-CURRENT i386 >Organization: University of Karlsruhe >Environment: >Description: The xmms-liveice port is a plugin for XMMS that allows you to stream audio to Icecast servers using XMMS. >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # xmms-liveice # xmms-liveice/Makefile # xmms-liveice/pkg # xmms-liveice/pkg/PLIST # xmms-liveice/pkg/COMMENT # xmms-liveice/pkg/DESCR # xmms-liveice/files # xmms-liveice/files/md5 # xmms-liveice/patches # xmms-liveice/patches/patch-aa # xmms-liveice/patches/patch-ab # echo c - xmms-liveice mkdir -p xmms-liveice > /dev/null 2>&1 echo x - xmms-liveice/Makefile sed 's/^X//' >xmms-liveice/Makefile << 'END-of-xmms-liveice/Makefile' X# New ports collection makefile for: xmms-liveice X# Version required: 1.0.0 X# Date created: 5 Febrary 2000 X# Whom: Espen Skoglund X# X# $FreeBSD:$ X# X XDISTNAME= liveice-xmms XPKGNAME= xmms-liveice-1.0.0 XCATEGORIES= audio XMASTER_SITES= http://star.arm.ac.uk/~spm/software/ X XMAINTAINER= esk@ira.uka.de X XLIB_DEPENDS= xmms.1:${PORTSDIR}/audio/xmms XRUN_DEPENDS= ${PREFIX}/bin/lame:${PORTSDIR}/audio/lame X XWRKSRC= ${WRKDIR}/LiveIce-1.0.0 XUSE_LIBTOOL= yes X XGTK_CONFIG?= ${X11BASE}/bin/gtk12-config X XCONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" X X.include END-of-xmms-liveice/Makefile echo c - xmms-liveice/pkg mkdir -p xmms-liveice/pkg > /dev/null 2>&1 echo x - xmms-liveice/pkg/PLIST sed 's/^X//' >xmms-liveice/pkg/PLIST << 'END-of-xmms-liveice/pkg/PLIST' Xlib/xmms/Effect/libliveice.so END-of-xmms-liveice/pkg/PLIST echo x - xmms-liveice/pkg/COMMENT sed 's/^X//' >xmms-liveice/pkg/COMMENT << 'END-of-xmms-liveice/pkg/COMMENT' XUse XMMS for streaming audio to Icecast servers. END-of-xmms-liveice/pkg/COMMENT echo x - xmms-liveice/pkg/DESCR sed 's/^X//' >xmms-liveice/pkg/DESCR << 'END-of-xmms-liveice/pkg/DESCR' XThe LiveIce plugin for XMMS allows you to use XMMS for streaming music X(or whatever) to Icecast servers. Multiple bitrate streams and title Xstreaming is not supported though. END-of-xmms-liveice/pkg/DESCR echo c - xmms-liveice/files mkdir -p xmms-liveice/files > /dev/null 2>&1 echo x - xmms-liveice/files/md5 sed 's/^X//' >xmms-liveice/files/md5 << 'END-of-xmms-liveice/files/md5' XMD5 (liveice-xmms.tar.gz) = a638e9f084ee6a93642799f8d056f23d END-of-xmms-liveice/files/md5 echo c - xmms-liveice/patches mkdir -p xmms-liveice/patches > /dev/null 2>&1 echo x - xmms-liveice/patches/patch-aa sed 's/^X//' >xmms-liveice/patches/patch-aa << 'END-of-xmms-liveice/patches/patch-aa' X*** src/serverlib.h.org Sat Feb 5 17:20:28 2000 X--- src/serverlib.h Sat Feb 5 17:20:38 2000 X*************** X*** 19,24 **** X--- 19,25 ---- X */ X X X+ #include X #include X #include X #include X*** src/liveice.h.org Sat Feb 5 17:25:09 2000 X--- src/liveice.h Sat Feb 5 17:25:12 2000 X*************** X*** 1,3 **** X--- 1,4 ---- X+ #include X X #define LIVEICE_VERSION "1.0" X END-of-xmms-liveice/patches/patch-aa echo x - xmms-liveice/patches/patch-ab sed 's/^X//' >xmms-liveice/patches/patch-ab << 'END-of-xmms-liveice/patches/patch-ab' X*** src/gui.c.org Sat Feb 5 19:21:42 2000 X--- src/gui.c Sat Feb 5 19:21:49 2000 X*************** X*** 303,309 **** X lv_conf.public=gtk_toggle_button_get_active(GTK_TOGGLE_BUTTON(public_checkbutton)); X lv_conf.header_format=gtk_toggle_button_get_active(GTK_TOGGLE_BUTTON(header_type_button)); X X! printf("%d %d\n",lv_conf.port,lv_conf.encoder); X X filename = g_strconcat(g_get_home_dir(), "/.xmms/config", NULL); X cfg = xmms_cfg_open_file(filename); X--- 303,309 ---- X lv_conf.public=gtk_toggle_button_get_active(GTK_TOGGLE_BUTTON(public_checkbutton)); X lv_conf.header_format=gtk_toggle_button_get_active(GTK_TOGGLE_BUTTON(header_type_button)); X X! /* printf("%d %d\n",lv_conf.port,lv_conf.encoder);*/ X X filename = g_strconcat(g_get_home_dir(), "/.xmms/config", NULL); X cfg = xmms_cfg_open_file(filename); END-of-xmms-liveice/patches/patch-ab exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message