Bug 96464 - [UPDATE PORT] multimedia/k9copy
Summary: [UPDATE PORT] multimedia/k9copy
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-04-28 14:20 UTC by Alexander V. Ribchansky
Modified: 2006-05-11 13:03 UTC (History)
0 users

See Also:


Attachments
file.diff (250 bytes, patch)
2006-04-28 14:20 UTC, Alexander V. Ribchansky
no flags Details | Diff
file.diff (1.35 KB, patch)
2006-04-28 14:20 UTC, Alexander V. Ribchansky
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander V. Ribchansky 2006-04-28 14:20:15 UTC
This is port update for newer 1.0.4 version of k9copy.

Changelog:

v1.0.4
- improved compatibility
- take benefit of MMX, SSE, SSE2 for memcpy
- fixed reading of empty titles
- input device combo is editable
- Integration of vamps and requant in k9copy as QThread classes
- fixed size problems
- added video in backup progress dialog
- fixed several issues in multi-angle DVD copy
- Improved the backup speed

Fix: PORTNAME=      k9copy
-PORTVERSION=   1.0.3
-PORTREVISION=  1
+PORTVERSION=   1.0.4
 CATEGORIES=    multimedia kde
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=    ${PORTNAME}
@@ -26,7 +25,6 @@
 WRKSRC=                ${WRKDIR}/${PORTNAME}-${PORTVERSION}

 INSTALLS_SHLIB=        yes
-DOCSDIR=       ${PREFIX}/share/doc/HTML/en/k9copy

 post-patch:
        @${REINPLACE_CMD} -e 's,-O2,,g ; \
@@ -34,10 +32,5 @@
        @${REINPLACE_CMD} -e \
                's,$$(LIB_KDEUI),$$(LIB_KDEUI) $$(LIBPTHREAD) -lcam,g' \
                ${WRKSRC}/src/Makefile.in
-
-post-configure:
-.if defined(NOPORTDOCS)
-       @${REINPLACE_CMD} -e 's|doc libk3bdevice libk9copy po src|libk3bdevice libk9copy po src|g' ${WRKSRC}/Makefile
-.endif

 .include <bsd.port.mk>
Comment 1 Volker Stolz freebsd_committer freebsd_triage 2006-05-11 13:03:22 UTC
State Changed
From-To: open->closed

Committed, thanks!