mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
comms/lirc:
- Fix missing -lusb [1] - Convert to USES=libtool and bump dependent ports - Add INSTALL_TARGET=install-strip - Use @sample Reported by: sbruno [1]
This commit is contained in:
parent
2355fc7299
commit
49108186e8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=364613
17 changed files with 32 additions and 30 deletions
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
PORTNAME= mp3blaster
|
PORTNAME= mp3blaster
|
||||||
PORTVERSION= 3.2.5
|
PORTVERSION= 3.2.5
|
||||||
PORTREVISION= 4
|
PORTREVISION= 5
|
||||||
CATEGORIES= audio
|
CATEGORIES= audio
|
||||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
PORTNAME= rhythmbox
|
PORTNAME= rhythmbox
|
||||||
PORTVERSION= 0.12.8
|
PORTVERSION= 0.12.8
|
||||||
PORTREVISION= 15
|
PORTREVISION= 16
|
||||||
CATEGORIES= audio gnome
|
CATEGORIES= audio gnome
|
||||||
MASTER_SITES= GNOME
|
MASTER_SITES= GNOME
|
||||||
DIST_SUBDIR= gnome2
|
DIST_SUBDIR= gnome2
|
||||||
|
|
|
@ -3,6 +3,7 @@
|
||||||
|
|
||||||
PORTNAME= rosegarden
|
PORTNAME= rosegarden
|
||||||
PORTVERSION= 14.02
|
PORTVERSION= 14.02
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= audio
|
CATEGORIES= audio
|
||||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}/
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}/
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
PORTNAME= lirc
|
PORTNAME= lirc
|
||||||
PORTVERSION= 0.9.0
|
PORTVERSION= 0.9.0
|
||||||
PORTREVISION= 5
|
PORTREVISION= 6
|
||||||
PORTEPOCH= 1
|
PORTEPOCH= 1
|
||||||
CATEGORIES= comms
|
CATEGORIES= comms
|
||||||
MASTER_SITES= SF/${PORTNAME}/LIRC/${PORTVERSION}
|
MASTER_SITES= SF/${PORTNAME}/LIRC/${PORTVERSION}
|
||||||
|
@ -14,19 +14,19 @@ COMMENT= Linux Infrared Remote Control
|
||||||
|
|
||||||
BUILD_DEPENDS= v4l_compat>=1.0.20110603:${PORTSDIR}/multimedia/v4l_compat
|
BUILD_DEPENDS= v4l_compat>=1.0.20110603:${PORTSDIR}/multimedia/v4l_compat
|
||||||
|
|
||||||
USE_AUTOTOOLS= libtool automake autoheader aclocal autoconf
|
INSTALL_TARGET= install-strip
|
||||||
USES= gmake tar:bzip2
|
USES= gmake libtool tar:bzip2
|
||||||
ACLOCAL_ARGS= -I "${ACLOCAL_DIR}" -I ${LOCALBASE}/share/aclocal
|
USE_AUTOTOOLS= libtoolize automake autoheader aclocal autoconf
|
||||||
|
AUTOMAKE_ARGS= -a -c -f
|
||||||
USE_XORG= sm x11
|
USE_XORG= sm x11
|
||||||
USE_PYTHON= yes
|
USE_PYTHON= yes
|
||||||
USE_CSTD= gnu89
|
USE_CSTD= gnu89
|
||||||
GNU_CONFIGURE= yes
|
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
|
|
||||||
CONFIGURE_ARGS= --enable-sandboxed --with-devdir=/var/run/lirc \
|
CONFIGURE_ARGS= --enable-sandboxed --with-devdir=/var/run/lirc \
|
||||||
--sysconfdir=${PREFIX}/etc
|
--sysconfdir=${PREFIX}/etc
|
||||||
CPPFLAGS+= -I${LOCALBASE}/include
|
CPPFLAGS+= -I${LOCALBASE}/include
|
||||||
LDFLAGS+= -L${LOCALBASE}/lib
|
LIBS+= -L${LOCALBASE}/lib
|
||||||
|
|
||||||
OPTIONS_DEFINE= MINIMAL DEBUG UARTLIRC DOCS EXAMPLES
|
OPTIONS_DEFINE= MINIMAL DEBUG UARTLIRC DOCS EXAMPLES
|
||||||
|
|
||||||
|
@ -63,10 +63,11 @@ CONFIGURE_ARGS+= --enable-debug
|
||||||
RUN_DEPENDS+= uartlirc>=0.3:${PORTSDIR}/comms/uartlirc
|
RUN_DEPENDS+= uartlirc>=0.3:${PORTSDIR}/comms/uartlirc
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
# XXX: work around an issue with automake-1.13 erroring out on a
|
post-patch:
|
||||||
# non-existent m4 directory before libtoolize creates it
|
@${REINPLACE_CMD} \
|
||||||
pre-configure::
|
-e 's/`$${LIBUSB_CONFIG} --libs`/-lusb/' \
|
||||||
@${MKDIR} ${WRKSRC}/m4
|
-e 's/`$${LIBUSB_CONFIG} --cflags`//' \
|
||||||
|
${WRKSRC}/configure.ac
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
.if ${PORT_OPTIONS:MDOCS}
|
.if ${PORT_OPTIONS:MDOCS}
|
||||||
|
|
|
@ -12,9 +12,9 @@ bin/pronto2lirc
|
||||||
bin/xmode2
|
bin/xmode2
|
||||||
include/lirc/lirc_client.h
|
include/lirc/lirc_client.h
|
||||||
lib/liblirc_client.a
|
lib/liblirc_client.a
|
||||||
lib/liblirc_client.la
|
|
||||||
lib/liblirc_client.so
|
lib/liblirc_client.so
|
||||||
lib/liblirc_client.so.2
|
lib/liblirc_client.so.0
|
||||||
|
lib/liblirc_client.so.0.2.1
|
||||||
man/man1/ircat.1.gz
|
man/man1/ircat.1.gz
|
||||||
man/man1/irexec.1.gz
|
man/man1/irexec.1.gz
|
||||||
man/man1/irpty.1.gz
|
man/man1/irpty.1.gz
|
||||||
|
@ -31,8 +31,6 @@ man/man8/lircmd.8.gz
|
||||||
sbin/lircd
|
sbin/lircd
|
||||||
sbin/lircmd
|
sbin/lircmd
|
||||||
@dirrm include/lirc
|
@dirrm include/lirc
|
||||||
@unexec if cmp -s %D/etc/lircd.conf.sample %D/etc/lircd.conf; then rm -f %D/etc/lircd.conf; fi
|
@sample etc/lircd.conf.sample
|
||||||
etc/lircd.conf.sample
|
|
||||||
@exec if [ ! -f %D/etc/lircd.conf ] ; then cp -p %D/%F %B/lircd.conf; fi
|
|
||||||
@exec mkdir -p /var/run/lirc
|
@exec mkdir -p /var/run/lirc
|
||||||
@unexec rmdir /var/run/lirc 2> /dev/null || true
|
@unexec rmdir /var/run/lirc 2> /dev/null || true
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
PORTNAME= lirc
|
PORTNAME= lirc
|
||||||
PORTVERSION= 0.0.5
|
PORTVERSION= 0.0.5
|
||||||
PORTREVISION= 3
|
PORTREVISION= 4
|
||||||
CATEGORIES= comms python
|
CATEGORIES= comms python
|
||||||
MASTER_SITES= SF/py${PORTNAME}/py${PORTNAME}/${PORTVERSION}
|
MASTER_SITES= SF/py${PORTNAME}/py${PORTNAME}/${PORTVERSION}
|
||||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||||
|
|
|
@ -3,6 +3,7 @@
|
||||||
|
|
||||||
PORTNAME= visualboyadvance-m
|
PORTNAME= visualboyadvance-m
|
||||||
PORTVERSION= 1.8.0r${SVN_REV}
|
PORTVERSION= 1.8.0r${SVN_REV}
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= emulators
|
CATEGORIES= emulators
|
||||||
MASTER_SITES= https://cooltrainer.org/freebsd-ports/visualboyadvance-m/
|
MASTER_SITES= https://cooltrainer.org/freebsd-ports/visualboyadvance-m/
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
PORTNAME= geeqie
|
PORTNAME= geeqie
|
||||||
PORTVERSION= 1.1
|
PORTVERSION= 1.1
|
||||||
PORTREVISION= 1
|
PORTREVISION= 2
|
||||||
CATEGORIES= graphics
|
CATEGORIES= graphics
|
||||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
PORTNAME= audacious-plugins
|
PORTNAME= audacious-plugins
|
||||||
PORTVERSION= 3.5
|
PORTVERSION= 3.5
|
||||||
PORTREVISION= 1
|
PORTREVISION= 2
|
||||||
CATEGORIES= multimedia audio
|
CATEGORIES= multimedia audio
|
||||||
MASTER_SITES= http://distfiles.audacious-media-player.org/
|
MASTER_SITES= http://distfiles.audacious-media-player.org/
|
||||||
|
|
||||||
|
|
|
@ -3,6 +3,7 @@
|
||||||
|
|
||||||
PORTNAME= gxine
|
PORTNAME= gxine
|
||||||
PORTVERSION= 0.5.908
|
PORTVERSION= 0.5.908
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= multimedia
|
CATEGORIES= multimedia
|
||||||
MASTER_SITES= SF/xine/${PORTNAME}/${PORTVERSION}
|
MASTER_SITES= SF/xine/${PORTNAME}/${PORTVERSION}
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
PORTNAME= mplayer
|
PORTNAME= mplayer
|
||||||
PORTVERSION= ${MPLAYER_PORT_VERSION}
|
PORTVERSION= ${MPLAYER_PORT_VERSION}
|
||||||
PORTREVISION= 5
|
PORTREVISION= 6
|
||||||
|
|
||||||
COMMENT= High performance media player supporting many formats
|
COMMENT= High performance media player supporting many formats
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
PORTNAME= mplayer2
|
PORTNAME= mplayer2
|
||||||
PORTVERSION= ${MPLAYER2_PORT_VERSION}
|
PORTVERSION= ${MPLAYER2_PORT_VERSION}
|
||||||
PORTREVISION= 7
|
PORTREVISION= 8
|
||||||
CATEGORIES= multimedia audio
|
CATEGORIES= multimedia audio
|
||||||
MASTER_SITES= LOCAL/gblach/
|
MASTER_SITES= LOCAL/gblach/
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
PORTNAME= mpv
|
PORTNAME= mpv
|
||||||
PORTVERSION= 0.4.2
|
PORTVERSION= 0.4.2
|
||||||
PORTREVISION= 1
|
PORTREVISION= 2
|
||||||
PORTEPOCH= 1
|
PORTEPOCH= 1
|
||||||
CATEGORIES= multimedia audio
|
CATEGORIES= multimedia audio
|
||||||
MASTER_SITES= GH:0 GHC:0 http://ftp.waf.io/pub/release/:1 \
|
MASTER_SITES= GH:0 GHC:0 http://ftp.waf.io/pub/release/:1 \
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
PORTNAME= mythtv
|
PORTNAME= mythtv
|
||||||
PORTVERSION= 0.27.0.20140121
|
PORTVERSION= 0.27.0.20140121
|
||||||
PORTREVISION= 3
|
PORTREVISION= 4
|
||||||
CATEGORIES= multimedia
|
CATEGORIES= multimedia
|
||||||
MASTER_SITES= http://people.freebsd.org/~decke/distfiles/
|
MASTER_SITES= http://people.freebsd.org/~decke/distfiles/
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
PORTNAME= totem
|
PORTNAME= totem
|
||||||
PORTVERSION= 2.32.0
|
PORTVERSION= 2.32.0
|
||||||
PORTREVISION?= 5
|
PORTREVISION?= 6
|
||||||
CATEGORIES= multimedia gnome
|
CATEGORIES= multimedia gnome
|
||||||
MASTER_SITES= GNOME
|
MASTER_SITES= GNOME
|
||||||
DIST_SUBDIR= gnome2
|
DIST_SUBDIR= gnome2
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
PORTNAME= vlc
|
PORTNAME= vlc
|
||||||
DISTVERSION= 2.1.5
|
DISTVERSION= 2.1.5
|
||||||
PORTREVISION= 4
|
PORTREVISION= 5
|
||||||
PORTEPOCH= 4
|
PORTEPOCH= 4
|
||||||
CATEGORIES= multimedia audio ipv6 net www
|
CATEGORIES= multimedia audio ipv6 net www
|
||||||
MASTER_SITES= http://download.videolan.org/pub/videolan/${PORTNAME}/${DISTVERSION:S/a$//}/ \
|
MASTER_SITES= http://download.videolan.org/pub/videolan/${PORTNAME}/${DISTVERSION:S/a$//}/ \
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
PORTNAME= xine
|
PORTNAME= xine
|
||||||
PORTVERSION= 0.99.8
|
PORTVERSION= 0.99.8
|
||||||
PORTREVISION= 1
|
PORTREVISION= 2
|
||||||
CATEGORIES= multimedia
|
CATEGORIES= multimedia
|
||||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-ui/${PORTVERSION}
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-ui/${PORTVERSION}
|
||||||
DISTNAME= ${PORTNAME}-ui-${PORTVERSION}
|
DISTNAME= ${PORTNAME}-ui-${PORTVERSION}
|
||||||
|
|
Loading…
Add table
Reference in a new issue