- Switch to USES=libtool, drop .la files
- Strip libraries
This commit is contained in:
parent
057f551bdc
commit
6bce7fefdf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=360002
2 changed files with 4 additions and 3 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= deadbeef-mpris-plugin
|
||||
PORTVERSION= 2.1.3
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= GOOGLE_CODE
|
||||
|
||||
|
@ -17,7 +17,8 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GNOME= glib20
|
||||
USES= pkgconfig
|
||||
USES= pkgconfig libtool
|
||||
INSTALL_TARGET= install-strip
|
||||
|
||||
WRKSRC= ${WRKDIR}/deadbeef-${PORTVERSION}
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
lib/deadbeef/mpris.a
|
||||
lib/deadbeef/mpris.la
|
||||
lib/deadbeef/mpris.so
|
||||
lib/deadbeef/mpris.so.0
|
||||
lib/deadbeef/mpris.so.0.0.0
|
||||
@dirrmtry lib/deadbeef
|
||||
|
|
Loading…
Reference in a new issue