Package Details: idjc 0.9.8-1

Git Clone URL: https://aur.archlinux.org/idjc.git (read-only, click to copy)
Package Base: idjc
Description: Powerful client for individuals interested in streaming live radio shows
Upstream URL: http://idjc.sourceforge.net/
Keywords: Automation Broadcasting Internet Radio
Licenses: GPL2
Conflicts: idjc-git
Submitter: None
Maintainer: robertfoster
Last Packager: robertfoster
Votes: 46
Popularity: 0.000296
First Submitted: 2006-08-31 13:17 (UTC)
Last Updated: 2024-02-08 16:59 (UTC)

Latest Comments

1 2 3 4 5 Next › Last »

coccovax commented on 2023-10-07 07:09 (UTC)

for successfull compilation on a fresh installation I dit have to add

makedepends=('libebur128')

to PGKBUILD file

Roken commented on 2023-10-04 12:23 (UTC)

Latest update fails to run (tried on two separate machines)

raceback (most recent call last): File "/usr/bin/idjc", line 33, in <module> exit(idjc.main()) ^^^^^^^^^^^ File "/usr/lib/idjc/site-packages/idjc/init.py", line 133, in main return main() ^^^^^^ File "/usr/lib/idjc/site-packages/idjc/maingui.py", line 3906, in main run_instance = MainWindow() ^^^^^^^^^^^^ File "/usr/lib/idjc/site-packages/idjc/maingui.py", line 3806, in init self.prefs_window = mixprefs(self) ^^^^^^^^^^^^^^ File "/usr/lib/idjc/site-packages/idjc/preferences.py", line 1596, in init parent.mic_opener.add_mic(c) File "/usr/lib/idjc/site-packages/idjc/maingui.py", line 1196, in add_mic self.opener_settings.add_channel() File "/usr/lib/idjc/site-packages/idjc/maingui.py", line 948, in add_channel tab = OpenerTab(len(self.notebook) + 1) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/idjc/site-packages/idjc/maingui.py", line 732, in init label.props.halign = 0.0 ^^^^^^^^^^^^^^^^^^ TypeError: enum values must be strings or ints

MarsSeed commented on 2023-07-10 12:09 (UTC) (edited on 2023-07-13 20:07 (UTC) by MarsSeed)

This should optdepend on python-mysqlclient, which is a Python3 based continuation fork of the Python2-only mysql-python.

Moonbase59 commented on 2023-02-10 13:14 (UTC) (edited on 2023-02-10 13:25 (UTC) by Moonbase59)

Sending MP3 stream metadata to Shoutcast 1.9.8 servers crashes IDJC (still), see https://sourceforge.net/p/idjc/bugs/102/. Upstream libshout state the error been fixed with 2.4.6 (see https://gitlab.xiph.org/xiph/icecast-libshout/-/issues/2328), but I’m unable to rebuild libshout-idjc myself (autogen script fails). Besides, the libshout-idjc code on sourceforce seems to be 2.4.5 (see https://sourceforge.net/projects/libshoutidjc.idjc.p/).

Any ideas/suggestions/solution?

Tio commented on 2022-09-12 10:53 (UTC)

Fails to build in a clean chroot if yon can have a look here please https://builds.garudalinux.org/repos/chaotic-aur/logs/idjc.log

We are trying to add this to the Chaotic-AUR repo.

Tio commented on 2022-09-04 15:02 (UTC)

Works now! Thanks for the update!

Tio commented on 2022-09-04 03:53 (UTC)

Fails the same here. Any fix for the pkg?

Cholfo commented on 2022-04-11 16:04 (UTC)

After adding --disable-libav to the PKGBUILD it compiles, install and seems to work whithout issues. Dunno what is libav used for.

Newk-B commented on 2022-03-13 23:38 (UTC) (edited on 2022-03-13 23:45 (UTC) by Newk-B)

checking for LIBAVCODEC... yes
checking for avcodec_decode_audio4 in -lavcodec... no
configure: error: "configure with --disable-libav or update ffmpeg/libav"

anyone know why it trips over compiling like this? i guess i need libav codec... so disabling is a bit pointless, no?