mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
Stagify.
This commit is contained in:
parent
ddb5c28e3c
commit
676940276c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=349788
@ -19,7 +19,6 @@ LIB_DEPENDS= libcanberra-gtk.so:${PORTSDIR}/audio/libcanberra \
|
||||
CONFLICTS= gnome-control-center-3.[0-9]* libgnome-media-profiles-3.[0-9]*
|
||||
|
||||
USE_BZIP2= yes
|
||||
NO_STAGE= yes
|
||||
INSTALLS_OMF= yes
|
||||
INSTALLS_ICONS= yes
|
||||
GNU_CONFIGURE= yes
|
||||
|
@ -20,7 +20,6 @@ LIB_DEPENDS= libdiscid.so:${PORTSDIR}/audio/libdiscid \
|
||||
RUN_DEPENDS= ${LOCALBASE}/share/icons/gnome/index.theme:${PORTSDIR}/misc/gnome-icon-theme
|
||||
|
||||
USE_XORG= x11
|
||||
NO_STAGE= yes
|
||||
USES= gettext gmake pkgconfig
|
||||
USE_BZIP2= yes
|
||||
USE_GNOME= gnomeprefix gnomehack intlhack gtk20 gconf2 desktopfileutils
|
||||
@ -45,7 +44,4 @@ CONFIGURE_ARGS+=--enable-notification
|
||||
CONFIGURE_ARGS+=--disable-notification
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
@-update-desktop-database
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -15,10 +15,8 @@ LIB_DEPENDS= libjack.so:${PORTSDIR}/audio/jack \
|
||||
liblrdf.so:${PORTSDIR}/textproc/liblrdf
|
||||
RUN_DEPENDS= ${LOCALBASE}/include/ladspa.h:${PORTSDIR}/audio/ladspa
|
||||
|
||||
USE_BZIP2= yes
|
||||
NO_STAGE= yes
|
||||
USE_GNOME= libgnomeui libxml2
|
||||
USES= gettext shebangfix pkgconfig
|
||||
USES= gettext shebangfix pkgconfig tar:bzip2
|
||||
USE_PYTHON= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
|
@ -10,7 +10,6 @@ MAINTAINER= gnome@FreeBSD.org
|
||||
COMMENT= Implementation of the Freedesktop sound theme spec
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../../audio/libcanberra
|
||||
NO_STAGE= yes
|
||||
SLAVEPORT= gtk3
|
||||
PLIST= ${.CURDIR}/pkg-plist
|
||||
|
||||
@ -25,13 +24,14 @@ do-build:
|
||||
|
||||
do-install:
|
||||
${INSTALL_DATA} ${WRKSRC}/libcanberra-gtk3.pc \
|
||||
${PREFIX}/libdata/pkgconfig/
|
||||
${STAGEDIR}${PREFIX}/libdata/pkgconfig/
|
||||
.for i in .a .la .so .so.0
|
||||
${INSTALL_DATA} ${WRKSRC}/src/.libs/libcanberra-gtk3${i} \
|
||||
${PREFIX}/lib/
|
||||
${STAGEDIR}${PREFIX}/lib/
|
||||
.endfor
|
||||
cd ${WRKSRC}/src && ${GMAKE} install-gtk3moduleLTLIBRARIES
|
||||
cd ${PREFIX}/lib/gtk-3.0/modules && \
|
||||
cd ${WRKSRC}/src && ${SETENV} DESTDIR=${STAGEDIR} \
|
||||
${GMAKE} install-gtk3moduleLTLIBRARIES
|
||||
cd ${STAGEDIR}${PREFIX}/lib/gtk-3.0/modules && \
|
||||
${LN} -sf libcanberra-gtk3-module.so libcanberra-gtk-module.so
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
||||
|
@ -17,7 +17,6 @@ LICENSE_FILE= ${WRKSRC}/LGPL
|
||||
LIB_DEPENDS= libvorbisfile.so:${PORTSDIR}/audio/libvorbis
|
||||
|
||||
USES= gmake pkgconfig
|
||||
NO_STAGE= yes
|
||||
USE_GNOME= gnomeprefix gnomehack gtk20 ltverhack gconf2
|
||||
USE_LDCONFIG= yes
|
||||
USE_AUTOTOOLS= libtool libltdl
|
||||
|
@ -14,7 +14,6 @@ BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USES= gmake
|
||||
NO_STAGE= yes
|
||||
USE_LDCONFIG= yes
|
||||
ONLY_FOR_ARCHS= i386
|
||||
|
||||
|
@ -25,7 +25,6 @@ LIB_DEPENDS= libsamplerate.so:${PORTSDIR}/audio/libsamplerate \
|
||||
libck-connector.so:${PORTSDIR}/sysutils/consolekit
|
||||
|
||||
USE_GNOME= gnomehack glib20 intltool ltverhack
|
||||
NO_STAGE= yes
|
||||
USE_XORG= x11 sm xtst ice
|
||||
USE_LDCONFIG= yes
|
||||
USES= gettext gmake pkgconfig
|
||||
@ -62,10 +61,6 @@ OPTIONS_DEFAULT= AVAHI HAL GCONF
|
||||
PULSE_VERSION= ${PORTVERSION}
|
||||
PLIST_SUB= PULSE_VERSION=${PULSE_VERSION}
|
||||
|
||||
MAN1= esdcompat.1 pabrowse.1 pacat.1 pacmd.1 pactl.1 padsp.1 \
|
||||
paplay.1 pasuspender.1 pax11publish.1 pulseaudio.1
|
||||
MAN5= default.pa.5 pulse-client.conf.5 pulse-daemon.conf.5
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MJACK}
|
||||
@ -112,14 +107,10 @@ post-patch:
|
||||
${WRKSRC}/configure
|
||||
|
||||
post-install:
|
||||
${MKDIR} ${PREFIX}/etc/pulse
|
||||
${MKDIR} ${STAGEDIR}${PREFIX}/etc/pulse
|
||||
.for ii in default.pa daemon.conf client.conf system.pa
|
||||
${INSTALL_DATA} ${WRKSRC}/src/${ii} \
|
||||
${PREFIX}/etc/pulse/${ii}-dist
|
||||
. if !exists(${PREFIX}/etc/pulse/${II})
|
||||
${INSTALL_DATA} ${WRKSRC}/src/${ii} \
|
||||
${PREFIX}/etc/pulse/${ii}
|
||||
. endif
|
||||
${STAGEDIR}${PREFIX}/etc/pulse/${ii}-dist
|
||||
.endfor
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -225,6 +225,19 @@ libdata/pkgconfig/libpulse-mainloop-glib.pc
|
||||
libdata/pkgconfig/libpulse-simple.pc
|
||||
libdata/pkgconfig/libpulse.pc
|
||||
%%GCONF%%libexec/pulse/gconf-helper
|
||||
man/man1/esdcompat.1.gz
|
||||
man/man1/pabrowse.1.gz
|
||||
man/man1/pacat.1.gz
|
||||
man/man1/pacmd.1.gz
|
||||
man/man1/pactl.1.gz
|
||||
man/man1/padsp.1.gz
|
||||
man/man1/paplay.1.gz
|
||||
man/man1/pasuspender.1.gz
|
||||
man/man1/pax11publish.1.gz
|
||||
man/man1/pulseaudio.1.gz
|
||||
man/man5/default.pa.5.gz
|
||||
man/man5/pulse-client.conf.5.gz
|
||||
man/man5/pulse-daemon.conf.5.gz
|
||||
share/locale/as/LC_MESSAGES/pulseaudio.mo
|
||||
share/locale/bn_IN/LC_MESSAGES/pulseaudio.mo
|
||||
share/locale/ca/LC_MESSAGES/pulseaudio.mo
|
||||
|
@ -21,7 +21,6 @@ LIB_DEPENDS= libmusicbrainz3.so:${PORTSDIR}/audio/libmusicbrainz3 \
|
||||
libbrasero-media.so:${PORTSDIR}/sysutils/brasero
|
||||
|
||||
USE_BZIP2= yes
|
||||
NO_STAGE= yes
|
||||
USES= gettext gmake pathfix pkgconfig
|
||||
INSTALLS_OMF= yes
|
||||
USE_GNOME= intlhack gnomeprefix gconf2 libglade2 gnomedocutils
|
||||
@ -32,7 +31,6 @@ INSTALLS_ICONS= yes
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
|
||||
MAN1= sound-juicer.1
|
||||
GCONF_SCHEMAS= sound-juicer.schemas
|
||||
|
||||
post-patch:
|
||||
@ -40,7 +38,4 @@ post-patch:
|
||||
${WRKSRC}/Makefile.in
|
||||
@${REINPLACE_CMD} -e 's|" == "|" = "|g' ${WRKSRC}/configure
|
||||
|
||||
post-install:
|
||||
@-update-desktop-database
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,5 @@
|
||||
bin/sound-juicer
|
||||
man/man1/sound-juicer.1.gz
|
||||
share/applications/sound-juicer.desktop
|
||||
share/gnome/help/sound-juicer/C/figures/prefs.png
|
||||
share/gnome/help/sound-juicer/C/figures/startup.png
|
||||
|
Loading…
Reference in New Issue
Block a user