From ee3c79ad8d13eba2dfb8b9f4003020d02a8b42b8 Mon Sep 17 00:00:00 2001 From: Joe Peterson Date: Wed, 18 Mar 2009 11:53:26 +0000 Subject: Remove dev-perl/module-build depend (bug #246942); fix other dependencies Package-Manager: portage-2.1.6.8/cvs/Linux i686 --- media-sound/squeezecenter/ChangeLog | 8 +- media-sound/squeezecenter/Manifest | 4 +- .../squeezecenter/squeezecenter-7.3.2-r1.ebuild | 469 +++++++++++++++++++++ .../squeezecenter/squeezecenter-7.3.2.ebuild | 457 -------------------- 4 files changed, 478 insertions(+), 460 deletions(-) create mode 100644 media-sound/squeezecenter/squeezecenter-7.3.2-r1.ebuild delete mode 100644 media-sound/squeezecenter/squeezecenter-7.3.2.ebuild (limited to 'media-sound/squeezecenter') diff --git a/media-sound/squeezecenter/ChangeLog b/media-sound/squeezecenter/ChangeLog index 19b572e75324..60467421015d 100644 --- a/media-sound/squeezecenter/ChangeLog +++ b/media-sound/squeezecenter/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-sound/squeezecenter # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/squeezecenter/ChangeLog,v 1.37 2009/01/26 03:29:21 lavajoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/squeezecenter/ChangeLog,v 1.38 2009/03/18 11:53:26 lavajoe Exp $ + +*squeezecenter-7.3.2-r1 (18 Mar 2009) + + 18 Mar 2009; Joe Peterson + -squeezecenter-7.3.2.ebuild, +squeezecenter-7.3.2-r1.ebuild: + Remove dev-perl/module-build depend (bug #246942); fix other dependencies *squeezecenter-7.3.2 (26 Jan 2009) diff --git a/media-sound/squeezecenter/Manifest b/media-sound/squeezecenter/Manifest index 578245ef21f7..8bae1a05e82c 100644 --- a/media-sound/squeezecenter/Manifest +++ b/media-sound/squeezecenter/Manifest @@ -44,6 +44,6 @@ EBUILD squeezecenter-7.2.0-r1.ebuild 13035 RMD160 aa0cf2b49a9233e7c4d3c3716d925b EBUILD squeezecenter-7.2.1.ebuild 13953 RMD160 50f4112c1a6b0ff031f423ca7bc6129bab311d4f SHA1 d3f4fcd74c51e436cc6ea1b6fca51cc95579c710 SHA256 502c88dc62b02ee2386c58f12d68fd7768cba94f825dde5fdd089fdeab3af3f1 EBUILD squeezecenter-7.3.0.ebuild 14586 RMD160 a71e0f2aa15e1736fcc87419cab871796af02f55 SHA1 b70fef2ea3b64855a2f70dd62f7496ff1f639ea3 SHA256 ace2578c9388e017d3bc20bac735853dfceb15cf6462ae5ac43ad8768966b573 EBUILD squeezecenter-7.3.1.ebuild 15750 RMD160 ef46c6f85adc61275c5090ada150fa969e922718 SHA1 c1e0fb5462960dfdd33d62203f502fdc12e76be9 SHA256 168c2fd9cb208e02cd1c59e412c3ec515b526bb5cc05224291a238dda11c6d88 -EBUILD squeezecenter-7.3.2.ebuild 15750 RMD160 b845b04d7ec2233e296269f8295a58dbc066d578 SHA1 3706afbf2479627d89710030e1d21a8f6c6ad240 SHA256 b9f53bc9ae1a1669c3461292b2909fb69007d4fdeae12266bdf8181504adc40c -MISC ChangeLog 8012 RMD160 956d1dc0f45a7e5f0292c3b802df069a45fbedb1 SHA1 6ab4dee1f476215249214a63603f22aad26ba11c SHA256 b64329ddea1f711629c94703643dde180738fdb379c2724f425ce7c233f0b35b +EBUILD squeezecenter-7.3.2-r1.ebuild 16038 RMD160 d5d8e2c1d329c63c3c82a9de25aada1dc3628395 SHA1 58c6981bba422c80db87fef4251c51c16164b3a2 SHA256 590ccfad8143137ec3746b5945630135e9f860c6503cd48bc1ff1861020f1794 +MISC ChangeLog 8240 RMD160 63eabf3a5eebaed402d84dd9fd33c94efaeb95f7 SHA1 cb907b434b2bcfdc715533c9cf81e8d91445c5dd SHA256 9fdfa7005c9b9b468c5f6b38cb90d4b9d4af7a48cda50883e3844d7a05a4bc24 MISC metadata.xml 1111 RMD160 09bbcc60edfa73e0b04a509c43a9e3a38396c9a5 SHA1 091e7172538d6f37f885752a2ab72d1cbf40334a SHA256 3f92fd179e06f52bd8af1caf6d160bacadb9b5ad90e3d34c98255379e075e1fe diff --git a/media-sound/squeezecenter/squeezecenter-7.3.2-r1.ebuild b/media-sound/squeezecenter/squeezecenter-7.3.2-r1.ebuild new file mode 100644 index 000000000000..f39d5c5b548e --- /dev/null +++ b/media-sound/squeezecenter/squeezecenter-7.3.2-r1.ebuild @@ -0,0 +1,469 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/squeezecenter/squeezecenter-7.3.2-r1.ebuild,v 1.1 2009/03/18 11:53:26 lavajoe Exp $ + +inherit eutils + +MAJOR_VER="${PV:0:3}" +MINOR_VER="${PV:4:1}" +SRC_DIR="SqueezeCenter_v${MAJOR_VER}.${MINOR_VER}" +MY_P="squeezecenter-${MAJOR_VER}.${MINOR_VER}-noCPAN" + +DESCRIPTION="Logitech SqueezeCenter music server" +HOMEPAGE="http://www.slimdevices.com/pi_features.html" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="lame wavpack musepack alac ogg bonjour flac avahi aac" + +SRC_URI="http://www.slimdevices.com/downloads/${SRC_DIR}/${MY_P}.tgz + mirror://gentoo/SqueezeCenter-AutoXS-Header-0.03.tar.gz + mirror://gentoo/SqueezeCenter-Class-XSAccessor-Array-0.05.tar.gz + mirror://gentoo/SqueezeCenter-POE-XS-Queue-Array-0.002.tar.gz" + +# Note: virtual/perl-Module-Build necessary because of SC bug#5882 +# (http://bugs.slimdevices.com/show_bug.cgi?id=5882). +DEPEND=" + dev-perl/File-Which + virtual/perl-Module-Build + virtual/logger + virtual/mysql + avahi? ( net-dns/avahi ) + " +# Note: dev-perl/GD necessary because of SC bug#6143 +# (http://bugs.slimdevices.com/show_bug.cgi?id=6143). +RDEPEND=" + dev-perl/File-Which + virtual/logger + virtual/mysql + avahi? ( net-dns/avahi ) + >=dev-lang/perl-5.8.8 + >=dev-perl/GD-2.35 + >=virtual/perl-Compress-Zlib-2.015 + >=dev-perl/YAML-Syck-1.05 + >=dev-perl/DBD-mysql-4.00.5 + >=dev-perl/DBI-1.607 + >=dev-perl/Digest-SHA1-2.11 + >=dev-perl/Encode-Detect-1.01 + >=dev-perl/HTML-Parser-3.56 + >=dev-perl/JSON-XS-2.2.3.1 + >=dev-perl/Template-Toolkit-2.19 + >=virtual/perl-Time-HiRes-1.97.15 + >=dev-perl/XML-Parser-2.36 + >=dev-perl/Cache-Cache-1.04 + >=dev-perl/Class-Data-Inheritable-0.08 + >=dev-perl/Class-Inspector-1.23 + >=dev-perl/File-Next-1.02 + >=virtual/perl-File-Temp-0.20 + >=dev-perl/File-Which-0.05 + >=perl-core/i18n-langtags-0.35 + >=dev-perl/IO-String-1.08 + >=dev-perl/Log-Log4perl-1.13 + >=dev-perl/libwww-perl-5.805 + >=perl-core/CGI-3.29 + >=dev-perl/TimeDate-1.16 + >=dev-perl/Math-VecStat-0.08 + >=dev-perl/Net-DNS-0.63 + >=dev-perl/Net-IP-1.25 + >=dev-perl/Path-Class-0.16 + >=dev-perl/SQL-Abstract-1.22 + >=dev-perl/SQL-Abstract-Limit-0.12 + >=dev-perl/URI-1.35 + >=dev-perl/XML-Simple-2.18 + >=perl-core/version-0.76 + >=dev-perl/Carp-Clan-5.9 + >=dev-perl/Readonly-1.03 + >=dev-perl/Carp-Assert-0.20 + >=dev-perl/Class-Virtual-0.06 + >=dev-perl/File-Slurp-9999.13 + >=dev-perl/Exporter-Lite-0.02 + >=dev-perl/Tie-IxHash-1.21 + >=virtual/perl-Module-Pluggable-3.6 + >=dev-perl/Archive-Zip-1.23 + lame? ( media-sound/lame ) + alac? ( media-sound/alac_decoder ) + wavpack? ( media-sound/wavpack ) + bonjour? ( net-misc/mDNSResponder ) + flac? ( + media-libs/flac + media-sound/sox + ) + musepack? ( media-sound/musepack-tools ) + ogg? ( media-sound/sox ) + aac? ( media-libs/faad2 ) + " + +S="${WORKDIR}/${MY_P}" + +# Selected contents of SqueezeCenter's local CPAN collection that we include +# in the installation. This removes duplication of CPAN modules. (See Gentoo +# bug #251494). +CPANKEEP=" + Class/XSAccessor/Array.pm + POE/XS/Queue/Array.pm + + JSON/XS/VersionOneAndTwo.pm + Class/Accessor/ + Class/Accessor.pm + Class/C3.pm + Class/Data/Accessor.pm + Algorithm/C3.pm + Data/ + DBIx/ + File/BOM.pm + Net/UPnP/ + Net/UPnP.pm + POE/Queue/Array.pm + Proc/Background/ + Proc/Background.pm + Text/Unidecode/ + Text/Unidecode.pm + Tie/Cache/LRU/ + Tie/Cache/LRU.pm + Tie/LLHash.pm + Tie/RegexpHash.pm + URI/Find.pm + PAR/ + PAR.pm + enum.pm + " + +PREFS="/var/lib/squeezecenter/prefs/squeezecenter.prefs" +LIVE_PREFS="/var/lib/squeezecenter/prefs/server.prefs" +DOCDIR="/usr/share/doc/squeezecenter-${PV}" +SHAREDIR="/usr/share/squeezecenter" +LIBDIR="/usr/lib/squeezecenter" +DBUSER="squeezecenter" +OLDPLUGINSDIR=/opt/squeezecenter/Plugins +NEWPLUGINSDIR=/var/lib/squeezecenter/Plugins + +pkg_setup() { + # Sox has optional OGG and FLAC support, so make sure it has that included + # if required + if use ogg; then + if ! built_with_use media-sound/sox ogg; then + eerror "media-sound/sox not built with USE=ogg" + die "SqueezeCenter needs media-sound/sox to be built with USE=ogg" + fi + fi + if use flac; then + if ! built_with_use media-sound/sox flac; then + eerror "media-sound/sox not built with USE=flac" + die "SqueezeCenter needs media-sound/sox to be built with USE=flac" + fi + fi + + # Create the user and group if not already present + enewgroup squeezecenter + enewuser squeezecenter -1 -1 "/dev/null" squeezecenter +} + +src_unpack() { + unpack ${A} + cd "${S}" + + # Apply patches + epatch "${FILESDIR}/mDNSResponder-gentoo.patch" + epatch "${FILESDIR}/${P}-build-perl-modules-gentoo.patch" + epatch "${FILESDIR}/${P}-aac-transcode-gentoo.patch" + epatch "${FILESDIR}/${P}-json-xs-gentoo.patch" +} + +src_compile() { + einfo "Building required Perl modules (some warnings are normal here) ..." + echo -e "\n${S}\n${WORKDIR}" | Bin/build-perl-modules.pl || die "Unable to build Perl modules" +} + +src_install() { + + # The main Perl executables + exeinto /usr/sbin + newexe slimserver.pl squeezecenter-server + newexe scanner.pl squeezecenter-scanner + newexe cleanup.pl squeezecenter-cleanup + + # Get the Perl package name and version + eval `perl '-V:package'` + eval `perl '-V:version'` + + # The custom OS module for Gentoo - provides OS-specific path details + cp "${FILESDIR}/gentoo-filepaths.pm" "Slim/Utils/OS/Custom.pm" || die "Unable to install Gentoo custom OS module" + + # The server Perl modules + dodir "/usr/lib/${package}/vendor_perl/${version}" + cp -r Slim "${D}/usr/lib/${package}/vendor_perl/${version}" || die "Unable to install server Perl modules" + + # Compiled CPAN module go under lib as they are arch-specific + dodir "/usr/lib/squeezecenter/CPAN" + cp -r CPAN/arch "${D}/usr/lib/squeezecenter/CPAN" || die "Unable to install compiled CPAN modules" + + # Preseve some of the SqueezeCenter-packaged CPAN modules that Gentoo + # doesn't provide ebuilds for. + for ITEM in ${CPANKEEP}; do + dodir "/usr/lib/squeezecenter/CPAN/$(dirname ${ITEM})" + cp -r "CPAN/${ITEM}" "${D}/usr/lib/squeezecenter/CPAN/${ITEM}" || die "Unable to preserve CPAN item ${ITEM}" + done + + # Various directories of architecture-independent static files + dodir "${SHAREDIR}" + cp -r Firmware "${D}/${SHAREDIR}" || die "Unable to install firmware" + cp -r Graphics "${D}/${SHAREDIR}" || die "Unable to install Graphics" + cp -r HTML "${D}/${SHAREDIR}" || die "Unable to install HTML" + cp -r IR "${D}/${SHAREDIR}" || die "Unable to install IR" + cp -r SQL "${D}/${SHAREDIR}" || die "Unable to install SQL" + + # Architecture-dependent static files + dodir "${LIBDIR}" + cp -r lib/* "${D}/${LIBDIR}" || die "Unable to install architecture-dependent files" + + # Strings and version identification + insinto "${SHAREDIR}" + doins strings.txt + doins revision.txt + + # Documentation + dodoc Changelog*.html + dodoc Installation.txt + dodoc License*.txt + newdoc "${FILESDIR}/Gentoo-plugins-README.txt" Gentoo-plugins-README.txt + + # Configuration files + insinto /etc/squeezecenter + doins convert.conf + doins types.conf + doins modules.conf + + # Install init scripts + newconfd "${FILESDIR}/squeezecenter.conf.d" squeezecenter + newinitd "${FILESDIR}/squeezecenter.init.d" squeezecenter + + # Install default preferences + insinto /var/lib/squeezecenter/prefs + newins "${FILESDIR}/squeezecenter.prefs" squeezecenter.prefs + fowners squeezecenter:squeezecenter /var/lib/squeezecenter/prefs + fperms 770 /var/lib/squeezecenter/prefs + + # Install the SQL configuration scripts + insinto "${SHAREDIR}/SQL/mysql" + doins "${FILESDIR}/dbdrop-gentoo.sql" + doins "${FILESDIR}/dbcreate-gentoo.sql" + + # Initialize run directory (where the PID file lives) + dodir /var/run/squeezecenter + fowners squeezecenter:squeezecenter /var/run/squeezecenter + fperms 770 /var/run/squeezecenter + + # Initialize server cache directory + dodir /var/lib/squeezecenter/cache + fowners squeezecenter:squeezecenter /var/lib/squeezecenter/cache + fperms 770 /var/lib/squeezecenter/cache + + # Initialize the log directory + dodir /var/log/squeezecenter + fowners squeezecenter:squeezecenter /var/log/squeezecenter + fperms 770 /var/log/squeezecenter + touch "${D}/var/log/squeezecenter/server.log" + touch "${D}/var/log/squeezecenter/scanner.log" + touch "${D}/var/log/squeezecenter/perfmon.log" + fowners squeezecenter:squeezecenter /var/log/squeezecenter/server.log + fowners squeezecenter:squeezecenter /var/log/squeezecenter/scanner.log + fowners squeezecenter:squeezecenter /var/log/squeezecenter/perfmon.log + + # Initialise the user-installed plugins directory + dodir "${NEWPLUGINSDIR}" + + # Install logrotate support + insinto /etc/logrotate.d + newins "${FILESDIR}/squeezecenter.logrotate.d" squeezecenter + + # Install Avahi support (if USE flag is set) + if use avahi; then + insinto /etc/avahi/services + newins "${FILESDIR}/avahi-squeezecenter.service" squeezecenter.service + fi +} + +sc_starting_instr() { + elog "SqueezeCenter can be started with the following command:" + elog "\t/etc/init.d/squeezecenter start" + elog "" + elog "SqueezeCenter can be automatically started on each boot with the" + elog "following command:" + elog "\trc-update add squeezecenter default" + elog "" + elog "You might want to examine and modify the following configuration" + elog "file before starting SqueezeCenter:" + elog "\t/etc/conf.d/squeezecenter" + elog "" + + # Discover the port number from the preferences, but if it isn't there + # then report the standard one. + httpport=$(gawk '$1 == "httpport:" { print $2 }' "${ROOT}${LIVE_PREFS}" 2>/dev/null) + elog "You may access and configure SqueezeCenter by browsing to:" + elog "\thttp://localhost:${httpport:-9000}/" +} + +pkg_postinst() { + # FLAC and LAME are quite useful (but not essential) for SqueezeCenter - + # if they're not enabled then make sure the user understands that. + if ! use flac; then + ewarn "'flac' USE flag is not set. Although not essential, FLAC is required" + ewarn "for playing lossless WAV and FLAC (for Squeezebox 1), and for" + ewarn "playing other less common file types (if you have a Squeezebox 2, 3," + ewarn "Receiver or Transporter)." + ewarn "For maximum flexibility you are recommended to set the 'flac' USE flag". + ewarn "" + fi + if ! use lame; then + ewarn "'lame' USE flag is not set. Although not essential, LAME is" + ewarn "required if you want to limit the bandwidth your Squeezebox or" + ewarn "Transporter uses when streaming audio." + ewarn "For maximum flexibility you are recommended to set the 'lame' USE flag". + ewarn "" + fi + + # Album art requires PNG and JPEG support from GD, so if it's not there + # then warn the user. It's not mandatory as the user may not be using + # album art. + if ! built_with_use dev-perl/GD jpeg || \ + ! built_with_use dev-perl/GD png || \ + ! built_with_use media-libs/gd jpeg || \ + ! built_with_use media-libs/gd png; then + ewarn "For correct operation of album art through SqueezeCenter's web" + ewarn "interface the GD library and Perl module must be built with PNG" + ewarn "and JPEG support. If necessary you can add the following lines" + ewarn "to the file /etc/portage/package.use:" + ewarn "\tdev-perl/GD jpeg png" + ewarn "\tmedia-libs/gd jpeg png" + ewarn "And then rebuild those packages with:" + ewarn "\temerge --newuse dev-perl/GD media-libs/gd" + ewarn "" + fi + + # Point user to database configuration step + elog "If this is a new installation of SqueezeCenter then the database" + elog "must be configured prior to use. This can be done by running the" + elog "following command:" + elog "\temerge --config =${CATEGORY}/${PF}" + + # Remind user to configure Avahi if necessary + if use avahi; then + elog "" + elog "Avahi support installed. Remember to edit the folowing file if" + elog "you run SqueezeCenter's web interface on a port other than 9000:" + elog "\t/etc/avahi/services/squeezecenter.service" + fi + + elog "" + sc_starting_instr +} + +sc_remove_db_prefs() { + MY_PREFS=$1 + + einfo "Configuring SqueezeCenter database preferences (${MY_PREFS}) ..." + TMPPREFS="${T}"/squeezecenter-prefs-$$ + touch "${ROOT}${MY_PREFS}" + sed -e '/^dbusername:/d' -e '/^dbpassword:/d' -e '/^dbsource:/d' < "${ROOT}${MY_PREFS}" > "${TMPPREFS}" + mv "${TMPPREFS}" "${ROOT}${MY_PREFS}" + chown squeezecenter:squeezecenter "${ROOT}${MY_PREFS}" + chmod 660 "${ROOT}${MY_PREFS}" +} + +sc_update_prefs() { + MY_PREFS=$1 + MY_DBUSER=$2 + MY_DBUSER_PASSWD=$3 + + echo "dbusername: ${MY_DBUSER}" >> "${ROOT}${MY_PREFS}" + echo "dbpassword: ${MY_DBUSER_PASSWD}" >> "${ROOT}${MY_PREFS}" + echo "dbsource: dbi:mysql:database=${MY_DBUSER};mysql_socket=/var/run/mysqld/mysqld.sock" >> "${ROOT}${MY_PREFS}" +} + +pkg_config() { + einfo "Press ENTER to create the SqueezeCenter database and set proper" + einfo "permissions on it. You will be prompted for the MySQL 'root' user's" + einfo "password during this process (note that the MySQL 'root' user is" + einfo "independent of the Linux 'root' user and so may have a different" + einfo "password)." + einfo "" + einfo "If you already have a SqueezeCenter database set up then this" + einfo "process will clear the existing database (your music files will not," + einfo "however, be affected)." + einfo "" + einfo "Alternatively, press Control-C to abort now..." + read + + # Get the MySQL root password from the user (not echoed to the terminal) + einfo "The MySQL 'root' user password is required to create the" + einfo "SqueezeCenter user and database." + DONE=0 + while [ $DONE -eq 0 ]; do + trap "stty echo; echo" EXIT + stty -echo + read -p "MySQL root password: " ROOT_PASSWD; echo + stty echo + trap ":" EXIT + echo quit | mysql --user=root --password="${ROOT_PASSWD}" >/dev/null 2>&1 && DONE=1 + if [ $DONE -eq 0 ]; then + eerror "Incorrect MySQL root password, or MySQL is not running" + fi + done + + # Get the new password for the SqueezeCenter MySQL database user, and + # have it re-entered to confirm it. We should trivially check it's not + # the same as the MySQL root password. + einfo "A new MySQL user will be added to own the SqueezeCenter database." + einfo "Please enter the password for this new user (${DBUSER})." + DONE=0 + while [ $DONE -eq 0 ]; do + trap "stty echo; echo" EXIT + stty -echo + read -p "MySQL ${DBUSER} password: " DBUSER_PASSWD; echo + stty echo + trap ":" EXIT + if [ -z "$DBUSER_PASSWD" ]; then + eerror "The password should not be blank; try again." + elif [ "$DBUSER_PASSWD" == "$ROOT_PASSWD" ]; then + eerror "The ${DBUSER} password should be different to the root password" + else + DONE=1 + fi + done + + # Drop the existing database and user - note we don't care about errors + # from this as it probably just indicates that the database wasn't + # yet present. + einfo "Dropping old SqueezeCenter database and user ..." + sed -e "s/__DATABASE__/${DBUSER}/" -e "s/__DBUSER__/${DBUSER}/" < "${SHAREDIR}/SQL/mysql/dbdrop-gentoo.sql" | mysql --user=root --password="${ROOT_PASSWD}" >/dev/null 2>&1 + + # Drop and create the SqueezeCenter user and database. + einfo "Creating SqueezeCenter MySQL user and database (${DBUSER}) ..." + sed -e "s/__DATABASE__/${DBUSER}/" -e "s/__DBUSER__/${DBUSER}/" -e "s/__DBPASSWORD__/${DBUSER_PASSWD}/" < "${SHAREDIR}/SQL/mysql/dbcreate-gentoo.sql" | mysql --user=root --password="${ROOT_PASSWD}" || die "Unable to create MySQL database and user" + + # Remove the existing MySQL preferences from SqueezeCenter (if any). + sc_remove_db_prefs "${PREFS}" + [ -f "${LIVE_PREFS}" ] && sc_remove_db_prefs ${LIVE_PREFS} + + # Insert the external MySQL configuration into the preferences. + sc_update_prefs "${PREFS}" "${DBUSER}" "${DBUSER_PASSWD}" + [ -f "${LIVE_PREFS}" ] && sc_update_prefs "${LIVE_PREFS}" "${DBUSER}" "${DBUSER_PASSWD}" + + # Phew - all done. Give some tips on what to do now. + einfo "Database configuration complete." + einfo "" + sc_starting_instr +} + +pkg_preinst() { + # Warn the user if there are old plugins that he may need to migrate + if [ -d "${OLDPLUGINSDIR}" ]; then + if [ ! -z "$(ls ${OLDPLUGINSDIR})" ]; then + ewarn "Note: It appears that plugins are installed in the old location of:" + ewarn "${OLDPLUGINSDIR}" + ewarn "If these are to be used then they must be migrated to the new location:" + ewarn "${NEWPLUGINSDIR}" + ewarn "" + fi + fi +} diff --git a/media-sound/squeezecenter/squeezecenter-7.3.2.ebuild b/media-sound/squeezecenter/squeezecenter-7.3.2.ebuild deleted file mode 100644 index 366017f26119..000000000000 --- a/media-sound/squeezecenter/squeezecenter-7.3.2.ebuild +++ /dev/null @@ -1,457 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/squeezecenter/squeezecenter-7.3.2.ebuild,v 1.1 2009/01/26 03:29:21 lavajoe Exp $ - -inherit eutils - -MAJOR_VER="${PV:0:3}" -MINOR_VER="${PV:4:1}" -SRC_DIR="SqueezeCenter_v${MAJOR_VER}.${MINOR_VER}" -MY_P="squeezecenter-${MAJOR_VER}.${MINOR_VER}-noCPAN" - -DESCRIPTION="Logitech SqueezeCenter music server" -HOMEPAGE="http://www.slimdevices.com/pi_features.html" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="lame wavpack musepack alac ogg bonjour flac avahi aac" - -SRC_URI="http://www.slimdevices.com/downloads/${SRC_DIR}/${MY_P}.tgz - mirror://gentoo/SqueezeCenter-AutoXS-Header-0.03.tar.gz - mirror://gentoo/SqueezeCenter-Class-XSAccessor-Array-0.05.tar.gz - mirror://gentoo/SqueezeCenter-POE-XS-Queue-Array-0.002.tar.gz" - -# Note: dev-perl/module-build necessary because of SC bug#5882 -# (http://bugs.slimdevices.com/show_bug.cgi?id=5882). -DEPEND=" - dev-perl/File-Which - virtual/perl-Module-Build - virtual/logger - virtual/mysql - avahi? ( net-dns/avahi ) - " -# Note: dev-perl/GD necessary because of SC bug#6143 -# (http://bugs.slimdevices.com/show_bug.cgi?id=6143). -RDEPEND="${DEPEND} - >=dev-lang/perl-5.8.8 - >=app-admin/sudo-1.6.8 - >=dev-perl/GD-2.35 - >=virtual/perl-Compress-Zlib-2.015 - >=dev-perl/YAML-Syck-1.05 - >=dev-perl/DBD-mysql-4.00.5 - >=dev-perl/DBI-1.607 - >=dev-perl/Digest-SHA1-2.11 - >=dev-perl/Encode-Detect-1.01 - >=dev-perl/HTML-Parser-3.56 - >=dev-perl/JSON-XS-2.2.3.1 - >=dev-perl/Template-Toolkit-2.19 - >=virtual/perl-Time-HiRes-1.97.15 - >=dev-perl/XML-Parser-2.36 - >=dev-perl/Cache-Cache-1.04 - >=dev-perl/Class-Data-Inheritable-0.08 - >=dev-perl/Class-Inspector-1.23 - >=dev-perl/File-Next-1.02 - >=virtual/perl-File-Temp-0.20 - >=dev-perl/File-Which-0.05 - >=perl-core/i18n-langtags-0.35 - >=dev-perl/IO-String-1.08 - >=dev-perl/Log-Log4perl-1.13 - >=dev-perl/libwww-perl-5.805 - >=perl-core/CGI-3.29 - >=dev-perl/TimeDate-1.16 - >=dev-perl/Math-VecStat-0.08 - >=dev-perl/Net-DNS-0.63 - >=dev-perl/Net-IP-1.25 - >=dev-perl/Path-Class-0.16 - >=dev-perl/SQL-Abstract-1.22 - >=dev-perl/SQL-Abstract-Limit-0.12 - >=dev-perl/TimeDate-1.16 - >=dev-perl/URI-1.35 - >=dev-perl/XML-Simple-2.18 - >=perl-core/version-0.76 - >=dev-perl/Carp-Clan-5.9 - >=dev-perl/Readonly-1.03 - >=dev-perl/Carp-Assert-0.20 - >=dev-perl/Class-Virtual-0.06 - >=dev-perl/File-Slurp-9999.13 - >=dev-perl/Exporter-Lite-0.02 - >=dev-perl/Tie-IxHash-1.21 - >=virtual/perl-Module-Pluggable-3.6 - >=dev-perl/Archive-Zip-1.23 - lame? ( media-sound/lame ) - alac? ( media-sound/alac_decoder ) - wavpack? ( media-sound/wavpack ) - bonjour? ( net-misc/mDNSResponder ) - flac? ( media-libs/flac ) - musepack? ( media-sound/musepack-tools ) - ogg? ( media-sound/sox ) - aac? ( media-libs/faad2 ) - " - -S="${WORKDIR}/${MY_P}" - -# Selected contents of SqueezeCenter's local CPAN collection that we include -# in the installation. This removes duplication of CPAN modules. (See Gentoo -# bug #251494). -CPANKEEP=" - Class/XSAccessor/Array.pm - POE/XS/Queue/Array.pm - - JSON/XS/VersionOneAndTwo.pm - Class/Accessor/ - Class/Accessor.pm - Class/C3.pm - Class/Data/Accessor.pm - Algorithm/C3.pm - Data/ - DBIx/ - File/BOM.pm - Net/UPnP/ - Net/UPnP.pm - POE/Queue/Array.pm - Proc/Background/ - Proc/Background.pm - Text/Unidecode/ - Text/Unidecode.pm - Tie/Cache/LRU/ - Tie/Cache/LRU.pm - Tie/LLHash.pm - Tie/RegexpHash.pm - URI/Find.pm - PAR/ - PAR.pm - enum.pm - " - -PREFS="/var/lib/squeezecenter/prefs/squeezecenter.prefs" -LIVE_PREFS="/var/lib/squeezecenter/prefs/server.prefs" -DOCDIR="/usr/share/doc/squeezecenter-${PV}" -SHAREDIR="/usr/share/squeezecenter" -LIBDIR="/usr/lib/squeezecenter" -DBUSER="squeezecenter" -OLDPLUGINSDIR=/opt/squeezecenter/Plugins -NEWPLUGINSDIR=/var/lib/squeezecenter/Plugins - -pkg_setup() { - # Sox has optional OGG support, so make sure it has been built that way - if use ogg; then - if ! built_with_use media-sound/sox ogg; then - eerror "media-sound/sox not built with USE=ogg" - die "media-sound/sox not built with USE=ogg" - fi - fi - - # Create the user and group if not already present - enewgroup squeezecenter - enewuser squeezecenter -1 -1 "/dev/null" squeezecenter -} - -src_unpack() { - unpack ${A} - cd "${S}" - - # Apply patches - epatch "${FILESDIR}/mDNSResponder-gentoo.patch" - epatch "${FILESDIR}/${P}-build-perl-modules-gentoo.patch" - epatch "${FILESDIR}/${P}-aac-transcode-gentoo.patch" - epatch "${FILESDIR}/${P}-json-xs-gentoo.patch" -} - -src_compile() { - einfo "Building required Perl modules (some warnings are normal here) ..." - echo -e "\n${S}\n${WORKDIR}" | Bin/build-perl-modules.pl || die "Unable to build Perl modules" -} - -src_install() { - - # The main Perl executables - exeinto /usr/sbin - newexe slimserver.pl squeezecenter-server - newexe scanner.pl squeezecenter-scanner - newexe cleanup.pl squeezecenter-cleanup - - # Get the Perl package name and version - eval `perl '-V:package'` - eval `perl '-V:version'` - - # The custom OS module for Gentoo - provides OS-specific path details - cp "${FILESDIR}/gentoo-filepaths.pm" "Slim/Utils/OS/Custom.pm" || die "Unable to install Gentoo custom OS module" - - # The server Perl modules - dodir "/usr/lib/${package}/vendor_perl/${version}" - cp -r Slim "${D}/usr/lib/${package}/vendor_perl/${version}" || die "Unable to install server Perl modules" - - # Compiled CPAN module go under lib as they are arch-specific - dodir "/usr/lib/squeezecenter/CPAN" - cp -r CPAN/arch "${D}/usr/lib/squeezecenter/CPAN" || die "Unable to install compiled CPAN modules" - - # Preseve some of the SqueezeCenter-packaged CPAN modules that Gentoo - # doesn't provide ebuilds for. - for ITEM in ${CPANKEEP}; do - dodir "/usr/lib/squeezecenter/CPAN/$(dirname ${ITEM})" - cp -r "CPAN/${ITEM}" "${D}/usr/lib/squeezecenter/CPAN/${ITEM}" || die "Unable to preserve CPAN item ${ITEM}" - done - - # Various directories of architecture-independent static files - dodir "${SHAREDIR}" - cp -r Firmware "${D}/${SHAREDIR}" || die "Unable to install firmware" - cp -r Graphics "${D}/${SHAREDIR}" || die "Unable to install Graphics" - cp -r HTML "${D}/${SHAREDIR}" || die "Unable to install HTML" - cp -r IR "${D}/${SHAREDIR}" || die "Unable to install IR" - cp -r SQL "${D}/${SHAREDIR}" || die "Unable to install SQL" - - # Architecture-dependent static files - dodir "${LIBDIR}" - cp -r lib/* "${D}/${LIBDIR}" || die "Unable to install architecture-dependent files" - - # Strings and version identification - insinto "${SHAREDIR}" - doins strings.txt - doins revision.txt - - # Documentation - dodoc Changelog*.html - dodoc Installation.txt - dodoc License*.txt - newdoc "${FILESDIR}/Gentoo-plugins-README.txt" Gentoo-plugins-README.txt - - # Configuration files - insinto /etc/squeezecenter - doins convert.conf - doins types.conf - doins modules.conf - - # Install init scripts - newconfd "${FILESDIR}/squeezecenter.conf.d" squeezecenter - newinitd "${FILESDIR}/squeezecenter.init.d" squeezecenter - - # Install default preferences - insinto /var/lib/squeezecenter/prefs - newins "${FILESDIR}/squeezecenter.prefs" squeezecenter.prefs - fowners squeezecenter:squeezecenter /var/lib/squeezecenter/prefs - fperms 770 /var/lib/squeezecenter/prefs - - # Install the SQL configuration scripts - insinto "${SHAREDIR}/SQL/mysql" - doins "${FILESDIR}/dbdrop-gentoo.sql" - doins "${FILESDIR}/dbcreate-gentoo.sql" - - # Initialize run directory (where the PID file lives) - dodir /var/run/squeezecenter - fowners squeezecenter:squeezecenter /var/run/squeezecenter - fperms 770 /var/run/squeezecenter - - # Initialize server cache directory - dodir /var/lib/squeezecenter/cache - fowners squeezecenter:squeezecenter /var/lib/squeezecenter/cache - fperms 770 /var/lib/squeezecenter/cache - - # Initialize the log directory - dodir /var/log/squeezecenter - fowners squeezecenter:squeezecenter /var/log/squeezecenter - fperms 770 /var/log/squeezecenter - touch "${D}/var/log/squeezecenter/server.log" - touch "${D}/var/log/squeezecenter/scanner.log" - touch "${D}/var/log/squeezecenter/perfmon.log" - fowners squeezecenter:squeezecenter /var/log/squeezecenter/server.log - fowners squeezecenter:squeezecenter /var/log/squeezecenter/scanner.log - fowners squeezecenter:squeezecenter /var/log/squeezecenter/perfmon.log - - # Initialise the user-installed plugins directory - dodir "${NEWPLUGINSDIR}" - - # Install logrotate support - insinto /etc/logrotate.d - newins "${FILESDIR}/squeezecenter.logrotate.d" squeezecenter - - # Install Avahi support (if USE flag is set) - if use avahi; then - insinto /etc/avahi/services - newins "${FILESDIR}/avahi-squeezecenter.service" squeezecenter.service - fi -} - -sc_starting_instr() { - elog "SqueezeCenter can be started with the following command:" - elog "\t/etc/init.d/squeezecenter start" - elog "" - elog "SqueezeCenter can be automatically started on each boot with the" - elog "following command:" - elog "\trc-update add squeezecenter default" - elog "" - elog "You might want to examine and modify the following configuration" - elog "file before starting SqueezeCenter:" - elog "\t/etc/conf.d/squeezecenter" - elog "" - - # Discover the port number from the preferences, but if it isn't there - # then report the standard one. - httpport=$(gawk '$1 == "httpport:" { print $2 }' "${ROOT}${LIVE_PREFS}" 2>/dev/null) - elog "You may access and configure SqueezeCenter by browsing to:" - elog "\thttp://localhost:${httpport:-9000}/" -} - -pkg_postinst() { - # FLAC and LAME are quite useful (but not essential) for SqueezeCenter - - # if they're not enabled then make sure the user understands that. - if ! use flac; then - ewarn "'flac' USE flag is not set. Although not essential, FLAC is required" - ewarn "for playing lossless WAV and FLAC (for Squeezebox 1), and for" - ewarn "playing other less common file types (if you have a Squeezebox 2, 3," - ewarn "Receiver or Transporter)." - ewarn "For maximum flexibility you are recommended to set the 'flac' USE flag". - ewarn "" - fi - if ! use lame; then - ewarn "'lame' USE flag is not set. Although not essential, LAME is" - ewarn "required if you want to limit the bandwidth your Squeezebox or" - ewarn "Transporter uses when streaming audio." - ewarn "For maximum flexibility you are recommended to set the 'lame' USE flag". - ewarn "" - fi - - # Album art requires PNG and JPEG support from GD, so if it's not there - # then warn the user. It's not mandatory as the user may not be using - # album art. - if ! built_with_use dev-perl/GD jpeg || \ - ! built_with_use dev-perl/GD png || \ - ! built_with_use media-libs/gd jpeg || \ - ! built_with_use media-libs/gd png; then - ewarn "For correct operation of album art through SqueezeCenter's web" - ewarn "interface the GD library and Perl module must be built with PNG" - ewarn "and JPEG support. If necessary you can add the following lines" - ewarn "to the file /etc/portage/package.use:" - ewarn "\tdev-perl/GD jpeg png" - ewarn "\tmedia-libs/gd jpeg png" - ewarn "And then rebuild those packages with:" - ewarn "\temerge --newuse dev-perl/GD media-libs/gd" - ewarn "" - fi - - # Point user to database configuration step - elog "If this is a new installation of SqueezeCenter then the database" - elog "must be configured prior to use. This can be done by running the" - elog "following command:" - elog "\temerge --config =${CATEGORY}/${PF}" - - # Remind user to configure Avahi if necessary - if use avahi; then - elog "" - elog "Avahi support installed. Remember to edit the folowing file if" - elog "you run SqueezeCenter's web interface on a port other than 9000:" - elog "\t/etc/avahi/services/squeezecenter.service" - fi - - elog "" - sc_starting_instr -} - -sc_remove_db_prefs() { - MY_PREFS=$1 - - einfo "Configuring SqueezeCenter database preferences (${MY_PREFS}) ..." - TMPPREFS="${T}"/squeezecenter-prefs-$$ - touch "${ROOT}${MY_PREFS}" - sed -e '/^dbusername:/d' -e '/^dbpassword:/d' -e '/^dbsource:/d' < "${ROOT}${MY_PREFS}" > "${TMPPREFS}" - mv "${TMPPREFS}" "${ROOT}${MY_PREFS}" - chown squeezecenter:squeezecenter "${ROOT}${MY_PREFS}" - chmod 660 "${ROOT}${MY_PREFS}" -} - -sc_update_prefs() { - MY_PREFS=$1 - MY_DBUSER=$2 - MY_DBUSER_PASSWD=$3 - - echo "dbusername: ${MY_DBUSER}" >> "${ROOT}${MY_PREFS}" - echo "dbpassword: ${MY_DBUSER_PASSWD}" >> "${ROOT}${MY_PREFS}" - echo "dbsource: dbi:mysql:database=${MY_DBUSER};mysql_socket=/var/run/mysqld/mysqld.sock" >> "${ROOT}${MY_PREFS}" -} - -pkg_config() { - einfo "Press ENTER to create the SqueezeCenter database and set proper" - einfo "permissions on it. You will be prompted for the MySQL 'root' user's" - einfo "password during this process (note that the MySQL 'root' user is" - einfo "independent of the Linux 'root' user and so may have a different" - einfo "password)." - einfo "" - einfo "If you already have a SqueezeCenter database set up then this" - einfo "process will clear the existing database (your music files will not," - einfo "however, be affected)." - einfo "" - einfo "Alternatively, press Control-C to abort now..." - read - - # Get the MySQL root password from the user (not echoed to the terminal) - einfo "The MySQL 'root' user password is required to create the" - einfo "SqueezeCenter user and database." - DONE=0 - while [ $DONE -eq 0 ]; do - trap "stty echo; echo" EXIT - stty -echo - read -p "MySQL root password: " ROOT_PASSWD; echo - stty echo - trap ":" EXIT - echo quit | mysql --user=root --password="${ROOT_PASSWD}" >/dev/null 2>&1 && DONE=1 - if [ $DONE -eq 0 ]; then - eerror "Incorrect MySQL root password, or MySQL is not running" - fi - done - - # Get the new password for the SqueezeCenter MySQL database user, and - # have it re-entered to confirm it. We should trivially check it's not - # the same as the MySQL root password. - einfo "A new MySQL user will be added to own the SqueezeCenter database." - einfo "Please enter the password for this new user (${DBUSER})." - DONE=0 - while [ $DONE -eq 0 ]; do - trap "stty echo; echo" EXIT - stty -echo - read -p "MySQL ${DBUSER} password: " DBUSER_PASSWD; echo - stty echo - trap ":" EXIT - if [ -z "$DBUSER_PASSWD" ]; then - eerror "The password should not be blank; try again." - elif [ "$DBUSER_PASSWD" == "$ROOT_PASSWD" ]; then - eerror "The ${DBUSER} password should be different to the root password" - else - DONE=1 - fi - done - - # Drop the existing database and user - note we don't care about errors - # from this as it probably just indicates that the database wasn't - # yet present. - einfo "Dropping old SqueezeCenter database and user ..." - sed -e "s/__DATABASE__/${DBUSER}/" -e "s/__DBUSER__/${DBUSER}/" < "${SHAREDIR}/SQL/mysql/dbdrop-gentoo.sql" | mysql --user=root --password="${ROOT_PASSWD}" >/dev/null 2>&1 - - # Drop and create the SqueezeCenter user and database. - einfo "Creating SqueezeCenter MySQL user and database (${DBUSER}) ..." - sed -e "s/__DATABASE__/${DBUSER}/" -e "s/__DBUSER__/${DBUSER}/" -e "s/__DBPASSWORD__/${DBUSER_PASSWD}/" < "${SHAREDIR}/SQL/mysql/dbcreate-gentoo.sql" | mysql --user=root --password="${ROOT_PASSWD}" || die "Unable to create MySQL database and user" - - # Remove the existing MySQL preferences from SqueezeCenter (if any). - sc_remove_db_prefs "${PREFS}" - [ -f "${LIVE_PREFS}" ] && sc_remove_db_prefs ${LIVE_PREFS} - - # Insert the external MySQL configuration into the preferences. - sc_update_prefs "${PREFS}" "${DBUSER}" "${DBUSER_PASSWD}" - [ -f "${LIVE_PREFS}" ] && sc_update_prefs "${LIVE_PREFS}" "${DBUSER}" "${DBUSER_PASSWD}" - - # Phew - all done. Give some tips on what to do now. - einfo "Database configuration complete." - einfo "" - sc_starting_instr -} - -pkg_preinst() { - # Warn the user if there are old plugins that he may need to migrate - if [ -d "${OLDPLUGINSDIR}" ]; then - if [ ! -z "$(ls ${OLDPLUGINSDIR})" ]; then - ewarn "Note: It appears that plugins are installed in the old location of:" - ewarn "${OLDPLUGINSDIR}" - ewarn "If these are to be used then they must be migrated to the new location:" - ewarn "${NEWPLUGINSDIR}" - ewarn "" - fi - fi -} -- cgit v1.2.3-65-gdbad