mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Upgrade to 1.0.1
PR: ports/112091 Submitted by: Heiner Eichmann <h.eichmann@gmx.de> (maintainer)
This commit is contained in:
parent
217ccbfecf
commit
1bb4c30e61
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=192194
6 changed files with 32 additions and 10 deletions
|
@ -6,8 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= k3b
|
||||
PORTVERSION= 1.0
|
||||
PORTREVISION= 2
|
||||
PORTVERSION= 1.0.1
|
||||
CATEGORIES= sysutils multimedia kde
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
|
@ -29,6 +28,7 @@ USE_CDRTOOLS= yes
|
|||
USE_LDCONFIG= yes
|
||||
LDCONFIG_DIRS= %%PREFIX%%/lib %%PREFIX%%/lib/kde3
|
||||
USE_KDELIBS_VER= 3
|
||||
INSTALLS_ICONS= yes
|
||||
|
||||
OPTIONS= FLAC "Add audio/flac decoder" On \
|
||||
LAME "Add audio/lame encoder (for mp3 files)" On \
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (k3b-1.0.tar.bz2) = 02bf955059adfe9ac8a11d36fb34a11c
|
||||
SHA256 (k3b-1.0.tar.bz2) = b1ab85ad003b3362a964e7516ba21ecb238b199379e449980041a4292d8d2294
|
||||
SIZE (k3b-1.0.tar.bz2) = 5102225
|
||||
MD5 (k3b-1.0.1.tar.bz2) = 8abd11f56e6e40d6f2d0b076a5f8b8ed
|
||||
SHA256 (k3b-1.0.1.tar.bz2) = 609c56d4a9e0b41d545e377d61904e99a46e878280d6a6651a65f72f94acb65e
|
||||
SIZE (k3b-1.0.1.tar.bz2) = 5097997
|
||||
|
|
11
sysutils/k3b-kde4/files/patch-configure
Normal file
11
sysutils/k3b-kde4/files/patch-configure
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- configure.orig Sat Apr 21 00:42:59 2007
|
||||
+++ configure Sat Apr 21 00:45:23 2007
|
||||
@@ -36535,7 +36535,7 @@
|
||||
|
||||
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
|
||||
OLD_LIBS=$LIBS
|
||||
- LIBS="-lavformat -lavcodec -ldl $LIBS"
|
||||
+ LIBS="-lavformat -lavcodec $LIBS"
|
||||
cat >conftest.$ac_ext <<_ACEOF
|
||||
extern "C" {
|
||||
#include <ffmpeg/avformat.h>
|
|
@ -6,8 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= k3b
|
||||
PORTVERSION= 1.0
|
||||
PORTREVISION= 2
|
||||
PORTVERSION= 1.0.1
|
||||
CATEGORIES= sysutils multimedia kde
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
|
@ -29,6 +28,7 @@ USE_CDRTOOLS= yes
|
|||
USE_LDCONFIG= yes
|
||||
LDCONFIG_DIRS= %%PREFIX%%/lib %%PREFIX%%/lib/kde3
|
||||
USE_KDELIBS_VER= 3
|
||||
INSTALLS_ICONS= yes
|
||||
|
||||
OPTIONS= FLAC "Add audio/flac decoder" On \
|
||||
LAME "Add audio/lame encoder (for mp3 files)" On \
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (k3b-1.0.tar.bz2) = 02bf955059adfe9ac8a11d36fb34a11c
|
||||
SHA256 (k3b-1.0.tar.bz2) = b1ab85ad003b3362a964e7516ba21ecb238b199379e449980041a4292d8d2294
|
||||
SIZE (k3b-1.0.tar.bz2) = 5102225
|
||||
MD5 (k3b-1.0.1.tar.bz2) = 8abd11f56e6e40d6f2d0b076a5f8b8ed
|
||||
SHA256 (k3b-1.0.1.tar.bz2) = 609c56d4a9e0b41d545e377d61904e99a46e878280d6a6651a65f72f94acb65e
|
||||
SIZE (k3b-1.0.1.tar.bz2) = 5097997
|
||||
|
|
11
sysutils/k3b/files/patch-configure
Normal file
11
sysutils/k3b/files/patch-configure
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- configure.orig Sat Apr 21 00:42:59 2007
|
||||
+++ configure Sat Apr 21 00:45:23 2007
|
||||
@@ -36535,7 +36535,7 @@
|
||||
|
||||
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
|
||||
OLD_LIBS=$LIBS
|
||||
- LIBS="-lavformat -lavcodec -ldl $LIBS"
|
||||
+ LIBS="-lavformat -lavcodec $LIBS"
|
||||
cat >conftest.$ac_ext <<_ACEOF
|
||||
extern "C" {
|
||||
#include <ffmpeg/avformat.h>
|
Loading…
Add table
Reference in a new issue