mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00: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
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= mp3blaster
|
||||
PORTVERSION= 3.2.5
|
||||
PORTREVISION= 4
|
||||
PORTREVISION= 5
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
PORTNAME= rhythmbox
|
||||
PORTVERSION= 0.12.8
|
||||
PORTREVISION= 15
|
||||
PORTREVISION= 16
|
||||
CATEGORIES= audio gnome
|
||||
MASTER_SITES= GNOME
|
||||
DIST_SUBDIR= gnome2
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= rosegarden
|
||||
PORTVERSION= 14.02
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}/
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= lirc
|
||||
PORTVERSION= 0.9.0
|
||||
PORTREVISION= 5
|
||||
PORTREVISION= 6
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= comms
|
||||
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
|
||||
|
||||
USE_AUTOTOOLS= libtool automake autoheader aclocal autoconf
|
||||
USES= gmake tar:bzip2
|
||||
ACLOCAL_ARGS= -I "${ACLOCAL_DIR}" -I ${LOCALBASE}/share/aclocal
|
||||
INSTALL_TARGET= install-strip
|
||||
USES= gmake libtool tar:bzip2
|
||||
USE_AUTOTOOLS= libtoolize automake autoheader aclocal autoconf
|
||||
AUTOMAKE_ARGS= -a -c -f
|
||||
USE_XORG= sm x11
|
||||
USE_PYTHON= yes
|
||||
USE_CSTD= gnu89
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
CONFIGURE_ARGS= --enable-sandboxed --with-devdir=/var/run/lirc \
|
||||
--sysconfdir=${PREFIX}/etc
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
CONFIGURE_ARGS= --enable-sandboxed --with-devdir=/var/run/lirc \
|
||||
--sysconfdir=${PREFIX}/etc
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LIBS+= -L${LOCALBASE}/lib
|
||||
|
||||
OPTIONS_DEFINE= MINIMAL DEBUG UARTLIRC DOCS EXAMPLES
|
||||
|
||||
@ -63,10 +63,11 @@ CONFIGURE_ARGS+= --enable-debug
|
||||
RUN_DEPENDS+= uartlirc>=0.3:${PORTSDIR}/comms/uartlirc
|
||||
.endif
|
||||
|
||||
# XXX: work around an issue with automake-1.13 erroring out on a
|
||||
# non-existent m4 directory before libtoolize creates it
|
||||
pre-configure::
|
||||
@${MKDIR} ${WRKSRC}/m4
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} \
|
||||
-e 's/`$${LIBUSB_CONFIG} --libs`/-lusb/' \
|
||||
-e 's/`$${LIBUSB_CONFIG} --cflags`//' \
|
||||
${WRKSRC}/configure.ac
|
||||
|
||||
post-install:
|
||||
.if ${PORT_OPTIONS:MDOCS}
|
||||
|
@ -12,9 +12,9 @@ bin/pronto2lirc
|
||||
bin/xmode2
|
||||
include/lirc/lirc_client.h
|
||||
lib/liblirc_client.a
|
||||
lib/liblirc_client.la
|
||||
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/irexec.1.gz
|
||||
man/man1/irpty.1.gz
|
||||
@ -31,8 +31,6 @@ man/man8/lircmd.8.gz
|
||||
sbin/lircd
|
||||
sbin/lircmd
|
||||
@dirrm include/lirc
|
||||
@unexec if cmp -s %D/etc/lircd.conf.sample %D/etc/lircd.conf; then rm -f %D/etc/lircd.conf; fi
|
||||
etc/lircd.conf.sample
|
||||
@exec if [ ! -f %D/etc/lircd.conf ] ; then cp -p %D/%F %B/lircd.conf; fi
|
||||
@sample etc/lircd.conf.sample
|
||||
@exec mkdir -p /var/run/lirc
|
||||
@unexec rmdir /var/run/lirc 2> /dev/null || true
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= lirc
|
||||
PORTVERSION= 0.0.5
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= comms python
|
||||
MASTER_SITES= SF/py${PORTNAME}/py${PORTNAME}/${PORTVERSION}
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= visualboyadvance-m
|
||||
PORTVERSION= 1.8.0r${SVN_REV}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= emulators
|
||||
MASTER_SITES= https://cooltrainer.org/freebsd-ports/visualboyadvance-m/
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= geeqie
|
||||
PORTVERSION= 1.1
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= audacious-plugins
|
||||
PORTVERSION= 3.5
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= multimedia audio
|
||||
MASTER_SITES= http://distfiles.audacious-media-player.org/
|
||||
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= gxine
|
||||
PORTVERSION= 0.5.908
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= multimedia
|
||||
MASTER_SITES= SF/xine/${PORTNAME}/${PORTVERSION}
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= mplayer
|
||||
PORTVERSION= ${MPLAYER_PORT_VERSION}
|
||||
PORTREVISION= 5
|
||||
PORTREVISION= 6
|
||||
|
||||
COMMENT= High performance media player supporting many formats
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
PORTNAME= mplayer2
|
||||
PORTVERSION= ${MPLAYER2_PORT_VERSION}
|
||||
PORTREVISION= 7
|
||||
PORTREVISION= 8
|
||||
CATEGORIES= multimedia audio
|
||||
MASTER_SITES= LOCAL/gblach/
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= mpv
|
||||
PORTVERSION= 0.4.2
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= multimedia audio
|
||||
MASTER_SITES= GH:0 GHC:0 http://ftp.waf.io/pub/release/:1 \
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= mythtv
|
||||
PORTVERSION= 0.27.0.20140121
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= multimedia
|
||||
MASTER_SITES= http://people.freebsd.org/~decke/distfiles/
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
PORTNAME= totem
|
||||
PORTVERSION= 2.32.0
|
||||
PORTREVISION?= 5
|
||||
PORTREVISION?= 6
|
||||
CATEGORIES= multimedia gnome
|
||||
MASTER_SITES= GNOME
|
||||
DIST_SUBDIR= gnome2
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= vlc
|
||||
DISTVERSION= 2.1.5
|
||||
PORTREVISION= 4
|
||||
PORTREVISION= 5
|
||||
PORTEPOCH= 4
|
||||
CATEGORIES= multimedia audio ipv6 net www
|
||||
MASTER_SITES= http://download.videolan.org/pub/videolan/${PORTNAME}/${DISTVERSION:S/a$//}/ \
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
PORTNAME= xine
|
||||
PORTVERSION= 0.99.8
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= multimedia
|
||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-ui/${PORTVERSION}
|
||||
DISTNAME= ${PORTNAME}-ui-${PORTVERSION}
|
||||
|
Loading…
Reference in New Issue
Block a user