View | Details | Raw Unified | Return to bug 95226
Collapse All | Expand All

(-)multimedia/freevo/Makefile (-1 / +2 lines)
Lines 7-13 Link Here
7
7
8
PORTNAME=	freevo
8
PORTNAME=	freevo
9
PORTVERSION=	1.5.4
9
PORTVERSION=	1.5.4
10
PORTREVISION=	1
10
PORTREVISION=	2
11
CATEGORIES=	multimedia
11
CATEGORIES=	multimedia
12
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
12
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
13
MASTER_SITE_SUBDIR=	freevo
13
MASTER_SITE_SUBDIR=	freevo
Lines 17-22 Link Here
17
17
18
NO_BUILD=	yes
18
NO_BUILD=	yes
19
SUB_LIST+=	PORTVERSION=${PORTVERSION}
19
SUB_LIST+=	PORTVERSION=${PORTVERSION}
20
SUB_FILES=	pkg-message
20
21
21
RUN_DEPENDS=	aumix:${PORTSDIR}/audio/aumix \
22
RUN_DEPENDS=	aumix:${PORTSDIR}/audio/aumix \
22
		${PYTHON_SITELIBDIR}/pyosd/__init__.py:${PORTSDIR}/misc/py-osd \
23
		${PYTHON_SITELIBDIR}/pyosd/__init__.py:${PORTSDIR}/misc/py-osd \
(-)multimedia/freevo/files/patch-src-plugins-rom_drives.py (+9 lines)
Lines 1-5 Link Here
1
--- src/plugins/rom_drives.py.orig	Sun Jan 23 20:40:19 2005
1
--- src/plugins/rom_drives.py.orig	Sun Jan 23 20:40:19 2005
2
+++ src/plugins/rom_drives.py	Tue Sep 20 20:26:48 2005
2
+++ src/plugins/rom_drives.py	Tue Sep 20 20:26:48 2005
3
@@ -70,7 +70,7 @@
4
         # FreeBSD ioctls - there is no CDROM.py...
5
         CDIOCEJECT = 0x20006318
6
         CDIOCCLOSE = 0x2000631c
7
-        CDIOREADTOCENTRYS = 0xc0086305
8
+        CDIOREADTOCENTRYS = -1073192187
9
         CD_LBA_FORMAT = 1
10
         CD_MSF_FORMAT = 2
11
         CDS_NO_DISC = 1
3
@@ -415,9 +415,19 @@
12
@@ -415,9 +415,19 @@
4
                     data = array.array('c', '\000'*4096)
13
                     data = array.array('c', '\000'*4096)
5
                     (address, length) = data.buffer_info()
14
                     (address, length) = data.buffer_info()
(-)multimedia/freevo/files/pkg-message.in (+23 lines)
Line 0 Link Here
1
***********************************************************************
2
3
  Freevo is now installed.  It might be a good idea to read the docs
4
  in %%PREFIX%%/share/doc/freevo-%%PORTVERSION%%
5
6
  By default Freevo is configured with a single VFS in /var/db/cache.
7
  You can use this by adding users to the freevo group.
8
9
  To get up and running quickly try: freevo setup && freevo --help
10
11
  Freevo can be configured to start on boot by using the sample
12
  startup script in %%PREFIX%%/etc/rc.d/freevo.sh.sample
13
14
***********************************************************************
15
16
  IMPORTANT: Freevo requires procfs to be mounted on /proc. You can
17
  do this by adding the following entry to your /etc/fstab:
18
19
    proc	/proc	procfs	rw	1 1
20
21
  WITHOUT THIS FREEVO WILL NOT SHUT DOWN CORRECTLY!
22
23
***********************************************************************
(-)multimedia/freevo/pkg-message (-23 lines)
Lines 1-23 Link Here
1
***********************************************************************
2
3
  Freevo is now installed.  It might be a good idea to read the docs
4
  in %%PREFIX%%/share/doc/freevo-1.5.4
5
6
  By default Freevo is configured with a single VFS in /var/db/cache.
7
  You can use this by adding users to the freevo group.
8
9
  To get up and running quickly try: freevo setup && freevo --help
10
11
  Freevo can be configured to start on boot by using the sample
12
  startup script in %%PREFIX%%/etc/rc.d/freevo.sh.sample
13
14
***********************************************************************
15
16
  IMPORTANT: Freevo requires procfs to be mounted on /proc. You can
17
  do this by adding the following entry to your /etc/fstab:
18
19
    proc	/proc	procfs	rw	1 1
20
21
  WITHOUT THIS FREEVO WILL NOT SHUT DOWN CORRECTLY!
22
23
***********************************************************************

Return to bug 95226