ports/146700: new port: audio/tepsonic TepSonic is a simple and fast audio player

Gvozdikov Veniamin g.veniamin at googlemail.com
Tue May 18 11:50:04 UTC 2010


>Number:         146700
>Category:       ports
>Synopsis:       new port: audio/tepsonic TepSonic is a simple and fast audio player
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue May 18 11:50:03 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Gvozdikov Veniamin
>Release:        FreeBSD 8.0-STABLE
>Organization:
>Environment:
FreeBSD zlobook.local 8.0-STABLE FreeBSD 8.0-STABLE #10: Sat Apr 17 14:38:26 KRAST 2010     root at zlobook.local:/usr/obj/usr/src/sys/zlobook_amd64  amd64
>Description:
TepSonic is a simple and fast audio player but it has all the basic functions that every good audio player should have. TepSonic is not trying to be like Amarok or Banshee, it stays small and simple.
>How-To-Repeat:

>Fix:
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	tepsonic
#	tepsonic/files
#	tepsonic/files/patch-player-player.cpp
#	tepsonic/files/patch-player-collections-collectionbuilder.cpp
#	tepsonic/files/patch-player-playlist-playlistmodel.cpp
#	tepsonic/pkg-descr
#	tepsonic/Makefile
#	tepsonic/pkg-plist
#	tepsonic/distinfo
#
echo c - tepsonic
mkdir -p tepsonic > /dev/null 2>&1
echo c - tepsonic/files
mkdir -p tepsonic/files > /dev/null 2>&1
echo x - tepsonic/files/patch-player-player.cpp
sed 's/^X//' >tepsonic/files/patch-player-player.cpp << 'a31a938cb1921e3af4c0e061263b4d13'
X--- player/player.cpp.orig	2010-05-18 02:04:47.000000000 +0800
X+++ player/player.cpp	2010-05-18 18:07:34.000000000 +0800
X@@ -27,9 +27,9 @@
X #include <phonon/AudioOutput>
X #include <phonon/MediaSource>
X 
X-#include <taglib/fileref.h>
X-#include <taglib/tag.h>
X-#include <taglib/tstring.h>
X+#include <fileref.h>
X+#include <tag.h>
X+#include <tstring.h>
X 
X Player::Player()
X {
a31a938cb1921e3af4c0e061263b4d13
echo x - tepsonic/files/patch-player-collections-collectionbuilder.cpp
sed 's/^X//' >tepsonic/files/patch-player-collections-collectionbuilder.cpp << '751fa9cda43b784fd45be71a4b9da933'
X--- player/collections/collectionbuilder.cpp.orig	2010-05-18 02:04:47.000000000 +0800
X+++ player/collections/collectionbuilder.cpp	2010-05-18 18:09:23.000000000 +0800
X@@ -22,9 +22,9 @@
X #include "collectionmodel.h"
X #include "databasemanager.h"
X 
X-#include <taglib/fileref.h>
X-#include <taglib/tag.h>
X-#include <taglib/tstring.h>
X+#include <fileref.h>
X+#include <tag.h>
X+#include <tstring.h>
X 
X #include <QDebug>
X 
751fa9cda43b784fd45be71a4b9da933
echo x - tepsonic/files/patch-player-playlist-playlistmodel.cpp
sed 's/^X//' >tepsonic/files/patch-player-playlist-playlistmodel.cpp << 'fe507b9b3042e74382d468d7f0e8cde3'
X--- player/playlist/playlistmodel.cpp.orig	2010-05-18 02:04:47.000000000 +0800
X+++ player/playlist/playlistmodel.cpp	2010-05-18 18:11:45.000000000 +0800
X@@ -21,9 +21,9 @@
X #include <QtGui>
X #include <QTime>
X 
X-#include <taglib/fileref.h>
X-#include <taglib/tag.h>
X-#include <taglib/tstring.h>
X+#include <fileref.h>
X+#include <tag.h>
X+#include <tstring.h>
X 
X #include "playlistmodel.h"
X #include "playlistitem.h"
fe507b9b3042e74382d468d7f0e8cde3
echo x - tepsonic/pkg-descr
sed 's/^X//' >tepsonic/pkg-descr << 'e1ede4a5e4833e162d107548bf49795c'
XTepSonic is a simple and fast audio player but it has all the basic functions
Xthat every good audio player should have. TepSonic is not trying to be
Xlike Amarok or Banshee, it stays small and simple.
X
XWWW:	http://www.tepsonic.org/
e1ede4a5e4833e162d107548bf49795c
echo x - tepsonic/Makefile
sed 's/^X//' >tepsonic/Makefile << 'e192f2ce9dd7d698cd027a5865ac5a9f'
X# New ports collection makefile for:	tepsonic
X# Date created:		2010-05-18
X# Whom:			Gvozdikov Veniamin <g.veniamin at googlemail.com>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	tepsonic
XPORTVERSION=	0.96.0
XCATEGORIES=	audio
XMASTER_SITES=	http://www.tepsonic.org/files/
XDISTNAME=	${PORTNAME}-${PORTVERSION}-src
X
XMAINTAINER=	g.veniamin at googlemail.com
XCOMMENT=	TepSonic is a simple and fast audio player
X
XLIB_DEPENDS=	tag.1:${PORTSDIR}/audio/taglib
X
XUSE_CMAKE=	yes
XUSE_QT_VER=	4
XUSE_LDCONFIG=	yes
XINSTALLS_ICONS=	yes
XCMAKE_USE_PTHREAD=	yes
XQT_COMPONENTS=	gui xml qmake_build uic_build moc_build \
X		rcc_build sql phonon network linguist
X
XWRKSRC=		${WRKDIR}/${PORTNAME}-${PORTNAME}
X
X.include <bsd.port.mk>
e192f2ce9dd7d698cd027a5865ac5a9f
echo x - tepsonic/pkg-plist
sed 's/^X//' >tepsonic/pkg-plist << 'e9aa8eba6f3f03b4f5707bbe6d506853'
Xbin/tepsonic
Xlib/libtepsonic_lastfmscrobbler.so.0.1.0
Xlib/libtepsonic_lastfmscrobbler.so.1
Xlib/libtepsonic_lastfmscrobbler.so
X%%DATADIR%%/locale/tepsonic/cs_CZ.qm
X%%DATADIR%%/locale/lastfmscrobbler/cs_CZ.qm
Xshare/applications/tepsonic.desktop
Xshare/icons/hicolor/16x16/apps/tepsonic.png
Xshare/icons/hicolor/32x32/apps/tepsonic.png
Xshare/icons/hicolor/48x48/apps/tepsonic.png
Xshare/icons/hicolor/64x64/apps/tepsonic.png
Xshare/icons/hicolor/128x128/apps/tepsonic.png
Xshare/icons/hicolor/256x256/apps/tepsonic.png
X at dirrm share/tepsonic/locale/tepsonic
X at dirrm share/tepsonic/locale/lastfmscrobbler
X at dirrm share/tepsonic/locale
X at dirrmtry share/applications
X at dirrmtry share/icons/hicolor/256x256/apps
X at dirrmtry share/icons/hicolor/256x256
X at dirrmtry share/icons/hicolor/32x32/apps
X at dirrmtry share/icons/hicolor/32x32
X at dirrmtry share/icons/hicolor/16x16/apps
X at dirrmtry share/icons/hicolor/16x16
X at dirrmtry share/icons/hicolor/48x48/apps
X at dirrmtry share/icons/hicolor/48x48
X at dirrmtry share/icons/hicolor/64x64/apps
X at dirrmtry share/icons/hicolor/64x64
X at dirrmtry share/icons/hicolor/128x128/apps
X at dirrmtry share/icons/hicolor/128x128
X at dirrmtry share/icons/hicolor
X at dirrmtry share/icons
X at dirrm %%DATADIR%%
e9aa8eba6f3f03b4f5707bbe6d506853
echo x - tepsonic/distinfo
sed 's/^X//' >tepsonic/distinfo << '8b7d6694e131ef6a5a94729bf7dc656b'
XMD5 (tepsonic-0.96.0-src.tar.gz) = fb1f7d1ea614e43f1e0a5a9d7fc49913
XSHA256 (tepsonic-0.96.0-src.tar.gz) = e613fa24ecd8212497a89d4c4ceffffd2f3206c0307d7cd591ec918f8ed2afee
XSIZE (tepsonic-0.96.0-src.tar.gz) = 674313
8b7d6694e131ef6a5a94729bf7dc656b
exit


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list