Adding krio version 19990721.
A KDE utility for up-/donwloading MP3 files to/from the Diamond Rio. PR: 16361 Submitted by: ak@freenet.co.uk
This commit is contained in:
parent
7b5ef53892
commit
5b15bdf595
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=25284
@ -32,6 +32,7 @@
|
||||
SUBDIR += kmp3
|
||||
SUBDIR += kmpg
|
||||
SUBDIR += knapster
|
||||
SUBDIR += krio
|
||||
SUBDIR += lame
|
||||
SUBDIR += libaudiofile
|
||||
SUBDIR += libcdaudio
|
||||
|
31
audio/krio/Makefile
Normal file
31
audio/krio/Makefile
Normal file
@ -0,0 +1,31 @@
|
||||
# New ports collection makefile for: krio
|
||||
# Version required: 19990721
|
||||
# Date created: 22 Sep 1999
|
||||
# Whom: ak@freenet.co.uk
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
DISTNAME= Krio-19990721
|
||||
PKGNAME= krio-19990721
|
||||
CATEGORIES= audio kde
|
||||
MASTER_SITES= ftp://ftp.13th-floor.org/pub/krio/
|
||||
|
||||
MAINTAINER= ak@freenet.co.uk
|
||||
|
||||
LIB_DEPENDS= kdecore.2:${PORTSDIR}/x11/kdelibs11 \
|
||||
kdeui.2:${PORTSDIR}/x11/kdelibs11 \
|
||||
kfm.2:${PORTSDIR}/x11/kdelibs11 \
|
||||
kfile.2:${PORTSDIR}/x11/kdelibs11
|
||||
|
||||
USE_QT= yes
|
||||
|
||||
WRKSRC= ${WRKDIR}/Krio
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/krio ${PREFIX}/bin/krio
|
||||
${INSTALL_DATA} ${WRKSRC}/icons/krio.xpm ${PREFIX}/share/icons/krio.xpm
|
||||
${INSTALL_DATA} ${WRKSRC}/icons/mini/mini-krio.xpm ${PREFIX}/share/icons/mini/krio.xpm
|
||||
${INSTALL_DATA} ${WRKSRC}/Krio.kdelnk ${PREFIX}/share/applnk/Utilities/krio.kdelnk
|
||||
|
||||
.include <bsd.port.mk>
|
1
audio/krio/distinfo
Normal file
1
audio/krio/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (Krio-19990721.tar.gz) = 0411bc3f1d177b71fd0e5de442bbe43e
|
14
audio/krio/files/patch-aa
Normal file
14
audio/krio/files/patch-aa
Normal file
@ -0,0 +1,14 @@
|
||||
--- Makefile.orig Wed Jul 21 21:39:27 1999
|
||||
+++ Makefile Sat Jan 29 12:27:42 2000
|
||||
@@ -2,9 +2,8 @@
|
||||
|
||||
CC = g++
|
||||
RIODIR = rio107
|
||||
-CFLAGS = -Wall -O1 -I/usr/X11R6/include/qt -I/usr/include/kde -I/usr/include/qt -I$(RIODIR)
|
||||
-# CFLAGS = -DDEBUG_MESSAGES -Wall -O1 -I/usr/X11R6/include/qt -I/usr/include/kde -I/usr/include/qt -I$(RIODIR)
|
||||
-LDFLAGS = -L/usr/X11R6/lib -L/usr/lib -L/usr/include -lqt -lkdecore -lkdeui -lkfile -lkfm -lX11 -lXext
|
||||
+CFLAGS += -I${X11BASE}/include/X11/qt -I${LOCALBASE}/include -I${X11BASE}/include -I$(RIODIR)
|
||||
+LDFLAGS = -L${X11BASE}/lib -L${LOCALBASE}/lib -lqt -lkdecore -lkdeui -lkfile -lkfm -lX11 -lXext
|
||||
DEST = krio
|
||||
OBJS = Krio.o MainWin.o rio.o KRioListView.o
|
||||
SOURCES = Krio/Krio.cpp Krio/MainWin.cpp $(RIODIR)/rio.cpp Krio/KRioListView.cpp
|
1
audio/krio/pkg-comment
Normal file
1
audio/krio/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
KDE utility for up-/downloading MP3 files to/from the Diamond Rio
|
24
audio/krio/pkg-descr
Normal file
24
audio/krio/pkg-descr
Normal file
@ -0,0 +1,24 @@
|
||||
KRio is a KDE graphical interface to the Rio utility developed by The
|
||||
Snowblind Alliance, which can be used for uploading and downloading files
|
||||
to/from the Diamond Rio, a popular portable MP3 player.
|
||||
|
||||
KRio can do the following:
|
||||
|
||||
* Upload/download files to/from Diamond Rio
|
||||
* List Rio contents
|
||||
* Delete files from Rio
|
||||
* Initialise Rio
|
||||
|
||||
Note that while the Rio Manager software that comes with the player does not
|
||||
allow you to upload non-MP3 files or download files from the device, it is
|
||||
possible with this utility. For non-MP3 files, Diamond Rio can be used as
|
||||
a portable and robust file storage system.
|
||||
|
||||
KRio accesses the hardware directly, therefore it needs to be run as root.
|
||||
You also need to know your parallel port's address - standard port addresses
|
||||
on PCs are 0x378, 0x3BC and 0x278.
|
||||
|
||||
WWW: http://kyle.13th-floor.org/2.0/krio/index.html
|
||||
|
||||
- Alex
|
||||
ak@freenet.co.uk
|
4
audio/krio/pkg-plist
Normal file
4
audio/krio/pkg-plist
Normal file
@ -0,0 +1,4 @@
|
||||
bin/krio
|
||||
share/applnk/Utilities/krio.kdelnk
|
||||
share/icons/krio.xpm
|
||||
share/icons/mini/krio.xpm
|
Loading…
Reference in New Issue
Block a user